Package-level declarations

Cross-cutting helpers exposed on the public API, including ExcelColor (named Material colors and hex/int conversion) and the alignment / underline / wrapping enums used by CellStyle.

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class FastList<K>
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
fun getCellId(columnIndex: Int, rowIndex: Int): String
Link copied to clipboard
fun getColumnAlphabet(columnIndex: Int): String
Link copied to clipboard
fun getColumnIndex(columnAlphabet: String): Int
Link copied to clipboard
fun getSpanCellId(startColumn: Int, startRow: Int, endColumn: Int, endRow: Int): String
Link copied to clipboard
fun lettersToNumeric(letters: String): Int