Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/djyoko/readcsv
- Owner: DJYoko
- Created: 2021-03-09T12:49:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T03:14:23.000Z (5 months ago)
- Last Synced: 2024-08-15T04:27:05.507Z (5 months ago)
- Topics: bootstrap4, csv, javascript, laravel-mix, vue
- Language: Vue
- Homepage: https://djyoko.github.io/readCsv/
- Size: 997 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)