range_to_tuple {xlcharts}R Documentation

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

Arguments

range_string

range_string

...

Additional arguments, i.e. kwargs.

Value

An list.

Examples

## Not run: 
range_to_tuple(range_string = "sheetname!A1:E4")

## End(Not run)


[Package xlcharts version 0.0.2 Index]