File Layout WriteRecord to csv file
Hi,
I have an app engine program that writes to a csv file using a file layout. It all works fine and the data is written to the csv file each field contains double quotes around it. But, when I try to open the file in excel some of the text values that are long (30 characters as an example). Excel re-formats them to a exponential format, 9.62204221000279E+29 instead of 962204221000279321760079773220.
Does anyone have any suggestions?
Thanks