In C#, How to read excel file xlsx to a grid view without oledb provider as it's not registered at godaddy server??
or is there a way to over come 'Microsoft.ACE.OLEDB.12.0' provider which is not registered on the local machine on godaddy
In C#, How to read excel file xlsx to a grid view without oledb provider as it's not registered at godaddy server??
or is there a way to over come 'Microsoft.ACE.OLEDB.12.0' provider which is not registered on the local machine on godaddy
I have used the EPPlus library in the past which does what you required.
Cheers Mike