Skip to content

A simple HTML that converts your CSV file into a Searchable and Sortable table.

License

Notifications You must be signed in to change notification settings

playdoz/csv-to-html-searchable-and-sortable-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV to HTML Searchable and Sortable Table

A simple HTML that converts your CSV file into a Searchable and Sortable table.

Prerequisites

  • Python v3.x environment installed locally or any alternative HTTP server

Usage

  1. Clone this repository locally.

  2. Copy your .csv to the csv folder.

  3. Update script.js with the name of your file e.g. var csvfile_import_122860 = "./csv/example.csv".replace(/\&amp\;/g, '&');

  4. Start the HTTP server locally python -m http.server.

  5. In the browser, go to http://localhost:8000/src/.

Example

About

A simple HTML that converts your CSV file into a Searchable and Sortable table.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published