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

(XML) Support for exporting columns as inner text #7

Closed Synthoid closed 8 years ago

Synthoid commented 8 years ago

Add support for exporting columns as inner text of a row element instead of attributes or child elements.

For example:

<data>
  <row>This is inner text</row>
</data>