On Thu, Jun 10, 2010 at 4:12 PM, Will Coleda <[email protected]> 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. ;) -- Will "Coke" Coleda --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
