Back to browse
GitHub Repository

The Data Sheet Structure (DSS) is a text-based, human-readable data format designed to represent multi-sheet spreadsheet data.

9 starsJavaScript

DSS, a new human-readable and plain format for XLS and spreadsheets

by vinserello·Apr 21, 2026·5 points·0 comments

AI Analysis

MidBold Bet

Git-friendly spreadsheet format, but no parsers or ecosystem to actually use it.

Strengths
  • Anchor-based coordinate system eliminates empty cell padding in sparse datasets.
  • Single-line diffs when individual cells change, unlike binary XLSX formats.
Weaknesses
  • No mention of existing parsers, converters, or tooling to adopt the format.
  • Format adoption requires ecosystem buy-in that specs alone cannot create.
Category
Target Audience

Data engineers and teams needing version-controlled spreadsheet data

Similar To

CSV · XLSX · SQLite

Similar Projects