Advanced Excel · Example Payload

Excel Api Worksheetlist Example

AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

Excel Api Worksheetlist 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": "sheet1",
      "name": "Sheet1",
      "position": 0,
      "visibility": "Visible"
    },
    {
      "id": "sheet2",
      "name": "Sales Data",
      "position": 1,
      "visibility": "Visible"
    }
  ]
}