# olekukonko/tablewriter

ASCII table in golang

Repository: https://github.com/olekukonko/tablewriter
Canonical: https://ross.abutalabs.com/products/tablewriter
Language: Go
License: MIT
License Family: permissive
Last push: 2026-08-12T20:06:57+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 62, longevity 100
- inputs: {"age_days": 4593, "days_push": 21, "days_rel": 174, "gap_med": 54, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4808, forks 398 (observed 2026-08-28T04:09:00.228482+00:00)

## What it is
A Go library for rendering rich text-based tables in ASCII, Unicode, Markdown, HTML, and colorized terminal output. It supports flexible input from CSV, structs, and slices, with styling options like cell merging, alignment, and borders.

## Use cases
- print ascii tables in a go cli tool
- render markdown tables from data
- format query results as a table in the terminal
- generate html tables from go structs
- colorize table output in the terminal
- stream rows into a table in real time

## When to choose
- you need pretty tabular output from a Go CLI or log output
- you want multiple output formats like ASCII, Markdown, or HTML from one library
- you need high-performance table rendering with minimal allocations

## When to avoid
- you need graphical or interactive tables in a web frontend
- you are not working in Go
- you depend on the legacy v0.0.5 API and cannot migrate to the v1 API

## Facets
- artifact type: library
- maturity: stable
- function: developer-tools, cli, templating, data-visualization
- domain: developer-tools, data-visualization
- platform: go, cli, cross-platform
- tags: ascii-table, terminal-output, markdown-tables, html-tables, unicode-tables, table-rendering, command-line

## Member repositories
- olekukonko/tablewriter (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:00.228482+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-29T18:18:36.276008+00:00, confidence not recorded.
  - readme: https://github.com/olekukonko/tablewriter (fetched 2026-08-28T04:09:00.228482+00:00, sha 658e2960a3df)
- Data as of 2026-08-30T08:39:29.467469+00:00.
