On Thu, 30 Sep 2010, Thomas P Laford wrote:
The code from XSSFWorkbook::commit() looks straightforward enough, but if I'm using the following code to get the properties, how do I fit the CTProperty array into the XmlOptions class needed by the save() method?
Actually, ignore me! Looks like POIXMLProperties already does the work you need...
Get the POIXMLProperties, get the CustomProperties from that, and then manipulate the CTProperty objects through that. Then call commit on POIXMLProperties when you're done changing
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
