Package | Description |
---|---|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.helpers |
Modifier and Type | Method and Description |
---|---|
static IgnoredErrorType |
IgnoredErrorType.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<IgnoredErrorType,java.util.Set<CellRangeAddress>> |
XSSFSheet.getIgnoredErrors()
Returns the errors currently being ignored and the ranges
where they are ignored.
|
Modifier and Type | Method and Description |
---|---|
void |
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).
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<IgnoredErrorType> |
XSSFIgnoredErrorHelper.getErrorTypes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err) |
Modifier and Type | Method and Description |
---|---|
static void |
XSSFIgnoredErrorHelper.addIgnoredErrors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err,
java.lang.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) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.