# jmaister/excellentexport

Javascript export to Excel

Repository: https://github.com/jmaister/excellentexport
Canonical: https://ross.abutalabs.com/products/excellentexport
Language: TypeScript
License: MIT
License Family: permissive
Topics: excel, javascript, javascript-export, csv, csv-export, export-excel, export, hacktoberfest
Last push: 2026-08-05T18:09:50+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 63, longevity 100
- inputs: {"age_days": 4664, "days_push": 28, "days_rel": 85, "gap_med": 162.5, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1475, forks 301 (observed 2026-08-28T04:04:49.784481+00:00)

## What it is
ExcellentExport.js is a client-side JavaScript library that exports HTML tables to Excel (XLSX) or CSV files directly in the browser, with no server required. It supports cell types and formats, merged cells (rowspan/colspan), and RTL options.

## Use cases
- export html table to excel in browser
- client-side csv export from table
- download xlsx file from javascript without server
- export table with merged cells to excel
- format cells as dates or numbers in exported excel
- add excel export button to web page

## When to choose
- you need Excel/CSV export purely client-side with no backend
- you want to export existing HTML tables including merged cells and cell formatting
- you want a small, MIT-licensed drop-in library

## When to avoid
- you need to export data not present in an HTML table
- bundle size matters and 200+ KB for XLSX support is too heavy
- you need server-side or streaming export of very large datasets

## Facets
- artifact type: library
- maturity: active
- function: serialization, file-upload
- domain: web-development, frontend, spreadsheets, files
- platform: browser
- tags: excel, csv-export, xlsx, html-tables, client-side, typescript, javascript, nodejs

## Member repositories
- jmaister/excellentexport (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:49.784481+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:34:31.093826+00:00, confidence not recorded.
  - readme: https://github.com/jmaister/excellentexport (fetched 2026-08-28T04:04:49.784481+00:00, sha 364ad51f3635)
  - registry_npm: https://registry.npmjs.org/excellentexport (fetched 2026-08-29T11:42:10.286040+00:00, sha 992dd716b460)
- Data as of 2026-08-30T08:39:29.467469+00:00.
