powered by
Convert a column index into a column letter
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
get_column_letter(idx, ...)
An openpyxl Python object.
idx
Additional arguments, i.e. kwargs.
(3 -> 'C')
if (FALSE) { get_column_letter(idx = 3L) }
Run the code above in your browser using DataLab