I tried using ExcelDataReader.nupkg, Got below error while installing that nupkg in my office LAN
"An error occurred while loading packages from 'https://api.nuget.org/v3/index.json': The remote server returned an error: (403) Forbidden."
I even tried using Components : Got the below error:
"The .Net Framework Data Providers require Microsoft Data Access Components(MDAC). Please install Microsoft Data Access Components(MDAC) version 2.6 or later."
Can anyone suggest me any other ways to read & write excel in c#.
Thanks, Karthik