powered by
Convert a column name into a numerical index
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
column_index_from_string(str_col, ...)
A numeric value.
str_col
Additional arguments, i.e. kwargs.
('A' -> 1)
if (FALSE) { column_index_from_string(str_col = "A") }
Run the code above in your browser using DataLab