Advanced Excel · Example Payload

Excel Api Tablelist Example

AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

Excel Api Tablelist Example is an example object payload from Advanced Excel, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

value

Example Payload

Raw ↑
{
  "value": [
    {
      "id": "table1",
      "name": "SalesTable",
      "showHeaders": true,
      "showTotals": false
    }
  ]
}