Microsoft Excel · JSON Structure

Excel Graph Api Worksheet Structure

Represents an Excel worksheet.

Type: object Properties: 4
AutomationData AnalysisMicrosoftMicrosoft 365OfficeSpreadsheets

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

Properties

id name position visibility

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/microsoft-excel/refs/heads/main/json-structure/excel-graph-api-worksheet-structure.json",
  "name": "Worksheet",
  "description": "Represents an Excel worksheet.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "Unique identifier for the worksheet." },
    "name": { "type": "string", "description": "The display name of the worksheet." },
    "position": { "type": "int32", "description": "The zero-based position of the worksheet." },
    "visibility": { "type": "string", "description": "Worksheet visibility.", "enum": ["Visible", "Hidden", "VeryHidden"] }
  }
}