colFromOffs
function 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.
Parameters
Section titled “Parameters”number
a zero-based column index
Returns
Section titled “Returns”string
the corresponding column name in upper case.