HTML Tables from CSV
Output Readme Download Replit Sel. & Copy Full

About

This repl generates HTML tables automatically from a csv file. By default, the csv file is a local file but it is easy to download from a url.

To view this on TripleLog, click here

Papaparse

We will use the papaparse library to parse CSV. Read their documentation to convert just about any CSV to the table you want.

HTML

NodeJS Server

By default, the table is regenerated each time the server is loaded. You can adjust to generate more or less frequently depending on circumstances. Once the static HTML is generated, you can serve it however is easiest.