I have an excel file with jobnumbers ( 8 digit numbers)
But occassionally I do get alphanumeric jobnumbers (MISC, TRNG..etc) . I am using ADO.net to connect to Excel and using dataset to read it. I am getting all the numeric jobnumbers right but others come as NULL.
How can I fix that. I cannot manually do anything to the excel file , it is generated from another program.
Any help appreciated.