OGF: Open Grid Format

OGF is an open, declarative JSON format for describing interactive data grids. It defines structure, data, behavior, and rendering intent — in a portable, renderer-agnostic way.

The format behind powerful grid tools — built for developers who need control, transparency, and interoperability.

💡 What is OGF?

OGF (Open Grid Format) is a neutral, open format for defining editable, structured grid data. Use OGF documents to:

✨ Key features

🔧 Supported by:

🧪 OGF Example

{
  "version": "1.0",
  "data": [[1, "Alice"], [2, "Bob"]],
  "columns": [
    {"name": "id", "type": "number"},
    {"name": "name", "type": "text"}
  ],
  "modules": ["selection", "formula"],
  "meta": {
    "createdAt": "2025-06-15",
    "tool": "gridtoolkit"
  }
}

🚀 Coming soon

📨 Stay in the loop

Drop your email to get notified when the spec goes live and the first tools launch.
No spam — just grid nerdery.