Skip to content

IgnoredError

Source code

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

library("xlcharts")

IgnoredError()