Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class CellStyle(fontColorHex: ExcelColor = ExcelColor.black, backgroundColorHex: ExcelColor = ExcelColor.none, fontSize: Int? = null, fontFamily: String? = null, fontScheme: FontScheme? = null, horizontalAlign: HorizontalAlign = Left, verticalAlign: VerticalAlign = VerticalAlign.Bottom, textWrapping: TextWrapping? = null, bold: Boolean = false, italic: Boolean = false, underline: Underline = None, rotation: Int = 0, leftBorder: Border? = null, rightBorder: Border? = null, topBorder: Border? = null, bottomBorder: Border? = null, diagonalBorder: Border? = null, diagonalBorderUp: Boolean = false, diagonalBorderDown: Boolean = false, var numberFormat: NumFormat = NumFormat.standard_0)
Styling class for cells.
Link copied to clipboard
Link copied to clipboard
class DateTimeCellValue(val year: Int, val month: Int, val day: Int, val hour: Int, val minute: Int, val second: Int = 0, val millisecond: Int = 0, val microsecond: Int = 0) : CellValue
Excel does not know if this is UTC or not. Use asDateTimeLocal or asDateTimeUtc to get the LocalDateTime you prefer.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Returns the human-readable font family name for the given FontFamily. e.g. FontFamily.Arial_Narrow → "Arial Narrow"