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

Separate settings per sheet? #120

Open akerson opened 4 years ago

akerson commented 4 years ago

Is it possible in the future that we can set the export settings on a "per sheet" basis rather than on a per-workbook basis? There's a few settings we always have to jigger back and forth depending on the type of content on the sheet.

Synthoid commented 4 years ago

This is an interesting idea, but I feel like the interface needed to get it working would be somewhat unintuitive to most users. This functionality is kind of what the various prefix options are supposed to handle and this could also be addressed through the use of settings templates, another feature that I've been toying around with.

I'll keep this issue up in case I can think of a good way to handle it, but I'm not sure what the timeframe on that would be. If you can share details or and example of the data you are swapping between that makes this feature useful, I will have an easier time thinking of how I can set this up.