Learn R Programming

xlcharts (version 0.0.1)

get_column_interval: get_column_interval

Description

Given the start and end columns, return all the columns in the series.

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.utils.cell.html

Usage

get_column_interval(start, end, ...)

Value

An openpyxl Python object.

Arguments

start

start

end

end

...

Additional arguments, i.e. kwargs.

Details

The start and end columns can be either column letters or 1-based indexes.

Examples

Run this code
if (FALSE) {
get_column_interval(start = "A", end = 3L)
}

Run the code above in your browser using DataLab