klyn.io.xlsx.CellAddress.toString
method
public override toString() as String:
Description

Renders the address in normalized A1 notation.

Returns

Normalized address.

Example
assert CellAddress(3, 1).toString() == "A3"