Chris
Chris
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...
Google has updated their Apps Script project workflow. ESD will need to be [updated to match this new workflow](https://developers.google.com/gsuite/add-ons/how-tos/upgrade-addons#can_i_upgrade_my_editor_add-on). This includes a complete rewrite of the UI system apparently so...
**Describe the bug** The current error handlers implemented to catch errors thrown by ESD and fail gracefully can only catch errors thrown by ESD, not Google services (ie accessing spreadsheets,...
Currently, XML namespace prefixes are not checked to ensure they use valid XML characters and formatting. For example, attempting to use non-standard chars like `[` will throw an error.
The "Include first column" option should be disabled when other options that affect it are active (ie "Export sheet arrays"). This should be done to make it obvious that the...
Add prefixes to allow individual sheets to use or ignore Nested Elements. Probably something like `NE_` (**N**ested **E**lements) and "NN_" (**N**o **N**esting).
Add an option to override file naming with support for template keywords. For example: _ | Value --- | ----- Sheet | Test Tab | Sheet01 Name template | %sheet%-%tab%...
Allow keys to be tagged and grouped together in a single JSON or XML element? For example: Keys: `[Factors]Strength, [Factors]Speed, [Factors]Size` Values: `10, 30, 5` Would become: JSON: `"Factors" :...
Add option to escape escaped chars. This is largely so external applications can read in chars correctly. For example: ``` This is a newline test. Pretty cool, right? ``` Currently...
Because of how Google Sheets stores time based data, time values are formatted strangely when exporting. Should format in a more expected and readable way.