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

Tag non-exportable columns #17

Closed jeauger closed 7 years ago

jeauger commented 7 years ago

We should be able to tag the columns we don't want to export. For exemple we can add the string [NOEXPORT] in the column title.

Synthoid commented 7 years ago

Currently, you can leave a key field blank and it will be ignored when exporting. But you are right that it would be convenient to also have a prefix that can flag a column to be ignored, similar to how other settings can be set per column via key prefix.

Synthoid commented 7 years ago

Just pushed a new version (v35) that supports this.