Skip to content
Advertisement

Tag: httpserver

Run node module in browser

I’m trying to upload and read excel file using this node module: read-excel-file and according to the instructions under Browser I need to put this code in my .js file: But the browser doesn’t know what is import readXlsxFile from ‘read-excel-file’. It should be noted that I’m using http-server to see my project at http://localhost:8080/ Answer TL;DR: You have to

Advertisement