Widget Guide

CSV Table Generator

Convert CSV rows into clean, readable HTML tables for pages, docs, and directories.

Simple Demo

ItemLocationYear
Archive Folder ALondon1924
Photo Collection BParis1931
Document Set CBerlin1940

Copy/Paste Output

<table>
  <thead><tr><th>Item</th><th>Location</th><th>Year</th></tr></thead>
  <tbody>
    <tr><td>Archive Folder A</td><td>London</td><td>1924</td></tr>
    <tr><td>Photo Collection B</td><td>Paris</td><td>1931</td></tr>
  </tbody>
</table>

CTA

Open CSV Table Widget Unlock Pro