Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 392 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 392 Bytes

readCsv

a simple function for HTML form.

demo 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)