int2col {openxlsx2} | R Documentation |
Convert integer to Excel column
Description
Converts an integer to an Excel column label.
Usage
int2col(x)
Arguments
x |
A numeric vector. |
Examples
int2col(1:10)
[Package openxlsx2 version 1.8 Index]