productdevbook/hucre
Zero-dependency spreadsheet engine. Read & write XLSX, CSV, ODS. Pure TypeScript, works everywhere. observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 97
- Release rhythm 97
- Longevity 11
Flags: young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 12.5
- age_days: 162
- days_rel: 20
- days_push: 20
- n_releases_24m: 11
Adoption not part of the score
2098 stars · 62 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
hucre is a zero-dependency spreadsheet engine written in pure TypeScript that reads and writes XLSX, CSV, ODS, JSON, NDJSON, and XML with schema validation, streaming, and round-trip preservation. It ships as tree-shakeable ESM modules that work in browsers, Node.js, and edge runtimes.
Use cases
- parse xlsx files in typescript
- generate excel files from json data
- read and write csv with type inference
- convert ods spreadsheets to json
- export spreadsheet in edge runtime or browser
- stream large csv files without dependencies
- replace sheetjs or exceljs with a lightweight library
When to choose
- you need a small, tree-shakeable, zero-dependency spreadsheet parser/writer
- you target edge runtimes or CSP-restricted environments where eval-based libraries fail
- you want native TypeScript types and native ESM
- you need round-trip preservation across XLSX, CSV, ODS, and JSON formats
When to avoid
- you need advanced Excel features like charts, pivot tables, or macros
- you rely on SheetJS's CDN-only distribution or its broader ecosystem
- you need a battle-tested library with years of production hardening for complex legacy XLSX files
Facets
library · maturity active
parser serialization file-system data-science developer-tools spreadsheets files web-development developer-tools browser wasm cross-platform bun xlsx csv ods spreadsheet-engine zero-dependency tree-shakeable streaming esm schema-validation ndjson data-engineering nodejs deno typescript
3 sources
- readme: https://github.com/productdevbook/hucre · fetched 2026-08-28 · ad090a0ecb1b
- homepage: https://hucre.productdevbook.com · fetched 2026-08-29 · c7b09c813502
- registry_npm: https://registry.npmjs.org/hucre · fetched 2026-08-29 · c46cc9fa65f7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| productdevbook/hucre | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="productdevbook/hucre")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem