Possible Duplicate:
Excel CSV - Number cell format
I have written a C# .net windows application that writes data to a csv file, one of the fields is an invoice number which start with "00
" i.e. 00144544
. I have checked the csv and it is in the correct format.
Is there anything I can do either in my export or in excel to prevent this?