powered by
Convert a coordinate string like 'B12' to a list ('B', 12)
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
coordinate_from_string(coord_string, ...)
A list.
coord_string
Additional arguments, i.e. kwargs.
if (FALSE) { coordinate_from_string(coord_string = "A1") }
Run the code above in your browser using DataLab