ArrayFormula {xlcharts} | R Documentation |
ArrayFormula
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.formula.html
Usage
ArrayFormula(ref, text = NULL, ...)
Arguments
ref |
ref |
text |
text |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
ArrayFormula(ref = "A1")
## End(Not run)
[Package xlcharts version 0.0.2 Index]