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

Vasili <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #12 from Vasili <[email protected]> ---
Hi Dominik,

This particular exception occurs with poi-3.11-FINAL as noted above, i.e. the
latest stable version (we were not thinking to put beta to production yet and
haven't tested the beta yet), not the latest version from svn.

The WorkbookFactory is used:

    FileInputStream fis = new FileInputStream("C:/AAA/mfb_a.xlsx");
    Workbook temp = WorkbookFactory.create(fis);

with both your file (I just double-checked it) and our file, with the same
exception.

Due to this thread, I thought that this issue was fixed long before 3.11-FINAL. 

Please let me know if you want more information.

Thanks

-- 
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]

Reply via email to