Advanced Excel · JSON Structure

Excel Api Worksheet Structure

An Excel worksheet.

Type: object Properties: 4
AutomationBusiness IntelligenceData AnalysisData ProcessingExcelMicrosoftSpreadsheets

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

Properties

id name position visibility

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "excel-api-worksheet-structure.json",
  "title": "Worksheet",
  "description": "An Excel worksheet.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Worksheet identifier."
    },
    "name": {
      "type": "string",
      "description": "Worksheet display name."
    },
    "position": {
      "type": "int32",
      "description": "Zero-based index position."
    },
    "visibility": {
      "type": "string",
      "description": "Visibility."
    }
  }
}