Learn R Programming

xlcharts (version 0.0.1)

ArrayFormula: ArrayFormula

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.formula.html

Usage

ArrayFormula(ref, text = NULL, ...)

Value

An openpyxl Python object.

Arguments

ref

ref

text

text

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
ArrayFormula(ref = "A1")
}

Run the code above in your browser using DataLab