Learn R Programming

xlcharts (version 0.0.1)

column_index_from_string: 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, ...)

Value

A numeric value.

Arguments

str_col

str_col

...

Additional arguments, i.e. kwargs.

Details

('A' -> 1)

Examples

Run this code
if (FALSE) {
column_index_from_string(str_col = "A")
}

Run the code above in your browser using DataLab