<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Japanese-language CSV export for Excel</title>
	<atom:link href="http://macdiggs.com/2007/11/08/japanese-language-cvs-export-for-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://macdiggs.com/2007/11/08/japanese-language-cvs-export-for-excel/</link>
	<description>Digging the watery grave and talking about PHP, Rails and tech stuff..</description>
	<pubDate>Thu, 17 May 2012 16:33:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: monaye</title>
		<link>http://macdiggs.com/2007/11/08/japanese-language-cvs-export-for-excel/comment-page-1/#comment-27934</link>
		<dc:creator>monaye</dc:creator>
		<pubDate>Sat, 20 Mar 2010 05:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/11/08/japanese-language-cvs-export-for-excel/#comment-27934</guid>
		<description>Saving from Excel to CSV works great on Open Office. It has great options, you can easily chose, "Charset" -&gt; all the encoding including UTF8, Filed Delimiter -&gt; tab space ; , :  and text delimiter -&gt; " " or ' ' .</description>
		<content:encoded><![CDATA[<p>Saving from Excel to CSV works great on Open Office. It has great options, you can easily chose, &#034;Charset&#034; -&gt; all the encoding including UTF8, Filed Delimiter -&gt; tab space ; , :  and text delimiter -&gt; &#034; &#034; or &#039; &#039; .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boolio</title>
		<link>http://macdiggs.com/2007/11/08/japanese-language-cvs-export-for-excel/comment-page-1/#comment-27933</link>
		<dc:creator>Boolio</dc:creator>
		<pubDate>Sat, 20 Mar 2010 04:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/11/08/japanese-language-cvs-export-for-excel/#comment-27933</guid>
		<description>Wow, just use spencers suggestion and it will convert to Japanese.</description>
		<content:encoded><![CDATA[<p>Wow, just use spencers suggestion and it will convert to Japanese.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monaye</title>
		<link>http://macdiggs.com/2007/11/08/japanese-language-cvs-export-for-excel/comment-page-1/#comment-27931</link>
		<dc:creator>monaye</dc:creator>
		<pubDate>Sat, 20 Mar 2010 00:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/11/08/japanese-language-cvs-export-for-excel/#comment-27931</guid>
		<description>Unbelievable! Excel 2007 can't handle save as to csv with Japanese/Chinese/Korean.. other than english.. 
I will try open office as you suggest.</description>
		<content:encoded><![CDATA[<p>Unbelievable! Excel 2007 can&#039;t handle save as to csv with Japanese/Chinese/Korean.. other than english..<br />
I will try open office as you suggest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spencer</title>
		<link>http://macdiggs.com/2007/11/08/japanese-language-cvs-export-for-excel/comment-page-1/#comment-27873</link>
		<dc:creator>Spencer</dc:creator>
		<pubDate>Mon, 18 Jan 2010 20:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/11/08/japanese-language-cvs-export-for-excel/#comment-27873</guid>
		<description>In Excel, you can use Import functionality (Import From Text) where you can specify the encoding format.  Selecting “65001 : Unicode (UTF-8)” should import the CSV properly.</description>
		<content:encoded><![CDATA[<p>In Excel, you can use Import functionality (Import From Text) where you can specify the encoding format.  Selecting “65001 : Unicode (UTF-8)” should import the CSV properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed</title>
		<link>http://macdiggs.com/2007/11/08/japanese-language-cvs-export-for-excel/comment-page-1/#comment-27810</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Mon, 27 Jul 2009 19:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/11/08/japanese-language-cvs-export-for-excel/#comment-27810</guid>
		<description>Unfortunately, this solution didnt helped in my case. I am using PHP/mySQL.

header("Content-type: application/vnd.ms-excel;charset=Shift_JIS");
header("Content-Disposition: attachment; filename=\"products.csv\"");

Not displaying Japanese characters in Japanese enabled MS Excel :(

Any clue?</description>
		<content:encoded><![CDATA[<p>Unfortunately, this solution didnt helped in my case. I am using PHP/mySQL.</p>
<p>header(&#034;Content-type: application/vnd.ms-excel;charset=Shift_JIS&#034;);<br />
header(&#034;Content-Disposition: attachment; filename=\&#034;products.csv\&#034;");</p>
<p>Not displaying Japanese characters in Japanese enabled MS Excel :(</p>
<p>Any clue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://macdiggs.com/2007/11/08/japanese-language-cvs-export-for-excel/comment-page-1/#comment-26636</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 29 Jan 2008 09:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/11/08/japanese-language-cvs-export-for-excel/#comment-26636</guid>
		<description>Wow bloody hell! And I thought I had a pretty deep trip into Excel's code nonsense!  But you definitely outdone me by a huge margin! :)

Thanks for sharing! 

By the way, I have also saw some info on the net that you can export your tabular data as a HTML table, and import that into Excel. Haven't tried that myself, so I'm not sure what will happen with non-Roman characters inside these tables, even given the correct document encoding - but that might be another thing to try.</description>
		<content:encoded><![CDATA[<p>Wow bloody hell! And I thought I had a pretty deep trip into Excel&#039;s code nonsense!  But you definitely outdone me by a huge margin! :)</p>
<p>Thanks for sharing! </p>
<p>By the way, I have also saw some info on the net that you can export your tabular data as a HTML table, and import that into Excel. Haven&#039;t tried that myself, so I&#039;m not sure what will happen with non-Roman characters inside these tables, even given the correct document encoding - but that might be another thing to try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves</title>
		<link>http://macdiggs.com/2007/11/08/japanese-language-cvs-export-for-excel/comment-page-1/#comment-26635</link>
		<dc:creator>Yves</dc:creator>
		<pubDate>Tue, 29 Jan 2008 09:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://macdiggs.com/index.php/2007/11/08/japanese-language-cvs-export-for-excel/#comment-26635</guid>
		<description>I got exactly the same problem. And the same frustration. Also the same irritation!

Excel does not bother checking the encoding of the incoming csv file (unless all encoded characters are affected, like utf16. sjis..., unlike utf-8).

I didn't want to affect the whole data and change the encoding of the exported csv text (like UTF-16 or SJIS) in order to keep some consistency along the whole data processing chain (utf-8 encoding).

So finally I changed the output to a XML text.

Advantages: keep utf-8 and a human readable output. Also you can specify data types accurately.

Drawbacks: use the internal coding of Excel and discover the incredible lack of flexibility of the software... When specifying a type, data cannot be blank (except String) and has to be provided the exact same way!
I also uncovered an interesting Excel specificity: any time hh:mm is actually a date, and dates start from 1899-12-31(?!), so 26:00 is actually 1900-01-01T02:00:00.000 ; that's not really a problem ; however some Excel versions consider 1900 to be a leap year, and when hours:minutes exceed 2 months...</description>
		<content:encoded><![CDATA[<p>I got exactly the same problem. And the same frustration. Also the same irritation!</p>
<p>Excel does not bother checking the encoding of the incoming csv file (unless all encoded characters are affected, like utf16. sjis&#8230;, unlike utf-8).</p>
<p>I didn&#039;t want to affect the whole data and change the encoding of the exported csv text (like UTF-16 or SJIS) in order to keep some consistency along the whole data processing chain (utf-8 encoding).</p>
<p>So finally I changed the output to a XML text.</p>
<p>Advantages: keep utf-8 and a human readable output. Also you can specify data types accurately.</p>
<p>Drawbacks: use the internal coding of Excel and discover the incredible lack of flexibility of the software&#8230; When specifying a type, data cannot be blank (except String) and has to be provided the exact same way!<br />
I also uncovered an interesting Excel specificity: any time hh:mm is actually a date, and dates start from 1899-12-31(?!), so 26:00 is actually 1900-01-01T02:00:00.000 ; that&#039;s not really a problem ; however some Excel versions consider 1900 to be a leap year, and when hours:minutes exceed 2 months&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

