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 2008/06/05 10:32:16 UTC

DO NOT REPLY [Bug 45133] New: Can't open wookbook with MS Excell

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

           Summary: Can't open wookbook with MS Excell
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: duc.nguyen@sds.com.vn
                CC: duc.nguyen@sds.com.vn


I have a workbook, I can use Microsoft Office Excel 2003 (11.8211.8172) SP3 to
open the workbook. But after I open and save workbook by POI 3.0.2 Released, I
can't open it with Microsoft Office Excel 2003 (11.8211.8172) SP3.


But I can open it with Open Office well.


-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 45133] Can't open wookbook with MS Excell

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45133





--- Comment #1 from Duc Nguyen <du...@sds.com.vn>  2008-06-05 01:35:01 PST ---
Created an attachment (id=22076)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22076)
origin workbook


-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 45133] Can't open wookbook with MS Excell

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45133





--- Comment #4 from Duc Nguyen <du...@sds.com.vn>  2008-06-12 00:21:17 PST ---
Bug fixed.
Thanks so much.


-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 45133] Can't open wookbook with MS Excell

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45133


Josh Micich <jo...@gildedtree.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Josh Micich <jo...@gildedtree.com>  2008-06-06 01:40:31 PST ---
Fixed in svn r663855.

Looks like the fix for bug 41242 wasn't exactly right.  The EndSubRecord was
being skipped because its 'sid' is zero, and RecordInputStream assumes that all
'sid's are non-zero.  The main change with the fix here was to add padding to
the sub-record data.  It seems to be padded to a 4-byte boundary even though
this is not mentioned in the "MICROSOFT OFFICE EXCEL 97-2007 BINARY FILE FORMAT
SPECIFICATION"  (OOO document doesn't even include the OBJ(5Dh) record).


-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 45133] Can't open wookbook with MS Excell

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45133





--- Comment #3 from Duc Nguyen <du...@sds.com.vn>  2008-06-11 18:51:39 PST ---
How should I do to get svn r663855 from POI site ?


-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org