# vividvilla/csvtotable

Simple command-line utility to convert CSV, TSV and Excel files into a single self-contained HTML page with search, filters, and sorting

Repository: https://github.com/vividvilla/csvtotable
Canonical: https://ross.abutalabs.com/products/csvtotable
Homepage: https://vividvilla.github.io/csvtotable/
Language: Go
License: MIT
License Family: permissive
Topics: cli, data-visualization, golang
Last push: 2026-08-24T07:56:24+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 3346, "days_push": 9, "days_rel": 12, "gap_med": 0.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1179, forks 117 (observed 2026-08-28T04:03:53.201166+00:00)

## What it is
A Go command-line utility that converts CSV, TSV, and Excel files into a single self-contained interactive HTML page with search, filters, sorting, and pagination. Output works fully offline with data, styles, and scripts inlined by default.

## Use cases
- convert csv to interactive html table
- share spreadsheet data as a single offline html file
- combine multiple csv files into one searchable table
- convert excel xlsx to html page
- publish a dataset as a static page with filters and sorting
- turn a csv from a url into a browsable table

## When to choose
- you need a zero-dependency, self-contained HTML report from tabular data
- you want search, filtering, and sorting without hosting a server or database
- you work from the command line and want a single native binary

## When to avoid
- you need live data updates or server-side querying of large datasets
- you need charts or visualizations beyond tables
- you need to edit or write back to the source data

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, data-visualization, csv, search-engine, templating
- domain: data-visualization, developer-tools, files
- platform: windows, cli, cross-platform
- tags: csv-to-html, excel, tsv, standalone-html, interactive-tables, golang, command-line, csv, linux, macos

## Member repositories
- vividvilla/csvtotable (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:53.201166+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-30T06:26:04.376736+00:00, confidence not recorded.
  - readme: https://github.com/vividvilla/csvtotable (fetched 2026-08-28T04:03:53.201166+00:00, sha 20a769195fd2)
  - homepage: https://vividvilla.github.io/csvtotable/ (fetched 2026-08-29T12:32:30.199627+00:00, sha b048ee4485cb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
