Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am converting EXCEL sheet into DataTable. EXCEL sheet has column "Item Number". That column can have values of integer (Eg 14576) or mixture of number and characters (Eg. 178K9). Following statement fills excel sheet into data table "dtPatterns".
excelDataAdapter.Fill(dtPatterns);

Copy second type of number i.e (178K9) is not working. I am getting empty string without any exception. Does anyone know the solution?

Thanks,
Bipin
Posted
Updated 27-Jun-11 20:17pm
v2

1 solution

Here[^]
 
Share this answer
 
Comments
dalbhide bipin 28-Jun-11 4:59am    
Thank you very much

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