{
  "meta": {
    "title": "Revenue Table Sample",
    "creator": "CmdCal"
  },
  "sheets": [
    {
      "name": "Revenue",
      "rows": [
        {
          "cells": [
            { "value": "Region" },
            { "value": "Revenue" },
            { "value": "Status" }
          ]
        },
        {
          "cells": [
            { "value": "APAC" },
            { "value": 120000 },
            { "value": "Open" }
          ]
        },
        {
          "cells": [
            { "value": "EMEA" },
            { "value": 240000 },
            { "value": "Closed" }
          ]
        },
        {
          "cells": [
            { "value": null },
            { "value": null },
            { "value": null }
          ]
        }
      ],
      "tables": [
        {
          "name": "RevenueTable",
          "ref": "A1:C4",
          "totalsRow": true,
          "columns": [
            { "totalsRowLabel": "Total" },
            { "totalsRowFunction": "sum" },
            {}
          ],
          "style": {
            "name": "TableStyleMedium9",
            "showFirstColumn": true
          }
        }
      ]
    }
  ]
}
