Synthoid/ExportSheetData

(General) Callback support for export methods

Closed this issue · 1 comments

It would be nice to allow callbacks to be passed to the JSON and XML export methods. This would allow users to create methods that can handle exported data directly.

This will be implemented as of V60. Users will be able to pass callbacks to exportSpreadsheetXml and exportSpreadsheetJson methods to handle exported data strings. See release notes for what is expected in callback methods.