When outputting a query to Excel several long numbers are being converted to scientific notation. Is there anyway to programmatically force Excel to not convert these numbers to scientific notation?
e.g.
I've tried putting a ' in front of the number which works, but I don't like the way it looks on the sheet. Any help would be appreciated.
e.g.
Code:
1935489801623778
becomes
1.93549E+15
I've tried putting a ' in front of the number which works, but I don't like the way it looks on the sheet. Any help would be appreciated.