TableFormula {xlcharts} | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.table.html
TableFormula(array = NULL, attr_text = NULL, ...)
array |
array |
attr_text |
attr_text |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
TableFormula()
## End(Not run)