View on GitHub

ExportSheetData

Add-on for Google Sheets that allows data to be exported as JSON or XML.

Include XML declaration

Determines if a customized XML declaration should be included at the top of exported XML documents.

XML declarations must be at the top of the XML document (if included) and look like the following:

<?xml version="1.0" encoding="UTF-8"?>

See also

External references