builtin_format_id {xlcharts} | R Documentation |
Return the id of a standard style.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.styles.numbers.html
builtin_format_id(fmt, ...)
fmt |
fmt |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
builtin_format_id(fmt = NULL)
## End(Not run)