https://issues.apache.org/bugzilla/show_bug.cgi?id=56892
--- Comment #2 from Nick Burch <[email protected]> --- Thanks for this Looking at the code and unit test, I wonder if it might be worth making it a bit more general? For example, define an enum of the kinds of errors that can be ignored (taken from the ones CTIgnoredError defines), then have the method be more like: addIgnoredError(CellRangeAddress, IgnoredErrorType) (Or does that need to be a list/array of ignored types? Does Excel support setting multiple?) Bonus marks (=possible pint of your choice in a handy Oxford pub!) if you could also provide a nice getter for these ignored errors too :) -- 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]
