Advanced Excel · Example Payload

Excel Api Chart Example

AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

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

Top-level fields

idnamechartTypeheightwidth

Example Payload

Raw ↑
{
  "id": "chart1",
  "name": "SalesChart",
  "chartType": "ColumnClustered",
  "height": 300,
  "width": 500
}