{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.058Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"csv-to-json","name":"CSV to JSON","url":"https://toolsly.tools/csv-to-json"},{"slug":"csv-to-yaml","name":"CSV to YAML","url":"https://toolsly.tools/csv-to-yaml"},{"slug":"csv-to-markdown","name":"CSV to Markdown Table","url":"https://toolsly.tools/csv-to-markdown"},{"slug":"csv-to-tsv","name":"CSV to TSV","url":"https://toolsly.tools/csv-to-tsv"},{"slug":"csv-to-xml","name":"CSV to XML","url":"https://toolsly.tools/csv-to-xml"},{"slug":"csv-to-xlsx","name":"CSV to XLSX","url":"https://toolsly.tools/csv-to-xlsx"},{"slug":"md-to-html","name":"Markdown to HTML","url":"https://toolsly.tools/md-to-html"},{"slug":"docx-to-html","name":"Word (DOCX) to HTML","url":"https://toolsly.tools/docx-to-html"}],"kind":"converter","slug":"csv-to-html","name":"CSV to HTML Table","description":"Convert a CSV spreadsheet into a styled HTML table — free online, no upload.","longDescription":"Drop in a .csv file (or paste the data) and download a complete .html document containing a styled `<table>`. With the header option on (default), the first row becomes a `<thead>` with `<th>` cells; with it off, all rows are body cells. Delimiters (comma, tab, semicolon, pipe) are auto-detected. The output is a single self-contained file with inline styles. Conversion runs entirely in your browser.","category":"document","categoryName":"Document","keywords":["csv to html","csv to html table","convert csv to html","csv to html converter","csv to table","csv to html online","csv to html free","csv table generator","spreadsheet to html","csv to html online free","online csv to html converter","csv html converter"],"url":"https://toolsly.tools/csv-to-html","runsOn":"client","multiple":false,"batch":false,"input":{"type":"file","extensions":[".csv",".tsv"],"mimeTypes":["text/csv","text/tab-separated-values","text/plain",""]},"output":{"type":"file","extension":".html","mimeType":"text/html"},"options":[{"type":"boolean","key":"header","label":"First row is a header","defaultValue":true,"help":"When on, the first row is rendered as a <thead> with <th> cells."}],"invocation":{"webUi":"https://toolsly.tools/csv-to-html","api":null,"notes":"Currently runs client-side in the user's browser. Drop a file on the UI at `webUi` and download the converted result. A remote MCP/REST API is planned."}}