Advanced Excel · Example Payload

Excel Api Chartlist Example

AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

Excel Api Chartlist 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": "chart1",
      "name": "SalesChart",
      "chartType": "ColumnClustered",
      "height": 300,
      "width": 500
    }
  ]
}