https://issues.apache.org/bugzilla/show_bug.cgi?id=46748

           Summary: Generated files cannot be read by Google or on
                    BlackBerry
           Product: POI
           Version: 3.5-dev
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: HSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=23285)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23285)
Sample generated file

The .xls files created with the 3.5 beta cannot be read on BlackBerry or by
Google applications.  Both Google's client on mobile and the "View as HTML"
feature in Gmail report that file as corrupted.  Excel and Google Docs can read
the file.

This can be reproduced with the simplest of files:
HSSFWorkbook wb = new HSSFWorkbook(); 
HSSFSheet sheet = wb.createSheet("test");
FileOutputStream fos = new FileOutputStream("/tmp/blah.xls");
wb.write(fos);
fos.close();

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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