Learn R Programming

xlcharts (version 0.0.1)

range_to_tuple: range_to_tuple

Description

Convert a worksheet range to the sheetname and maximum and minimum coordinate indices

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html

Usage

range_to_tuple(range_string, ...)

Value

An list.

Arguments

range_string

range_string

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
range_to_tuple(range_string = "sheetname!A1:E4")
}

Run the code above in your browser using DataLab