Advanced Excel · Schema

SessionInput

Request to create a workbook session.

AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

Properties

Name Type Description
persistChanges boolean Whether changes should be persisted.
View JSON Schema on GitHub

JSON Schema

excel-api-sessioninput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SessionInput",
  "description": "Request to create a workbook session.",
  "type": "object",
  "properties": {
    "persistChanges": {
      "type": "boolean",
      "description": "Whether changes should be persisted.",
      "example": true
    }
  }
}