klyn.io.xlsx.CellAddress.columnName
method
public static columnName(column as Int) as String:
Description

Converts a one-based column index to Excel letters.

Parameters
  • column One-based column index.
Returns

Column letters.

Throws
  • XlsxException if the index is lower than 1.
Example
assert CellAddress.columnName(28) == "AB"