Click here to Skip to main content
15,906,574 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am importing date from excel. I am using OleDbConnection and i am getting excel file sheets name using

dtSheet = objConn.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, null);

but i got sheets name in ascending order i don't want this sheet names in any order i want as it is in excel file.

can anyone help me ???

thanks in advance !!!!!!!
Posted

1 solution

What difference does it make?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900