powered by
Convert a worksheet range to the sheetname and maximum and minimum coordinate indices
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
range_to_tuple(range_string, ...)
An list.
range_string
Additional arguments, i.e. kwargs.
if (FALSE) { range_to_tuple(range_string = "sheetname!A1:E4") }
Run the code above in your browser using DataLab