Synthoid / ExportSheetData

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

(Bug) Exporting an array bugged while including a period and negatives #154

Closed AreliusIS closed 1 year ago

AreliusIS commented 1 year ago

I'm trying to export x.y coordinates. The formatting after visualization seems bugged.

image image

Synthoid commented 1 year ago

Sorry for the delayed response. This is because -1.-1 is not a valid number. -1.1 would be valid though.