Microsoft Excel · JSON Structure

Excel Graph Api Table Structure

Represents an Excel table.

Type: object Properties: 5
AutomationData AnalysisMicrosoftMicrosoft 365OfficeSpreadsheets

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

Properties

id name showHeaders showTotals style

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/microsoft-excel/refs/heads/main/json-structure/excel-graph-api-table-structure.json",
  "name": "Table",
  "description": "Represents an Excel table.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "Unique identifier for the table." },
    "name": { "type": "string", "description": "The name of the table." },
    "showHeaders": { "type": "boolean", "description": "Whether the header row is visible." },
    "showTotals": { "type": "boolean", "description": "Whether the total row is visible." },
    "style": { "type": "string", "description": "Table style name." }
  }
}