2
I am trying to extract from an excel all the data to insert into a mysql table. Running the example given on github, returns an error to me, require is not define.
https://github.com/SheetJS/js-xlsx/blob/master/demos/database/MySQLTest.js
Is there any more correct way to do it?