Does anyone happen to know if there is a token I can add to my csv for a certain field so Excel doesn\'t try to convert it to a date?
I\'m trying to write a .csv fil
While creating the string to be written to my CSV file in C# I had to format it this way:
"=\"" + myVariable + "\""