Bug 55578

Summary: [PATCH] Patch for embedding OLE1.0 package
Product: POI Reporter: Andreas Beeker <kiwiwings>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.10-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Patch for embedding OLE1.0 package

Description Andreas Beeker 2013-09-21 12:29:29 UTC
Created attachment 30869 [details]
Patch for embedding OLE1.0 package

With this patch it's possible to include arbitrary files into HSSF spreadsheets via the OLE 1.0 package element.

This patch should be applied with #49658 for EMF images to work.

Originally I've posted the patch @ stackoverflow (http://stackoverflow.com/questions/16910503/embed-files-into-excel-using-apache-poi/17757439#17757439), where you can a few more implementation issues.
Comment 1 Yegor Kozlov 2013-10-13 07:40:27 UTC
Thanks for patch . applied in r 1531623