powered by
Convert an Excel style coordinate to (row, column) list
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
coordinate_to_tuple(coordinate, ...)
A list.
coordinate
Additional arguments, i.e. kwargs.
if (FALSE) { coordinate_to_tuple(coordinate = "A1") }
Run the code above in your browser using DataLab