View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default CSV file containing Thai characters does not load into right colum

Can you export to a *.txt file and open that in Excel to get the Text
Wizard?


Gord Dibben MS Excel MVP

On Mon, 7 Sep 2009 04:25:02 -0700, openMind
wrote:

I have .aspx page which has a grid with multiple columns, it supports multi
languages including Thai language. The same grid data can be exported to .csv
file.
When I download the csv file containing Thai characters and open it through
Excel, excel is not recognizing the delimiter and it is loading all columns
into one.

Can anyone tell me how to resolve this issue?
Thanks in advance.