Skip to content

cleanUpStreamingXml

Julian Halliwell edited this page Sep 20, 2021 · 3 revisions

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.

Clone this wiki locally