Hi..
When I save a string into .csv using:
a test.csv is created.Code:My.Computer.FileSystem.WriteAllText("c:test.csv", "Hallo,Word", False)
I tried to open test.csv with excell and it is opened just fine.
but when I tried to save it again, it seems like excell didn't recognize it as a valid .csv file. it will show save as type as a unicode text (*.txt) file instead of a *.csv file.
why this is happened?
how to make a real .csv file from vb.net?
thanks for all your help..




Reply With Quote