Skip to content

Instantly share code, notes, and snippets.

View henriqwe's full-sized avatar

Claudio Henrique henriqwe

  • Maceió-AL ✈️
  • 19:37 (UTC -03:00)
View GitHub Profile
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';