{ "@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" } } }