I am using Microsoft Interop to read the data.
In excel-sheet the column-names are like A,B,C,D,….,AA,AB,…. and so on. Is there any way to read this column-names?
If you need any other info please let me know.
Regards,
Priyank
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.
This will put each column name in a
List<string>which you can then bind to a drop down box.