powered by
Convert a coordinate to an absolute coordinate string (B12 -> $B$12)
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
absolute_coordinate(coord_string, ...)
An string.
coord_string
Additional arguments, i.e. kwargs.
if (FALSE) { absolute_coordinate("A1") }
Run the code above in your browser using DataLab