column_index_from_string
Description
Convert a column name into a numerical index
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
Usage
column_index_from_string(str_col, ...)
Arguments
str_col
|
str_col |
…
|
Additional arguments, i.e. kwargs. |
Details
(‘A’ -> 1)
Value
A numeric value.
Examples
library("xlcharts")
column_index_from_string(str_col = "A")