View on GitHub

ExportSheetData

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

Name replacement character

Specifies the character that replaces illegal characters in XML element names.

XML element names can only contain a certain set of characters. Escaping illegal characters is not enough for element names, so ESD will instead replace illegal characters with a valid one.

There are three possible replacement characters:

For example, the value T'Pau would create the XML element <T_Pau /> if Underscore is selected as the replacement character.