Skip to content

Archer-Lotos/ExportSheetData2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Export Sheet Data

Export Sheet Data is an add-on for Google Sheets that allows sheets to be exported as JSON or XML.

Goals

Convenient: Export Sheet Data is meant to be simple to use but very powerful. No more exporting multiple CSVs then compiling data.

Customizable: Options and formats can be tweaked to reflect personal taste. Default or stringified values for JSON. Attributes or child elements for XML. Format your data the way you want.

Install

Export Sheet Data is available in both the Chrome Web Store and the G Suite Marketplace. You can install it here

NOTE: There is a known bug when using add-ons while multiple accounts are signed in. If you run into a situation where the ESD sidebar doesn't seem to load, visit the troubleshooting page for help.

Documentation

The best way to figure out how to use Export Sheet Data is by opening the sidebar, reading the tooltips of various options and experimenting with the output using the Visualize option.

For detailed documentation on each option, take a look at Export Sheet Data's documentation.

If you want to create more advanced data structures, make sure to read the Wiki page about Nested Elements.

Development Status

Export Sheet Data supports a wide variety of features. Currently, this includes:

JSON

  • Forcing all data to string values
  • Exporting individual cells as JSON arrays
  • Exporting a sheet's contents as an array of JSON objects
  • Creating complex data structures via Nested Elements

XML

  • Exporting columns as attributes, child elements, or inner text of a row
  • Automatic formatting of XML illegal characters like &, <, and >
  • XML comments and declaration support

General

  • Visualize data before exporting
  • Exporting specific sheets
  • Unwrapping or collapsing a sheet's data for easier access after exporting
  • Minifying exported data to produce smaller files

Contributing

If you would like to add a feature to Export Sheet Data, be sure to read the wiki page on contributing. Also, take a look at the notes on project structure and check out the currently open issues.

Credits

Developed by Chris Ingerson with help from the community.

License

Export Sheet Data is licensed under the MIT License, see LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published