Glad it came in useful.
Fixing SYLK error in .csv file
I’ve recently had to generate a .csv file from an SQL query generated through ColdFusion. This all worked without any major problems except for an error the Excel popped up with saying that the file appear to be in SYLK format, etc.
This is caused by using ‘ID’ as the first column header. Changing this to ‘Identity’ sorted the problem out and Excel was able to open the file without any problems.
3 Comments
This is an Excel problem. However it is for any time where the first cell has contents where the first 2 characters are capitalized.
You can refer to the MS help and support here: http://support.microsoft.com/kb/215591
However, the above user is correct, that by amending the first cell to contain non-capital letters, the issue is usually resolved.
About
Neil Merton is a South African born web professional currently employed by the Servelogic. These are his thoughts and memories.
Recent Posts
- Twitter Updates for 2008-02-06
- Twitter Updates for 2008-02-03
- Twitter Updates for 2008-02-02
- Website Updated to 2.3.2
- Web2.0* Version 1.7.0 Available
- Web2.0* Theme Gets It’s Own Website
- Happy Festive Greetings
- Web2.0* Version 1.6.0 Available
- Web2.0* and Wordpress 2.3
- Wordpress Unable to use .htaccess
Categories
Archives
- February 2008
- January 2008
- December 2007
- October 2007
- August 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
Thank you! Your solution fixed my problem. I totally see this as an Excel problem.