Module rsheet_lib::cells
source · Expand description
Convert between zero indexed column numbers and column names.
Functions§
- Convert a column string such as
"A"
to a zero indexed column reference. - Convert a zero indexed column cell reference to a string like
"A"
.