range_to_tuple: range_to_tuple

View source: R/range_to_tuple.R

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


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