Class XSSFIgnoredErrorHelper
java.lang.Object
org.apache.poi.xssf.usermodel.helpers.XSSFIgnoredErrorHelper
XSSF-specific code for working with ignored errors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addIgnoredErrors
(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err, String ref, IgnoredErrorType... ignoredErrorTypes) static Set
<IgnoredErrorType> getErrorTypes
(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err) static boolean
isSet
(IgnoredErrorType errorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error) static void
set
(IgnoredErrorType errorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error)
-
Constructor Details
-
XSSFIgnoredErrorHelper
public XSSFIgnoredErrorHelper()
-
-
Method Details
-
isSet
public static boolean isSet(IgnoredErrorType errorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error) -
set
public static void set(IgnoredErrorType errorType, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError error) -
addIgnoredErrors
public static void addIgnoredErrors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err, String ref, IgnoredErrorType... ignoredErrorTypes) -
getErrorTypes
public static Set<IgnoredErrorType> getErrorTypes(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError err)
-