View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] yinjennytam@newsgroup.nospam is offline
external usenet poster
 
Posts: 1
Default Open CSV files in Excel

When I open CSV files (in ANSI format) in Excel programmatically, it works.
However, once I change my CSV file to UTF-16 Little Endian, Excel does not
parse the commas and quotes correctly. The data all show up in the first
column.

I found that if I use tabs instead of commas, Excel recognizes the columns
again.

Is this a known issue?

Thanks!