Advanced Excel · JSON Structure

Excel Api Table Structure

An Excel table.

Type: object Properties: 4
AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

Excel Api Table Structure is a JSON Structure definition published by Advanced Excel, describing 4 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id name showHeaders showTotals

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "excel-api-table-structure.json",
  "title": "Table",
  "description": "An Excel table.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Table identifier."
    },
    "name": {
      "type": "string",
      "description": "Table name."
    },
    "showHeaders": {
      "type": "boolean",
      "description": "Whether header row is shown."
    },
    "showTotals": {
      "type": "boolean",
      "description": "Whether total row is shown."
    }
  }
}