I'm a newbie to AngularJS.
I've an excel file titled sample.xls already present on my server in some folder. This excel file contains four sheets in it. I want to parse this entire file(i.e. data present in all the sheets).
How should I do this in AngularJS?
I don't want the code to upload an excel file to server in AngularJS. I want a way to parse the excel file which is already present on server using AngularJS.
Please somebody help me in this regard.
It would be better if you could take some excel file with multiple sheets contained in it and demonstrate your code with some working example.
Thanks.