powered by
Given the start and end columns, return all the columns in the series.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html
get_column_interval(start, end, ...)
An openpyxl Python object.
start
end
Additional arguments, i.e. kwargs.
The start and end columns can be either column letters or 1-based indexes.
if (FALSE) { get_column_interval(start = "A", end = 3L) }
Run the code above in your browser using DataLab