Hi guys,
I created an application in vb.net which creates a csv file and write some text. In the .csv file, it should have a column header. I would like to ask how can I add column in the .csv file. I try adding tab after writing some text but it did'nt work. I used the StreamWriter object in my application, do I need to use binaryStreamWri ter for this to work? Hope you can share me your idea on how to do this..
Thanks guys..
I created an application in vb.net which creates a csv file and write some text. In the .csv file, it should have a column header. I would like to ask how can I add column in the .csv file. I try adding tab after writing some text but it did'nt work. I used the StreamWriter object in my application, do I need to use binaryStreamWri ter for this to work? Hope you can share me your idea on how to do this..
Thanks guys..
Comment