powered by
Represent a range of at least one column
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.print_settings.html
ColRange(range_string = NULL, min_col = NULL, max_col = NULL, ...)
An openpyxl Python object.
range_string
min_col
max_col
Additional arguments, i.e. kwargs.
if (FALSE) { ColRange(range_string = "A:B") }
Run the code above in your browser using DataLab