Advanced Excel · JSON Structure

Excel Api Tablelist Structure

List of Excel tables.

Type: object Properties: 1
AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

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

Properties

value

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "excel-api-tablelist-structure.json",
  "title": "TableList",
  "description": "List of Excel tables.",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "description": "Array of tables."
    }
  }
}