CellSmartTag {xlcharts} | R Documentation |
CellSmartTag
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.smart_tag.html
Usage
CellSmartTag(
cellSmartTagPr = list(),
type = NULL,
deleted = FALSE,
xmlBased = FALSE,
...
)
Arguments
cellSmartTagPr |
cellSmartTagPr |
type |
type |
deleted |
deleted |
xmlBased |
xmlBased |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
CellSmartTag(type = 1L)
## End(Not run)
[Package xlcharts version 0.0.2 Index]