Learn R Programming

xlcharts (version 0.0.1)

coordinate_to_tuple: coordinate_to_tuple

Description

Convert an Excel style coordinate to (row, column) list

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

Usage

coordinate_to_tuple(coordinate, ...)

Value

A list.

Arguments

coordinate

coordinate

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
coordinate_to_tuple(coordinate = "A1")
}

Run the code above in your browser using DataLab