column_index_from_string: column_index_from_string

View source: R/column_index_from_string.R

column_index_from_stringR 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)


xlcharts documentation built on May 29, 2024, 7:58 a.m.