I want to validate some of the data of an excel file from browser.
I can achieve it by the following,
Save excel in temporary notes document and extract into server hard disk/ Shared path and I can validate the excel.
My question is,
Is there any way to read the excel data without saving in notes document/ Server hard disk?
For me saving into notes document is not a major concern, I do not want to keep the data on server hard disk/ any shared folder. So
Is there any way to read the excel data from notes attachment without extracting into server hard disk/ Shared folder?
Note: I do not want to use any external library/third party tool for achieving this,
Thanks in advance!!!