# derekeder/csv-to-html-table

:arrow_down_small: Display any CSV (comma separated values) file as a searchable, filterable, pretty HTML table

Repository: https://github.com/derekeder/csv-to-html-table
Canonical: https://ross.abutalabs.com/products/csv-to-html-table
Homepage: http://derekeder.github.io/csv-to-html-table/
Language: CSS
License: MIT
License Family: permissive
Last push: 2024-03-08T12:41:14+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4099, "days_push": 908, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1758, forks 355 (observed 2026-08-28T04:05:32.358832+00:00)

## What it is
A small JavaScript library that renders any CSV file as a searchable, filterable HTML table using jQuery CSV and DataTables. It is configured via an init function with options for CSV parsing, DataTables settings, and custom column formatting.

## Use cases
- display a csv file as an html table
- make a searchable filterable table from csv data
- publish a spreadsheet on a static website
- render csv data with custom column formatting
- embed a data table in a simple webpage without a backend

## When to choose
- you need a quick client-side way to show CSV data as an interactive table
- you want search, filtering, and pagination without writing JavaScript yourself
- you are building a simple static site or demo page

## When to avoid
- you need server-side processing of very large CSV files
- you want a modern framework-free or React/Vue component integration
- you need CSV editing or writing, not just display

## Facets
- artifact type: library
- maturity: maintenance
- function: data-visualization, parser, ui-components
- domain: data-visualization, web-development, frontend
- platform: browser
- tags: csv, html-table, datatables, jquery, client-side, javascript

## Member repositories
- derekeder/csv-to-html-table (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:32.358832+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-30T03:27:34.209823+00:00, confidence not recorded.
  - readme: https://github.com/derekeder/csv-to-html-table (fetched 2026-08-28T04:05:32.358832+00:00, sha ba1cb36aa532)
  - homepage: http://derekeder.github.io/csv-to-html-table/ (fetched 2026-08-29T11:05:40.004376+00:00, sha a030ddc7559e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
