Spreadsheets · JSON-LD Context

Spreadsheets Context

JSON-LD context defining the semantic vocabulary for Spreadsheets from Spreadsheets.

32 Classes 1 Properties 2 Namespaces
View Context View on GitHub

Namespaces

sheets: https://developers.google.com/workspace/sheets/vocab#
excel: https://learn.microsoft.com/graph/excel/vocab#

Classes

Spreadsheet Workbook Sheet Worksheet Range CellRange Table Chart spreadsheetId workbookId spreadsheetUrl title locale timeZone sheetId sheetType hidden index range majorDimension values rowCount columnCount frozenRowCount frozenColumnCount valueInputOption valueRenderOption session persistChanges address formulas numberFormat

Properties

Property Type Container
A1Notation reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "sheets": "https://developers.google.com/workspace/sheets/vocab#",
    "excel": "https://learn.microsoft.com/graph/excel/vocab#",
    "Spreadsheet": "sheets:Spreadsheet",
    "Workbook": "excel:Workbook",
    "Sheet": "sheets:Sheet",
    "Worksheet": "excel:Worksheet",
    "Range": "sheets:Range",
    "CellRange": "excel:Range",
    "Table": "excel:Table",
    "Chart": "excel:Chart",
    "spreadsheetId": "identifier",
    "workbookId": "identifier",
    "spreadsheetUrl": "url",
    "title": "name",
    "locale": "inLanguage",
    "timeZone": "temporalCoverage",
    "sheetId": "sheets:sheetId",
    "sheetType": "sheets:sheetType",
    "hidden": "sheets:hidden",
    "index": "position",
    "range": "sheets:a1NotationRange",
    "majorDimension": "sheets:majorDimension",
    "values": "sheets:cellValues",
    "rowCount": "sheets:rowCount",
    "columnCount": "sheets:columnCount",
    "frozenRowCount": "sheets:frozenRowCount",
    "frozenColumnCount": "sheets:frozenColumnCount",
    "valueInputOption": "sheets:valueInputOption",
    "valueRenderOption": "sheets:valueRenderOption",
    "session": "excel:sessionId",
    "persistChanges": "excel:persistChanges",
    "address": "excel:cellAddress",
    "formulas": "excel:formulas",
    "numberFormat": "excel:numberFormat",
    "A1Notation": {
      "@id": "sheets:A1Notation",
      "@type": "@id"
    }
  }
}