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 voidaddIgnoredErrors(CTIgnoredError err, String ref, IgnoredErrorType... ignoredErrorTypes) static Set<IgnoredErrorType> static booleanisSet(IgnoredErrorType errorType, CTIgnoredError error) static voidset(IgnoredErrorType errorType, CTIgnoredError error)
-
Constructor Details
-
XSSFIgnoredErrorHelper
public XSSFIgnoredErrorHelper()
-
-
Method Details
-
isSet
-
set
-
addIgnoredErrors
public static void addIgnoredErrors(CTIgnoredError err, String ref, IgnoredErrorType... ignoredErrorTypes) -
getErrorTypes
-