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 2009/12/15 10:40:58 UTC

DO NOT REPLY [Bug 47920] Can't embed HSSF into HSLF

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

Yegor Kozlov <ye...@dinom.ru> changed:

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

--- Comment #2 from Yegor Kozlov <ye...@dinom.ru> 2009-12-15 01:40:56 UTC ---
Fixed in r890714

When embedding a workbook, MS Office modifies the .xls file and sets a special
property called StorageClassID. It turned out that this property is important
for embedded objects - MS Office uses it to activate the document's
application. HSSFWorkbook did't preserve this property across read-write and it
was the reason why PowerPoint could not open embedded .xls after modification.

Yegor

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