How to display list of tabs in an Excel spreadsheet using C#?
I have a client who sends me spreadsheets full of customer data. Up until now it was always one spreadsheet per customer. Now they are putting each of their customer's data on a separate tab inside one spreadsheet. How do I now update my C# code to give them a selection box for each tab and then read the data in the tab chosen?
Thanks. They have a mixture of Excel 2010 and 2013. I will tell them to always use the same one. I suppose a logical follow-up question would be is a way to determine which version they are using?
Miguel Oz
No the interop works OK with older versions as well, just add the 2013 assembly to your project and you should be fine