Skip to content

wincelau/html-csv-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HTML CSV Viewer

HTML Standalone CSV file viewer

Usage

By Naming

Get the viewer.html and put it in your CSV folder and named like your CSV file :

curl -s https://raw.githubusercontent.com/wincelau/html-csv-viewer/master/viewer.min.html > path_containing_your_csv_file/yourcsvfile.csv.html

By Parameter

Get the viewer.html and put it in your HTTP folder :

curl -s https://raw.githubusercontent.com/wincelau/html-csv-viewer/master/viewer.min.html > viewer.html

Call the viewer.html and put your CSV file path in the url as parameter preceding by #

http://localhost/viewer.html#yourcsvfile.csv
http://localhost/viewer.html#data/yourcsvfile.csv
http://localhost/viewer.html#http://url/yourcsvfile.csv

External ressources used :

About

HTML Standalone csv file viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages