Skip to content

Consider improvements to Tablo syntax #3

@brendanberg

Description

@brendanberg

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. A vs. 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.]

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions