Synthoid / ExportSheetData

Add-on for Google Sheets that allows data to be exported as JSON or XML.
MIT License
237 stars 46 forks source link

(JSON) Allow sheets to export as arrays of values #24

Closed Synthoid closed 7 years ago

Synthoid commented 7 years ago

Allow sheets containing one column to export as an array of values, instead of an array of objects.

A sheet named "Formatting" with a single column with the key "Words" and the following values:

Until When While

Would export as: (dashes added for formatting)

"Formatting" : [ --"Until", --"When", --"While" ]

Instead of:

"Formatting" : [ --{ "Words" : "Until" }, --{ "Words" : "When" }, --{ "Words" : "While" }, ]

Synthoid commented 7 years ago

Supported as of version 37.