powered by
Expand cell ranges to a sequence of addresses.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.datavalidation.html
expand_cell_ranges(range_string, ...)
An Python builtin object.
range_string
Additional arguments, i.e. kwargs.
Reverse of collapse_cell_addresses Eg. converts "A1:A2 B1:B2" to (A1, A2, B1, B2)
if (FALSE) { expand_cell_ranges(range_string = "A1:A2") }
Run the code above in your browser using DataLab