Uses of Enum Class
org.apache.poi.ss.usermodel.IgnoredErrorType
Packages that use IgnoredErrorType
Package
Description
-
Uses of IgnoredErrorType in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return IgnoredErrorTypeModifier and TypeMethodDescriptionstatic IgnoredErrorType
Returns the enum constant of this class with the specified name.static IgnoredErrorType[]
IgnoredErrorType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IgnoredErrorType in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return types with arguments of type IgnoredErrorTypeModifier and TypeMethodDescriptionXSSFSheet.getIgnoredErrors()
Returns the errors currently being ignored and the ranges where they are ignored.Methods in org.apache.poi.xssf.usermodel with parameters of type IgnoredErrorTypeModifier and TypeMethodDescriptionvoid
XSSFSheet.addIgnoredErrors
(CellRangeAddress region, IgnoredErrorType... ignoredErrorTypes) Ignore errors across a range of cells.void
XSSFSheet.addIgnoredErrors
(CellReference cell, IgnoredErrorType... ignoredErrorTypes) Add ignored errors (usually to suppress them in the UI of a consuming application). -
Uses of IgnoredErrorType in org.apache.poi.xssf.usermodel.helpers
Methods in org.apache.poi.xssf.usermodel.helpers that return types with arguments of type IgnoredErrorTypeModifier and TypeMethodDescriptionstatic Set
<IgnoredErrorType> XSSFIgnoredErrorHelper.getErrorTypes
(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err) Methods in org.apache.poi.xssf.usermodel.helpers with parameters of type IgnoredErrorTypeModifier and TypeMethodDescriptionstatic void
XSSFIgnoredErrorHelper.addIgnoredErrors
(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err, String ref, IgnoredErrorType... ignoredErrorTypes) static boolean
XSSFIgnoredErrorHelper.isSet
(IgnoredErrorType errorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error) static void
XSSFIgnoredErrorHelper.set
(IgnoredErrorType errorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error)