I have a document library on sharepoint 2010 which has multiple excels uploaded in it. Now I want to read these excels and convert it to datatable or XML.
I have already tried following approaches:
Copy the excel to local folder and use oledb query to read the data: Due to user's limited privileges this solution didn't work
Using Interop: It needs Excel installation on server so this solution also didn't work.
Using Excel services: Some of my files have macro and data validations and we don't have permission to change server settings. So this solution didn't work.
Using third party tool: Our client don't want to use any third party tools.