Advanced Excel · Example Payload

Excel Api Rangeinput Example

AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

Excel Api Rangeinput 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

values

Example Payload

Raw ↑
{
  "values": [
    [
      "Name",
      "Revenue"
    ],
    [
      "Q1",
      50000
    ],
    [
      "Q2",
      62000
    ]
  ]
}