RE: SSIS Import of Excel Data - Unexpected Results -
07-17-2006
, 04:11 AM
Indeed, one of the "artificial intelligence" features of Excel. Before you
fill the Excel spreadsheet, select all cells and format them as Text, then it
should work.
If Excel interprets you number as "scientific", you cannot display it as a
"normal" number again using the Text formating. You can using "Number" with 0
decimals. But displaying that again as "Text" returns you to "scientific".
Isn't that just great.
Perhaps you can work around this by programmatically formating the column as
"Number" with 0 decimals? |