Microsoft Excel · JSON Structure

Excel Graph Api Table Row Structure

Represents a row in an Excel table.

Type: object Properties: 2
AutomationData AnalysisMicrosoftMicrosoft 365OfficeSpreadsheets

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

Properties

index 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-row-structure.json",
  "name": "TableRow",
  "description": "Represents a row in an Excel table.",
  "type": "object",
  "properties": {
    "index": { "type": "int32", "description": "Zero-based index of the row." },
    "values": { "type": "array", "description": "Raw values of the row.", "items": { "type": "array", "items": {} } }
  }
}