-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Open Questions
The current Tablo specification seems to work well for simple data sets, but there are a handful of extended features that would suggest additional syntax.
-
Cell Range syntax: should a standalone column identifier indicate the entire column as a range, eliminating redundant syntax, or should all ranges require a colon separated pair? (i.e.
Avs.A:A) -
Formula syntax: a formula should be enclosed in braces (i.e.
{ Math.sum(A1:A12) }) but what about formulas that get applied to each item in a range? Can we eliminate the need for relative cell references? -
Table Metadata: the Tablo format does not support (arbitrary, unstructured) comments, per se, but a syntax could be developed for annotating cells, rows, columns, or ranges.
-
Inline Formatting: can individual cells have format declarations? [No.]