Microsoft Excel · JSON Structure

Excel Graph Api Table Column Structure

Represents a column in an Excel table.

Type: object Properties: 4
AutomationData AnalysisMicrosoftMicrosoft 365OfficeSpreadsheets

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

Properties

id index name values

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-column-structure.json",
  "name": "TableColumn",
  "description": "Represents a column in an Excel table.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "Unique identifier for the column." },
    "index": { "type": "int32", "description": "Zero-based index of the column." },
    "name": { "type": "string", "description": "The name of the column." },
    "values": { "type": "array", "description": "Raw values of the column.", "items": { "type": "array", "items": {} } }
  }
}