cleanUpStreamingXml - cfsimplicity/spreadsheet-cfml GitHub Wiki

Removes temporary files written to disk by a "streaming" XML spreadsheet during population. Once called, the workbook cannot be changed.

Normally the clean up is handled by the library when you call a method that writes or downloads the completed spreadsheet.

It's made available in case needed in specific use cases.

cleanUpStreamingXml( workbook )

Required arguments

  • workbook spreadsheet object

Chainable? Yes.