HI,
I have a excel file, which is uploaded in a document library. I am using C# and VS 2010.
The excel file contains multiple sheets. I want to read the contents of the excel file and create a new List based on the contents of the excel file.
How to achieve this programmatically?
Thanks