viest/php-ext-xlswriter
🚀 PHP Extension for creating and reader XLSX files. observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 99
- Release rhythm 92
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 15.5
- age_days: 3205
- days_rel: 59
- days_push: 9
- n_releases_24m: 7
Adoption not part of the score
2372 stars · 237 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A high-performance PHP C extension for reading and writing Excel 2007+ XLSX files, with a fixed-memory mode that keeps memory usage constant regardless of row count. It also supports CSV merging and cursor-based reading of large spreadsheets.
Use cases
- export millions of rows to xlsx from php with low memory
- read large excel files row by row in php
- generate excel reports faster than phpspreadsheet
- merge multiple csv files into one spreadsheet
- stream xlsx export without exhausting php memory
When to choose
- you need to export or import very large XLSX files in PHP with constant memory usage
- pure-PHP libraries like PhpSpreadsheet are too slow or memory-hungry
- you want a fast C-based extension installable via PECL
When to avoid
- you need rich formatting, charts, or complex Excel features beyond basic writing/reading
- you cannot install PHP C extensions on your hosting environment
- you need to work with legacy .xls files rather than XLSX
Facets
library · maturity stable
file-system developer-tools files spreadsheets developer-tools performance windows php xlsx excel php-extension spreadsheet low-memory csv pecl linux macos
3 sources
- readme: https://github.com/viest/php-ext-xlswriter · fetched 2026-08-28 · c80a8bdc1a1a
- homepage: https://xlswriter.viest.me · fetched 2026-08-29 · 0c7bea758707
- site_page: https://xlswriter.viest.me/docs/index.html · fetched 2026-08-29 · c344538cea9c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| viest/php-ext-xlswriter | main | 97 |
For agents
markdown · JSON · MCP: product_card(name="viest/php-ext-xlswriter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem