https://bz.apache.org/bugzilla/show_bug.cgi?id=56892
--- Comment #6 from Nick Burch <[email protected]> --- For the HSSF stuff, look at FeatFormulaErr2 Looks at first glance like the list is almost the same. Assuming that's really the case, it'd probably be best to put the IgnoredErrorType interface into the common SS usermodel, but without the CT stuff. Add a helper / child interface in xssf that does that part It might be good to create test .xls and .xlsx files, with some ignored errors in them, then write a XSSF-specific getter test for it I think that writing a HSSF getter for existing ignores should be quite quick, as we have the record code needed. We could then use the same test to check it Writing the HSSF add will take a bit more, as you need to create / update the right records in the right order -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
