https://bz.apache.org/bugzilla/show_bug.cgi?id=57603
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- Created attachment 33408 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33408&action=edit Empty document with a seven column table This bug is also occurring with the latest Apache POI 3.14-beta1 on an empty document that is written without modifications. To reproduce, you only need to open the attached file and write it back : HWPFDocument doc = new HWPFDocument(new FileInputStream(inFile)); FileOutputStream fos = new FileOutputStream(outFile); doc.write(fos); fos.close(); Word then displays an error when the output file is opened. -- 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]
