Skip to content

colFromOffs

colFromOffs(col): string

Convert a numeric column index (zero-based) to an upper-case column name. 0 to A, 1 to B, 26 to AA, and so on.

number

a zero-based column index

string

the corresponding column name in upper case.