I'm writing a program to automate importing Excel spreadsheets. I'm running into a formatting problem for a 'PartNum' column (alphanumeric). This column is formatted as Text in Excel, and after the import, some of the values from the 'PartNum' column was imported as scientific notation. For example, '123456789' would get imported as '1.23456789+E8'.
Eventhough I can manually convert the spreadsheet to a txt file, and this will eliminate my problem, however, this program must import the file as an Excel spreadsheet.
How can I get around this problem? Any suggestion?
Eventhough I can manually convert the spreadsheet to a txt file, and this will eliminate my problem, however, this program must import the file as an Excel spreadsheet.
How can I get around this problem? Any suggestion?