I am currently utilizing an excel parser library called XLSX
I have to parse large size excel file and the problem is that XLSX only supports synchronous readFile request. So when multiple http requests are made, the XLSX reading function blocks the other requests making user experience very bad. I am currently using expressJS as my framework. Is there a way of making the function asynchronous instead of having to change the excel reading library?
Thanks
excel, it handles xlsx files asynchronously.