Learn R Programming

xlcharts (version 0.0.1)

rows_from_range: rows_from_range

Description

Get individual addresses for every cell in a range.

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

Usage

rows_from_range(range_string, ...)

Value

An openpyxl Python object.

Arguments

range_string

range_string

...

Additional arguments, i.e. kwargs.

Details

Yields one row at a time.

Examples

Run this code
if (FALSE) {
rows_from_range(range_string = "A")
}

Run the code above in your browser using DataLab