Synthoid / ExportSheetData

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

Add a minify feature to export the data #63

Closed thiagolr closed 5 years ago

thiagolr commented 6 years ago

I would like to be able to export the data without any spaces in order to decrease the final data size!

Synthoid commented 6 years ago

This is something I've had planned for a while now but haven't gotten around to yet. Eventual goal is to allow users to entirely control the white space in exported data. (Tabs, x number of spaces, etc)

Synthoid commented 5 years ago

Just pushed v50 of ESD which includes a "Minify JSON" option in the advanced JSON section to do this.