Hacker News new | ask | show | jobs
by hgazx 1417 days ago
That happened because the xls file was opened with something other than excel. Accept no imitations!
1 comments

From my knowledge it's because Excel expects CSV files to be ANSI-encoded, but a lot of implementers just generate CSVs with UTF-8 -- which they're arguably entitled to do, it's Excel which is the one being stupid.