Skip to content
Compare
Choose a tag to compare
@Synthoid Synthoid released this 25 Sep 04:28
· 1 commit to master since this release

v66, published 2024/09/25.

Backend Updates

  • Migrated DriveApp calls to the Drive API to support more limited security scopes.
    • You will need to reassign custom export location values due to this change!

General

  • Can now download visualized data directly, without exporting a file to Drive.
  • Removed old "Replace file(s)" option.
    • To replace existing file contents, you must now use the file picker to target specific JSON/XML files.
  • Added buttons to open custom export folder and replace file targets.
  • Exporting now places files in your root "My Drive" folder by default, instead of the same folder as the original spreadsheet. This is a limitation of the more limited scopes :(
  • Sidebar will now refresh specific sections instead of regenerating all HTML during certain field adjustments.
  • Misc CSS and UX adjustments.

XML

  • Cached key and namespace values during export to improve performance.
  • Moved "Export bools as ints" option to the General section so JSON can utilize it as well.

JSON

  • Value format settings like "Force string values" will now apply recursively on array and object values, instead of only being applied to top level fields.
  • Adding a comma when exporting cell arrays will now output a formatted array with no extra elements.
  • Escaped strings now trim the wrapping double quotes when exporting cell arrays.