Last active
March 8, 2023 20:47
-
-
Save jimniels/d0a1213cc9e592894d23d5802f31c731 to your computer and use it in GitHub Desktop.
Quadratic file example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"x": 0, | |
"y": 0, | |
"type": "TEXT", | |
"value": "You successfully imported a file from a URL!", | |
"last_modified": "2023-03-08T20:40:55.629Z" | |
} | |
], | |
"formats": [], | |
"columns": [], | |
"rows": [], | |
"borders": [], | |
"cell_dependency": "[]", | |
"render_dependency": [ | |
{ | |
"location": { "x": 1, "y": 0 }, | |
"needToRender": [{ "x": 0, "y": 0 }], | |
"renderThisCell": [] | |
}, | |
{ | |
"location": { "x": 0, "y": 0 }, | |
"needToRender": [], | |
"renderThisCell": [ | |
{ "x": 1, "y": 0 }, | |
{ "x": 2, "y": 0 } | |
] | |
}, | |
{ | |
"location": { "x": 2, "y": 0 }, | |
"needToRender": [{ "x": 0, "y": 0 }], | |
"renderThisCell": [] | |
} | |
], | |
"id": "6cf8d059-a794-42a9-ac89-c822f3256e82", | |
"created": 1678307560228, | |
"version": "1.0", | |
"modified": 1678308078313, | |
"filename": "Untitled 4" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment