Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djyoko/readcsv

a simple function for HTML form. demo. select CSV file to parse it on VUE.js components.
https://github.com/djyoko/readcsv

bootstrap4 csv javascript laravel-mix vue

Last synced: about 2 months ago
JSON representation

a simple function for HTML form. demo. select CSV file to parse it on VUE.js components.

Awesome Lists containing this project

README

        

# readCsv

a simple function for HTML form.

demo [https://djyoko.github.io/readCsv/](https://djyoko.github.io/readCsv/)

### feature

- read file as CSV.
- show data from csv on HTML table element.
- the 1st line of CSV data becomes HEADER of table. (other lines become body data.)

### libs

- VUE.js
- webpack
- Laravel-Mix
- HTML file API
- Bootstrap4 (only for style)