Synthoid / ExportSheetData

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

Boolean #92

Closed jordanhart closed 5 years ago

jordanhart commented 5 years ago

Hi! Quick question, how do I export a column or values as booleans? Thanks!

Synthoid commented 5 years ago

To export a boolean value, you should just need to type TRUE or FALSE. If it is displayed in all caps like that, Google Sheets recognizes the value as a bool instead of a standard string and it should be exported appropriately.