A C# code that loops through a excel file and lists the Excel table/tab on to a message boxs.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I like to work with Linq To Excel when I can. There is actually a function that gets just the sheet names:
Query Worksheet Names
The GetWorksheetNames() method can be used to retrieve the list of worksheet names in a spreadsheet.
http://code.google.com/p/linqtoexcel/wiki/UsingLinqToExcel