powered by
Convert a range string into a list of boundaries:
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
range_boundaries(range_string, ...)
An list.
range_string
Additional arguments, i.e. kwargs.
(min_col, min_row, max_col, max_row) Cell coordinates will be converted into a range with the cell at both end
if (FALSE) { range_boundaries(range_string = "A") }
Run the code above in your browser using DataLab