View source: R/get_column_letter.R
get_column_letter | R Documentation |
Convert a column index into a column letter
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
get_column_letter(idx, ...)
idx |
idx |
... |
Additional arguments, i.e. kwargs. |
(3 -> 'C')
An openpyxl Python object.
## Not run:
get_column_letter(idx = 3L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.