Advanced Excel · JSON Structure

Excel Api Sessioninput Structure

Request to create a workbook session.

Type: object Properties: 1
AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

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

persistChanges

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "excel-api-sessioninput-structure.json",
  "title": "SessionInput",
  "description": "Request to create a workbook session.",
  "type": "object",
  "properties": {
    "persistChanges": {
      "type": "boolean",
      "description": "Whether changes should be persisted."
    }
  }
}