The problem has been 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 not preserve this property across read-write and it was the reason why PowerPoint could not open embedded .xls after modification.
Daily builds can be downloaded from http://encore.torchbox.com/poi-svn-build/ Yegor
Hi, I am looking for further information in relevance to the following thread http://thread.gmane.org/gmane.comp.jakarta.poi.user/13275/focus=13278 (Bug 47920). Are there any workarounds (with usermodel or even record level APIs) to achieve embedding workbooks to slides? Could you please provide further information on whether any implementation of setData in ExOleObjStg alone will fix the issue or it requires further more changes? Any tip towards proceeding on a feasible workaround/solution to get this issue would be of great help as the bugfix doesn't seem to be part of POI 3.6 release. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
