You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2016/01/05 17:31:42 UTC

[Bug 57603] failed to create Word 2003 with seven or more columns

https://bz.apache.org/bugzilla/show_bug.cgi?id=57603

thomas.schwery@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thomas.schwery@gmail.com

--- Comment #1 from thomas.schwery@gmail.com ---
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org