UChartX hub

Data to Chart Tools

Use these pages when the starting problem is the format: a CSV export, an Excel workbook, a JSON payload, a Markdown table, or copied rows from a spreadsheet.

Paste or upload

Load a small dataset, then check how headers, rows, and nested fields were interpreted before trusting the chart.

Inspect fields

Confirm which fields are numeric, date, category, or text so the recommendations match the data shape.

Export the result

Move from raw rows to a chart, field summary, cleaned table, or report-ready asset.

CSVExcelJSONMarkdownManual table

Choose the right starting point

OptionBest forAvoid when
CSVSimple exportsNested records
JSONAPI arraysDeep mixed documents
MarkdownDocs and notesMerged table cells

Data to Chart Tools

CSV to Chart Paste CSV or TSV data and get chart recommendations. delimiter detection, field typing, and CSV issue checks Fit: quickly visualizing tabular exports Avoid: large warehouse tables or private regulated data Input: CSV, TSV | Output: Chart, Clean CSV, PNG, SVG Open tool Excel to Chart Upload an XLSX workbook and chart the selected sheet. sheet selection, header detection, and multi-sheet warnings Fit: small spreadsheet summaries Avoid: macros, formulas that need recalculation, or very large workbooks Input: XLSX | Output: Chart, PNG, SVG Open tool JSON to Chart Flatten JSON arrays and map fields into a chart. nested key flattening and JSON path-friendly preview Fit: API responses and analytics payloads Avoid: deeply nested documents with mixed object shapes Input: JSON | Output: Chart, Flattened table Open tool Markdown Table to Chart Convert a Markdown table into a chart-ready dataset. table separator repair and row length warnings Fit: docs, notes, and README tables Avoid: free-form prose or merged table cells Input: Markdown | Output: Chart, HTML table Open tool Manual Table Chart Maker Build a chart from a pasted spreadsheet-style table. editable table parsing, pasted spreadsheet cleanup, and field chips Fit: quick manual entry and copied spreadsheet ranges Avoid: large spreadsheets with formulas or merged cells Input: Manual table, CSV | Output: Chart, CSV Open tool Data Preview and Field Detector Inspect field types, empty cells, mixed values, and chart readiness. field profile cards, completeness checks, and suggested fixes Fit: checking data before chart creation Avoid: database-scale profiling or regulated datasets Input: CSV, JSON, Excel | Output: Field report, Clean table Open tool

Questions before you start

What JSON shape works best?

Use an array of objects or an object with a data array. Nested objects are flattened into dot-separated fields.

Can I use Excel files?

Yes. XLSX files are parsed in the browser and converted into table rows for charting.