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 | JSON | XML) Title #146

Closed DarkViking7 closed 2 years ago

DarkViking7 commented 2 years ago

Is your feature request related to a problem? Please describe. Export JSON

Describe the solution you'd like A checkbox whether to include the Sheet name in the exported filename when exporting the current sheet.

Describe alternatives you've considered Renaming files by hand using Windows Explorer.

Additional context Instead exporting a file named "My Data - Sheet 1.json" be able to export to a file named "My Data.json".

Synthoid commented 2 years ago

You can accomplish this by setting the export target to custom and selecting just your target sheet. Doing so will export only your desired sheet tab as just SheetName.json instead of SheetName - Tab.json.

I'd like to keep the existing approach with Current sheet's naming to match how downloaded CSV file names are formatted, so unfortunately this is the intended behavior.