Synthoid / ExportSheetData

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

(General) Export multiple sheet tabs as individual files #105

Open Synthoid opened 4 years ago

Synthoid commented 4 years ago

Add support for exporting multiple sheet tabs as individual files.

Currently, ESD only exports a single file containing all desired data. This would allow each sheet tab to be exported as a distinct file. Likely this would unwrap each sheet, similar to what happens when exporting targeting Current sheet only.

This will probably have complications for Nested Element functionality. This may be avoidable if instead of exporting each "sheet" as a unique file, we export each element in the root of the exported data as a unique file?

noelq commented 2 years ago

Hi, I would be interested by this feature, any update on this? thanks for this lovely add on btw