<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Excel on ZeroSharp</title><link>https://www.zerosharp.com/blog/categories/excel/</link><description>Recent content in Excel on ZeroSharp</description><generator>Hugo</generator><language>en-gb</language><copyright>Copyright © 2012–{year} Robert Anderson</copyright><lastBuildDate>Fri, 08 May 2015 11:32:00 +0100</lastBuildDate><atom:link href="https://www.zerosharp.com/blog/categories/excel/index.xml" rel="self" type="application/rss+xml"/><item><title>Top tip for viewing CSV files in Excel</title><link>https://www.zerosharp.com/top-tip-for-viewing-csv-files-in-excel/</link><pubDate>Fri, 08 May 2015 11:32:00 +0100</pubDate><guid>https://www.zerosharp.com/top-tip-for-viewing-csv-files-in-excel/</guid><description>&lt;p&gt;Here&amp;rsquo;s a quick hack when your CSV file has a different separator than Excel is expecting.&lt;/p&gt;
&lt;p&gt;Add this on the first line of the CSV file:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sep=;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;sep=,
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This will override system setting for list separator character and Excel will open the file correctly.&lt;/p&gt;
&lt;p&gt;&lt;sup&gt;Note: Excel expects the separator to match the one defined in the &lt;em&gt;Control Panel/Region/Formats/Additional settings/List Separator&lt;/em&gt;. On a French system, it expects a semi-colon.&lt;/sup&gt;&lt;/p&gt;</description></item></channel></rss>