diff --git a/js/csv_to_html_table.js b/js/csv_to_html_table.js index 99e5bbe8..6685782e 100644 --- a/js/csv_to_html_table.js +++ b/js/csv_to_html_table.js @@ -39,10 ...
Read and process any given local CSV file (without sending to server) and display it in an HTML table. No front-end framework was used in this project. I have used vanilla JavaScript and Papa Parse ...