Table Maker
Paste a table — tabs, commas or markdown — and get a live one: click a header to sort, filter by status chips, read money as bars, open the notes, chart any number column in the shape you like — and on a phone it stays a table you scroll sideways. Copy the embed; the table stays a table.
- In Excel or Google Sheets, select the table with its header row.
- Copy it (Ctrl+C / ⌘C) and paste it here (Ctrl+V / ⌘V). CSV and markdown tables work too.
- Check the Columns panel below: fix a column's type, or say which words mean yes / no.
Share links carry the table inside the link itself — nothing is uploaded. PNG export of a table ships with the local MCP server.
Is this free and private?
Yes. This maker builds live tables entirely in your browser — nothing you type is ever uploaded anywhere. There's no signup and no usage limit. The only thing this site measures is anonymous page views, through Cloudflare Web Analytics, which sets no cookies and never sees your data.
How do I embed the chart on my own page?
Click "Copy embed" to copy a script tag plus a <live-chart> element carrying
your current spec as JSON. Paste it into any HTML page and the chart renders live — no build
step required. (The embed loads one hosted file from meikucharts.com; an npm package is planned
but not yet published.)
Can I export the chart as an image?
Yes. "Download PNG" renders the current chart onto an offscreen canvas at 2x resolution and downloads it — useful for slides, docs, or anywhere embedding live HTML isn't practical.
Need numbers as a picture instead? The chart maker turns "label, value" lines into any of the chart shapes — and a live table's "Chart" button does the same for one column.