Why does excel always say "..may contain features that are not compatible with CSV" when saving a CSV file?
Every CSV I've ever tried to save from Excel (2010, anyway) says filename.csv may contain features that are not compatible with CSV (Comma delimited). Do you want to keep the workbook in this format?
. Why is this? Is there any way to save CSV files from excel that do not contain this message?
Even the following file (saved as a .csv) will cause this to happen, if you try to save it:
test1,test2
test3,test4
I've even just created a new spreadsheet in excel and tried to save it, and it still shows this message.
I wouldn't care, but I have someone telling me that I'm not formatting CSV files properly because excel shows that warning message, and I'm looking for ammunition to prove it's Excel and not my format (or if it actually is my format, to fix it).
Answer
Microsoft Excel will claim this when saving to just about any format other than .xls or .xlsx. The reason is that only these (proprietary Microsoft) formats can support Excel features like formulas, (conditional) formatting, charts, multiple worksheets, etc.
If all you're saving is data, you can safely ignore this message. I think you can even tell Excel to shut up and stop telling you that with a little "Don't show this warning again" tickbox on that "error" message.
To the person criticizing "your" CSV formatting, I'd shoot back that it's Excel, not you, generating the CSV file, so any error in the CSV format is Excel's error, not yours.
Comments
Post a Comment