Advanced Excel · Schema

WorksheetInput

Request to add a new worksheet.

AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

Properties

Name Type Description
name string Name for the new worksheet.
View JSON Schema on GitHub

JSON Schema

excel-api-worksheetinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorksheetInput",
  "description": "Request to add a new worksheet.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name for the new worksheet.",
      "example": "Sales Data"
    }
  }
}