CustomFilter
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.filters.html
Usage
CustomFilter(operator = NULL, val = NULL, ...)
Arguments
operator
|
operator |
val
|
val |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
CustomFilter(operator = "equal", val = 1L)