-
[2005] CSV to Excel
Am exportin data from text to excel
In text, i kept the data by comma(,) as a delimiter.
its working, but exporting some special characters too.
For Example.
In text file, the data is ,‘UDAAN’ Life Skills Program,
After import into excel, the data in the cell is ‘UDAAN’ Life Skills Program
how to solve this?
-
Re: [2005] CSV to Excel
i would guess that you would need to read the text as its being sent and make sure that no extra hidden chars are bein sent with it. maybe if you post some of your code i could help a little more
-
Re: [2005] CSV to Excel
can you make an update on this? do you have your code or post some of it? i have the same problem. thanks!