Skip to content

yasharma/CsvToTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CsvToTable

Parse the local CSV file using pure javascript and convert to HTML table

Check out the working demo: http://yasharma.github.io/CsvToTable/

Usage

1. Clone this repository (in the command line)

git clone git@github.com:yasharma/CsvToTable.git
cd CsvToTable

2. Add your CSV file to current folder

3. In index.html configure the CsvToTable() constructor function

<script>
	var csvtotable = new CsvToTable({
		csvFile: 'your csv filename/filepath' 
	});
	csvtotable.run();
</script>

Available options:

  • csvFile Path to your CSV file.

License

This project is licensed under the GNU General Public License.

About

Parse the CSV file using pure javascript and convert to HTML tabel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published