ValueDescriptor {xlcharts} | R Documentation |
ValueDescriptor
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.formatting.rule.html
Expected type depends upon type attribute of parent :-(
Most values should be numeric BUT they can also be cell references
Usage
ValueDescriptor(...)
Arguments
... |
Additional arguments, i.e. kwargs |
Value
An openpyxl Python object.
Examples
## Not run:
ValueDescriptor()
## End(Not run)
[Package xlcharts version 0.0.2 Index]