https://bz.apache.org/bugzilla/show_bug.cgi?id=60803
--- Comment #6 from Javen O'Neal <one...@apache.org> --- STDataValidationErrorStyle is generated code, generated from the OOXML schema. The DataValidationErrorStyle cannot reference the ST* enum if it's also used by HSSF, since we don't require users to have the poi-ooxml.jar or poi-ooxml-schemas.jar files in their classpath if they're using the binary formats. I was thinking about using a true enums rather than an interface or class to contain the constants. It'd then be up to XSSFDataValidation to convert between DataValidationErrorStyle and STDataValidationErrorStyle. Likewise, HSSFDataValidation would have to provide its own translation from enum to bytes. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org