Synthoid / ExportSheetData

Add-on for Google Sheets that allows sheets to be exported as JSON or XML.
MIT License
234 stars 46 forks source link

(General) Callback support for export methods #108

Closed Synthoid closed 4 years ago

Synthoid commented 4 years ago

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.

Synthoid commented 4 years ago

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.