Uses of Class
org.apache.poi.ss.usermodel.IgnoredErrorType
-
Packages that use IgnoredErrorType Package Description org.apache.poi.ss.usermodel org.apache.poi.xssf.usermodel org.apache.poi.xssf.usermodel.helpers -
-
Uses of IgnoredErrorType in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return IgnoredErrorType Modifier and Type Method Description static IgnoredErrorTypeIgnoredErrorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IgnoredErrorType[]IgnoredErrorType. values()Returns an array containing the constants of this enum type, 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 IgnoredErrorType Modifier and Type Method Description java.util.Map<IgnoredErrorType,java.util.Set<CellRangeAddress>>XSSFSheet. 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 IgnoredErrorType Modifier and Type Method Description voidXSSFSheet. addIgnoredErrors(CellRangeAddress region, IgnoredErrorType... ignoredErrorTypes)Ignore errors across a range of cells.voidXSSFSheet. 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 IgnoredErrorType Modifier and Type Method Description static java.util.Set<IgnoredErrorType>XSSFIgnoredErrorHelper. getErrorTypes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err)Methods in org.apache.poi.xssf.usermodel.helpers with parameters of type IgnoredErrorType Modifier and Type Method Description static voidXSSFIgnoredErrorHelper. addIgnoredErrors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err, java.lang.String ref, IgnoredErrorType... ignoredErrorTypes)static booleanXSSFIgnoredErrorHelper. isSet(IgnoredErrorType errorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error)static voidXSSFIgnoredErrorHelper. set(IgnoredErrorType errorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error)
-