https://issues.apache.org/bugzilla/show_bug.cgi?id=47920
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Yegor Kozlov <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
