Advanced Excel · JSON Structure

Excel Api Session Structure

A workbook session for batch operations.

Type: object Properties: 2
AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

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

Properties

id persistChanges

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "excel-api-session-structure.json",
  "title": "Session",
  "description": "A workbook session for batch operations.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Session identifier."
    },
    "persistChanges": {
      "type": "boolean",
      "description": "Whether changes are persisted."
    }
  }
}