column_index_from_string {xlcharts} | R Documentation |
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
## Not run:
column_index_from_string(str_col = "A")
## End(Not run)
[Package xlcharts version 0.0.2 Index]