I have an excel spreadsheet that a client has given me which is broken down into multiple worksheets. I need to extract certain columns from each worksheet on a row-by-row basis and to iterate through each worksheet (all identical templates) to dump the data in a database table. It also needs to weed out any duplicates present.
I wish to build a simple asp.net front-end, using C# for the language.
What libraries would you recommend? I have yet to find any that are of any use.
Any help will be supremely appreciated!!! :-)
P.S. The best I have found so far is OpenXML (Microsoft libraries)