<?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: CSV/Excel Utility Package for Java</title>
	<atom:link href="http://techblog.ralph-schuster.eu/csv-utility-package-for-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.ralph-schuster.eu</link>
	<description>Technical stuff for IT experts</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:17:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ralph</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-1263</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Wed, 08 Feb 2012 12:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-1263</guid>
		<description>CSV files do not have a &quot;second sheet&quot;, there is only one &quot;sheet&quot; per CSV file. That means in order to read a second CSV file you simply create a new CSVReader. 

Hope this helps....</description>
		<content:encoded><![CDATA[<p>CSV files do not have a &#8220;second sheet&#8221;, there is only one &#8220;sheet&#8221; per CSV file. That means in order to read a second CSV file you simply create a new CSVReader. </p>
<p>Hope this helps&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hidayath</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-1262</link>
		<dc:creator>hidayath</dc:creator>
		<pubDate>Wed, 08 Feb 2012 11:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-1262</guid>
		<description>How can i read  a second sheet in csv file.</description>
		<content:encoded><![CDATA[<p>How can i read  a second sheet in csv file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrp</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-1193</link>
		<dc:creator>mrp</dc:creator>
		<pubDate>Thu, 29 Dec 2011 14:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-1193</guid>
		<description>Very good library, especially JDBC-&gt;Excel. You should submit it to official Maven repos as you can reach much more interest with your project. The benefit is devs can include it in projects with five lines of XML dependency and updating is just matter of changing version string. Maven does all download, dependency management and storage stuff.</description>
		<content:encoded><![CDATA[<p>Very good library, especially JDBC-&gt;Excel. You should submit it to official Maven repos as you can reach much more interest with your project. The benefit is devs can include it in projects with five lines of XML dependency and updating is just matter of changing version string. Maven does all download, dependency management and storage stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buywowgoldsbo</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-1128</link>
		<dc:creator>buywowgoldsbo</dc:creator>
		<pubDate>Tue, 13 Dec 2011 12:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-1128</guid>
		<description>I had this post saved some time in the past but my PC crashed. I have since gotten a new one and it took me a while to find this! I also in fact like the template though.</description>
		<content:encoded><![CDATA[<p>I had this post saved some time in the past but my PC crashed. I have since gotten a new one and it took me a while to find this! I also in fact like the template though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph&#8217;s TechBlog &#187; Blog Archive &#187; CSV/Excel Utility Package V2.2 released</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-1106</link>
		<dc:creator>Ralph&#8217;s TechBlog &#187; Blog Archive &#187; CSV/Excel Utility Package V2.2 released</dc:creator>
		<pubDate>Mon, 05 Dec 2011 20:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-1106</guid>
		<description>[...] can download the new version here or visit the Homepage of the utility where you will find some examples on how to use [...]</description>
		<content:encoded><![CDATA[<p>[...] can download the new version here or visit the Homepage of the utility where you will find some examples on how to use [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Insolvenční Rejstřík</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-596</link>
		<dc:creator>Insolvenční Rejstřík</dc:creator>
		<pubDate>Wed, 28 Jul 2010 16:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-596</guid>
		<description>Regarding LGPL - Maven way of referencing the source is adding project&#039;s URL to the POM, which is then used for eventual reports and generated site. Is that OK?

By the way, I created a related tool, see here:
http://ondra.zizka.cz/stranky/programovani/ruzne/querying-transforming-csv-using-sql.texy</description>
		<content:encoded><![CDATA[<p>Regarding LGPL &#8211; Maven way of referencing the source is adding project&#8217;s URL to the POM, which is then used for eventual reports and generated site. Is that OK?</p>
<p>By the way, I created a related tool, see here:<br />
<a href="http://ondra.zizka.cz/stranky/programovani/ruzne/querying-transforming-csv-using-sql.texy" rel="nofollow">http://ondra.zizka.cz/stranky/programovani/ruzne/querying-transforming-csv-using-sql.texy</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Insolvenční Rejstřík</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-595</link>
		<dc:creator>Insolvenční Rejstřík</dc:creator>
		<pubDate>Wed, 28 Jul 2010 16:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-595</guid>
		<description>Hi, done, see http://ondrazizka.googlecode.com/svn/maven/cz/dynawest/third/csv/csv/2.0.1/</description>
		<content:encoded><![CDATA[<p>Hi, done, see <a href="http://ondrazizka.googlecode.com/svn/maven/cz/dynawest/third/csv/csv/2.0.1/" rel="nofollow">http://ondrazizka.googlecode.com/svn/maven/cz/dynawest/third/csv/csv/2.0.1/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-586</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Fri, 23 Jul 2010 22:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-586</guid>
		<description>Hey,

of course. Just make sure you follow the LGPL license (naming your source)</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>of course. Just make sure you follow the LGPL license (naming your source)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Insolvenční Rejstřík</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-583</link>
		<dc:creator>Insolvenční Rejstřík</dc:creator>
		<pubDate>Fri, 23 Jul 2010 19:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-583</guid>
		<description>May I mavenize your lib and publish it somewhere?</description>
		<content:encoded><![CDATA[<p>May I mavenize your lib and publish it somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph&#8217;s TechBlog &#187; Blog Archive &#187; CSV/Excel Utility Package V2.0.1 released</title>
		<link>http://techblog.ralph-schuster.eu/csv-utility-package-for-java/comment-page-1/#comment-553</link>
		<dc:creator>Ralph&#8217;s TechBlog &#187; Blog Archive &#187; CSV/Excel Utility Package V2.0.1 released</dc:creator>
		<pubDate>Tue, 15 Jun 2010 08:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?page_id=36#comment-553</guid>
		<description>[...] can download it here or visit the Homepage of the utility where you will find some examples on how to use [...]</description>
		<content:encoded><![CDATA[<p>[...] can download it here or visit the Homepage of the utility where you will find some examples on how to use [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

