IgnoredError {xlcharts} | R Documentation |
IgnoredError
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.errors.html
Usage
IgnoredError(
sqref = NULL,
evalError = FALSE,
twoDigitTextYear = FALSE,
numberStoredAsText = FALSE,
formula = FALSE,
formulaRange = FALSE,
unlockedFormula = FALSE,
emptyCellReference = FALSE,
listDataValidation = FALSE,
calculatedColumn = FALSE,
...
)
Arguments
sqref |
sqref |
evalError |
evalError |
twoDigitTextYear |
twoDigitTextYear |
numberStoredAsText |
numberStoredAsText |
formula |
formula |
formulaRange |
formulaRange |
unlockedFormula |
unlockedFormula |
emptyCellReference |
emptyCellReference |
listDataValidation |
listDataValidation |
calculatedColumn |
calculatedColumn |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
IgnoredError()
## End(Not run)
[Package xlcharts version 0.0.2 Index]