On Jun 10, 2010, at 2:03 PM, Will Coleda wrote:

> On Thu, Jun 10, 2010 at 4:12 PM, Will Coleda <w...@coleda.com> wrote:
>> I'm running into a performance issue using the ss usermodel to modify
>> an existing XLSX file - I'm poking at potentially using XSLT to do the
>> conversion I need - I have code that can grab the XML for an existing
>> spreadsheet (based on the SAX examples on the website, danke.), but am
>> now looking for a way to replace the existing XML for a spreadsheet
>> with the transformed version.
>> 
>> I'm looking through the Package and PackagePart APIs, but don't see
>> way to replace the existing XML with new XML and then save out the
>> whole doc.
>> 
>> Any pointers?
>> --
> 
> Looks like if I follow this path, I'm almost better off just exploding
> the .xslx, using XSLT on the components, and then rezipping. ;)

That makes sense. Let us know how it goes.

Regards,
Dave


> 
> -- 
> Will "Coke" Coleda
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
> For additional commands, e-mail: user-h...@poi.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org

Reply via email to