Package-level declarations

Types

Link copied to clipboard
interface ExcelDriver

Strategy interface for interacting with different Excel libraries.

Link copied to clipboard

Factory for automatically detecting and creating ExcelDriver implementations based on the presence of specific library classes on the classpath.

Link copied to clipboard

Implements ExcelDriver using org.dhatim.fastexcel.

Link copied to clipboard

Implements ExcelDriver using Apache POI (SXSSF).

Link copied to clipboard
data class WorkbookOptions(val flushInterval: Int = 1000, val forceFormulaRecalculation: Boolean = false, val applicationName: String = "KExcel", val applicationVersion: String = "1.0")

Configuration options for the Excel workbook generation.