Bug 45003

Summary: Patch to add function write to all POIDocuments and to process Visio embedds
Product: POI Reporter: Yury Batrakov <batrakov>
Component: POIFSAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.0-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: patch for issue
patch: correct version

Description Yury Batrakov 2008-05-15 04:56:55 UTC
1. It's useful to have a function write(OutputStream) defined in classes like HSSF or HSLF in their superclass POIDocument
2. HDGFDocument constructor can't init embedded Visio documents

this patch provides functionality for p1 and p2
Comment 1 Yury Batrakov 2008-05-15 04:57:29 UTC
Created attachment 21967 [details]
patch for issue
Comment 2 Yury Batrakov 2008-05-15 05:05:02 UTC
Created attachment 21968 [details]
patch: correct version

previous patch was incorrect, sorry
Comment 3 Nick Burch 2008-05-20 10:17:30 UTC
Thanks for these, applied to svn trunk with a few little tweaks