Microsoft Excel Graph Api Context
JSON-LD context defining the semantic vocabulary for Microsoft Excel Graph Api from Microsoft Excel.
9 Classes
20 Properties
4 Namespaces
Namespaces
ms:
https://graph.microsoft.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Worksheet
Table
TableRow
TableColumn
Chart
Range
NamedItem
name
description
Properties
| Property |
Type |
Container |
| id |
string |
|
| position |
integer |
|
| visibility |
string |
|
| showHeaders |
boolean |
|
| showTotals |
boolean |
|
| style |
string |
|
| index |
integer |
|
| values |
|
set |
| height |
double |
|
| width |
double |
|
| left |
double |
|
| top |
double |
|
| address |
string |
|
| cellCount |
integer |
|
| columnCount |
integer |
|
| rowCount |
integer |
|
| hidden |
boolean |
|
| visible |
boolean |
|
| type |
string |
|
| value |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"ms": "https://graph.microsoft.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Worksheet": "ms:Worksheet",
"Table": "ms:Table",
"TableRow": "ms:TableRow",
"TableColumn": "ms:TableColumn",
"Chart": "ms:Chart",
"Range": "ms:Range",
"NamedItem": "ms:NamedItem",
"name": "schema:name",
"description": "schema:description",
"id": { "@id": "ms:id", "@type": "xsd:string" },
"position": { "@id": "ms:position", "@type": "xsd:integer" },
"visibility": { "@id": "ms:visibility", "@type": "xsd:string" },
"showHeaders": { "@id": "ms:showHeaders", "@type": "xsd:boolean" },
"showTotals": { "@id": "ms:showTotals", "@type": "xsd:boolean" },
"style": { "@id": "ms:style", "@type": "xsd:string" },
"index": { "@id": "ms:index", "@type": "xsd:integer" },
"values": { "@id": "ms:values", "@container": "@set" },
"height": { "@id": "ms:height", "@type": "xsd:double" },
"width": { "@id": "ms:width", "@type": "xsd:double" },
"left": { "@id": "ms:left", "@type": "xsd:double" },
"top": { "@id": "ms:top", "@type": "xsd:double" },
"address": { "@id": "ms:address", "@type": "xsd:string" },
"cellCount": { "@id": "ms:cellCount", "@type": "xsd:integer" },
"columnCount": { "@id": "ms:columnCount", "@type": "xsd:integer" },
"rowCount": { "@id": "ms:rowCount", "@type": "xsd:integer" },
"hidden": { "@id": "ms:hidden", "@type": "xsd:boolean" },
"visible": { "@id": "ms:visible", "@type": "xsd:boolean" },
"type": { "@id": "ms:type", "@type": "xsd:string" },
"value": { "@id": "ms:value", "@type": "xsd:string" }
}
}