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? -- Will "Coke" Coleda --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
