<?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: xlsx2csv &#8211; Excel xlsx (spreadsheetML) to CSV bash script</title>
	<atom:link href="http://kirk.webfinish.com/2009/12/xlsx2csv/feed/" rel="self" type="application/rss+xml" />
	<link>http://kirk.webfinish.com/2009/12/xlsx2csv/</link>
	<description>dd if=/dev/random &#124; kirk &#62; blog</description>
	<lastBuildDate>Tue, 24 Aug 2010 13:59:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: macports portfile for xlsx2csv</title>
		<link>http://kirk.webfinish.com/2009/12/xlsx2csv/comment-page-1/#comment-12</link>
		<dc:creator>macports portfile for xlsx2csv</dc:creator>
		<pubDate>Tue, 24 Aug 2010 13:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://kirk.webfinish.com/?p=91#comment-12</guid>
		<description>[...] xlsx2csv &#8211; Excel xlsx (spreadsheetML) to CSV bash script12.18 [...]</description>
		<content:encoded><![CDATA[<p>[...] xlsx2csv &#8211; Excel xlsx (spreadsheetML) to CSV bash script12.18 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laraaj</title>
		<link>http://kirk.webfinish.com/2009/12/xlsx2csv/comment-page-1/#comment-11</link>
		<dc:creator>laraaj</dc:creator>
		<pubDate>Wed, 04 Aug 2010 04:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://kirk.webfinish.com/?p=91#comment-11</guid>
		<description>sorry i meant inserting 
echo &gt;&gt; &quot;$csv&quot; 
something is wrong with the website</description>
		<content:encoded><![CDATA[<p>sorry i meant inserting<br />
echo &gt;&gt; &#8220;$csv&#8221;<br />
something is wrong with the website</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laraaj</title>
		<link>http://kirk.webfinish.com/2009/12/xlsx2csv/comment-page-1/#comment-10</link>
		<dc:creator>laraaj</dc:creator>
		<pubDate>Wed, 04 Aug 2010 04:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://kirk.webfinish.com/?p=91#comment-10</guid>
		<description>Finally i managed to solve the problem of getting all rows in one line by inserting this :
&lt;pre lang=&quot;bash&quot;&gt;echo  &gt;&gt; &quot;$csv&quot;&lt;/pre&gt;
in line 524 in the script.
also commenting line 522 in the script 
&lt;pre lang=&quot;bash&quot;&gt;        sed -e &#039;s/&quot;/&quot;&quot;/g&#039; -e &#039;s/^/&quot;/&#039; -e &#039;s/$/&quot;/&#039; &#124;  #escape embedded quotes&lt;/pre&gt;
solves the problem of getting all Data double quoted it doesn&#039;t actually allow escaping embedded quotes as the comment says but instead it quotes all data without nothing is wrong with the embedded double quotes.</description>
		<content:encoded><![CDATA[<p>Finally i managed to solve the problem of getting all rows in one line by inserting this :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span>  <span style="color: #000000; font-weight: bold;">&amp;</span>gt;<span style="color: #000000; font-weight: bold;">&amp;</span>gt; <span style="color: #ff0000;">&quot;<span style="color: #007800;">$csv</span>&quot;</span></pre></div></div>

<p>in line 524 in the script.<br />
also commenting line 522 in the script</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">        <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">'s/&quot;/&quot;&quot;/g'</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">'s/^/&quot;/'</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">'s/$/&quot;/'</span> <span style="color: #000000; font-weight: bold;">|</span>  <span style="color: #666666; font-style: italic;">#escape embedded quotes</span></pre></div></div>

<p>solves the problem of getting all Data double quoted it doesn&#8217;t actually allow escaping embedded quotes as the comment says but instead it quotes all data without nothing is wrong with the embedded double quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laraaj</title>
		<link>http://kirk.webfinish.com/2009/12/xlsx2csv/comment-page-1/#comment-8</link>
		<dc:creator>laraaj</dc:creator>
		<pubDate>Wed, 04 Aug 2010 02:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://kirk.webfinish.com/?p=91#comment-8</guid>
		<description>there is no rows in the output it&#039;s all in one row i tied to check which newline that separates rows doesn&#039;t work but it was all so complicate any idea why i get all the data in one live without any rows. i ran script in linux.</description>
		<content:encoded><![CDATA[<p>there is no rows in the output it&#8217;s all in one row i tied to check which newline that separates rows doesn&#8217;t work but it was all so complicate any idea why i get all the data in one live without any rows. i ran script in linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flaco</title>
		<link>http://kirk.webfinish.com/2009/12/xlsx2csv/comment-page-1/#comment-7</link>
		<dc:creator>flaco</dc:creator>
		<pubDate>Thu, 07 Jan 2010 22:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://kirk.webfinish.com/?p=91#comment-7</guid>
		<description>Hi! excellent! I have 1 error:

sheet2.xml.data:2: parser error : Extra content at the end of the document
&lt;pageMargins left=&quot;0.7&quot; right=&quot;0.7&quot; top=&quot;0.75&quot; bottom=&quot;0.75&quot; header=
            ^
unable to parse sheet2.xml.data
sheet3.xml.data:2: parser error : Extra content at the end of the document
&lt;pageMargins left=&quot;0.7&quot; right=&quot;0.7&quot; top=&quot;0.75&quot; bottom=&quot;0.75&quot; header=
            ^
unable to parse sheet3.xml.dat.
I can upload the sheet if you like. How can I call xlsx2csv.sh from php script? I need convert xlsv to csv from a web page.  (sorry, my english is bad) . Than you!!!</description>
		<content:encoded><![CDATA[<p>Hi! excellent! I have 1 error:</p>
<p>sheet2.xml.data:2: parser error : Extra content at the end of the document<br />
&lt;pageMargins left=&quot;0.7&quot; right=&quot;0.7&quot; top=&quot;0.75&quot; bottom=&quot;0.75&quot; header=<br />
            ^<br />
unable to parse sheet2.xml.data<br />
sheet3.xml.data:2: parser error : Extra content at the end of the document<br />
&lt;pageMargins left=&quot;0.7&quot; right=&quot;0.7&quot; top=&quot;0.75&quot; bottom=&quot;0.75&quot; header=<br />
            ^<br />
unable to parse sheet3.xml.dat.<br />
I can upload the sheet if you like. How can I call xlsx2csv.sh from php script? I need convert xlsv to csv from a web page.  (sorry, my english is bad) . Than you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk</title>
		<link>http://kirk.webfinish.com/2009/12/xlsx2csv/comment-page-1/#comment-6</link>
		<dc:creator>Kirk</dc:creator>
		<pubDate>Mon, 04 Jan 2010 15:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://kirk.webfinish.com/?p=91#comment-6</guid>
		<description>Sorry, looks like wp mucked up the post.  I pasted in a new copy and it should work for you now</description>
		<content:encoded><![CDATA[<p>Sorry, looks like wp mucked up the post.  I pasted in a new copy and it should work for you now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jds340</title>
		<link>http://kirk.webfinish.com/2009/12/xlsx2csv/comment-page-1/#comment-5</link>
		<dc:creator>jds340</dc:creator>
		<pubDate>Sun, 03 Jan 2010 17:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://kirk.webfinish.com/?p=91#comment-5</guid>
		<description>Very nice, at least it would be very nice if I could get it to work. I get 
&gt;&gt;
./xlsx2csv.sh: line 41: syntax error near unexpected token `do&#039;
&gt;&gt;
When running on Ubuntu 9.10 32bit.

I don&#039;t know enough about bash scripts to sort it out myself. Does it work for you?

Ta

John Small</description>
		<content:encoded><![CDATA[<p>Very nice, at least it would be very nice if I could get it to work. I get<br />
&gt;&gt;<br />
./xlsx2csv.sh: line 41: syntax error near unexpected token `do&#8217;<br />
&gt;&gt;<br />
When running on Ubuntu 9.10 32bit.</p>
<p>I don&#8217;t know enough about bash scripts to sort it out myself. Does it work for you?</p>
<p>Ta</p>
<p>John Small</p>
]]></content:encoded>
	</item>
</channel>
</rss>
