I'm trying to import excel data into my angular app using this library:
But when I downloaded the project and tried to run locally,when uploading the excel file I'm getting this error:
Uncaught SecurityError: Failed to construct 'Worker': Script at 'file:///E:/Experiments/js-xls-master/xlsworker2.js' cannot be accessed from origin 'null'.
Has anyone faced similar kind of issues or have used this library request you to share the thoughts for the above problem.