Filters {xlcharts} | R Documentation |
Filters
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.filters.html
Usage
Filters(
blank = NULL,
calendarType = NULL,
filter = list(),
dateGroupItem = list(),
...
)
Arguments
blank |
blank |
calendarType |
calendarType |
filter |
filter |
dateGroupItem |
dateGroupItem |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
Filters()
## End(Not run)
[Package xlcharts version 0.0.2 Index]