Advanced Excel · JSON Structure

Excel Api Worksheetinput Structure

Request to add a new worksheet.

Type: object Properties: 1
AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

Excel Api Worksheetinput Structure is a JSON Structure definition published by Advanced Excel, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

name

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "excel-api-worksheetinput-structure.json",
  "title": "WorksheetInput",
  "description": "Request to add a new worksheet.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name for the new worksheet."
    }
  }
}