https://bz.apache.org/bugzilla/show_bug.cgi?id=58240
--- Comment #5 from [email protected] --- Hey, I played a bit to see if I can find some better reason - nope. I cut the code to just this : Workbook workbook = new HSSFWorkbook(); Sheet sheet = workbook.createSheet(); workbook.write(stream); workbook.close(); The validation still fails. I wouldn't care if MS Office didn't refuses to load the file. It runs under JBoss wildfly-8.1.0.Final with jdk1.7.0_75, same with OpenSuse(13.1) and Ubuntu (both x64). The situation is really strange ... Best, Aleksandar -- 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]
