exceljs/exceljs
Excel Workbook Manager observed · 2026-08-28
Health v2 · maintenance only
24/100
- Activity 2
- Release rhythm 8
- Longevity 100
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: n/a
- age_days: 4285
- days_rel: n/a
- days_push: 589
- n_releases_24m: 0
Adoption not part of the score
15449 stars · 2036 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ExcelJS is a Node.js library for reading, manipulating, and writing Excel XLSX workbooks and JSON, including styles, streaming, and CSV support. It is reverse-engineered from Excel spreadsheet file formats and works in both browser and Node environments.
Use cases
- generate xlsx reports from data in node
- parse excel spreadsheets into
- export database rows to an excel workbook with styling
- read and modify existing xlsx files programmatically
- stream large excel workbooks without loading everything in memory
- convert csv to xlsx and back
When to choose
- you need rich Excel features like styles, conditional formatting, tables, and pivot tables in JavaScript
- you need streaming read/write for large workbooks
- you want a mature, widely used MIT-licensed spreadsheet library for Node.js
When to avoid
- you only need simple CSV parsing without Excel formatting
- you need to render or display spreadsheets in a UI rather than manipulate files
- you work with legacy .xls binary formats, which are not supported
Facets
library · maturity active
serialization file-system csv files spreadsheets developer-tools cross-platform xlsx excel spreadsheet workbook streaming nodejs
1 source
- readme: https://github.com/exceljs/exceljs · fetched 2026-08-28 · 06276188a9ae
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| exceljs/exceljs | main | 24 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem