Skip to content

🔽 Display any CSV (comma separated values) file as a searchable, filterable, pretty HTML table

License

Notifications You must be signed in to change notification settings

Resistance-Lab/csv-to-html-table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV to HTML Table

Display any CSV file as a searchable, filterable, pretty HTML table. Done in 100% JavaScript.

Set the URL of the CSV to load using the url hash

Example: http://localhost:8000/#http://www.example.com/example.csv

Then embed it:

<iframe style="border-style: none;" src="http://localhost:8000/#http://www.example.com/example.csv" height="950" width="600"></iframe>

About

🔽 Display any CSV (comma separated values) file as a searchable, filterable, pretty HTML table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.5%
  • JavaScript 32.5%
  • HTML 10.0%