Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() On Oct 25, 3:31 am, Joel wrote: One possible reason for your problem could be the way the different operating system handles the carriage returns and line feed. The macro below fixes the carriage returns and linefeed so the file so it is compatable with Windows. Modify the Path and input and output file names as needed. This is not a CR-LF vs. LF issue. It is an encoding issue. Excel does not (as far as I can see) give the option of opening a CSV file in the standard UTF-8 encoding for Unicode. It has no trouble finding the ends of lines and separating the lines into columns according to the commas. It simply misinterprets all non-ASCII UTF-8 characters. The result is a spreadsheet with all the numerical data correct, but all the textual data corrupted. But thanks. [...] (In any case, OS X *is* a Unix operating system, and my source files come from another flavor of Unix. So this wouldn't be an issue.) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving excel file with 64K rows as 2004/97 | Excel Discussion (Misc queries) | |||
How to open a UTF-8 encoded CSV file in Excel | Excel Discussion (Misc queries) | |||
I can't format 01/19/2004 to read January 19, 2004, please help!! | Excel Discussion (Misc queries) | |||
How can I transfer a Utf8 file from word to excel? | Excel Discussion (Misc queries) | |||
Opening a Excel 2004 file in Excel 2002 | Excel Discussion (Misc queries) |