Skip to content

rows_from_range

Source code

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, ...)

Arguments

range_string range_string
Additional arguments, i.e. kwargs.

Details

Yields one row at a time.

Value

An openpyxl Python object.

Examples

library("xlcharts")

rows_from_range(range_string = "A")