Learn R Programming

xlcharts (version 0.0.1)

IgnoredError: 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,
  ...
)

Value

An openpyxl Python object.

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.

Examples

Run this code
if (FALSE) {
IgnoredError()
}

Run the code above in your browser using DataLab