Skip to content

range_to_tuple

Source code

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

library("xlcharts")

range_to_tuple(range_string = "sheetname!A1:E4")