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:
csvFile
Path to your CSV file.
This project is licensed under the GNU General Public License.