Parse the local CSV file using pure javascript and convert to HTML table
Check out the working demo: http://yasharma.github.io/CsvToTable/
git clone git@github.com:yasharma/CsvToTable.git
cd CsvToTable<script>
var csvtotable = new CsvToTable({
csvFile: 'your csv filename/filepath'
});
csvtotable.run();
</script>Available options:
csvFilePath to your CSV file.