https://issues.apache.org/bugzilla/show_bug.cgi?id=55384
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Nick Burch <[email protected]> --- Any chance you could re-write this as a general unit test across all implementations? Probably something starting with for (Workbook wb : new Workbook[] { new HSSFWorkbook(), new XSSFWorkbook, new SXSSFWorkbook() }) { .... You'd need to use one hssf/xssf to read back afterwards to check, but otherwise it ought to be possible to make a generic test to check how it behaves across all versions -- 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]
