<?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: Using Java to Read Excel Files</title>
	<atom:link href="http://eric.jain.name/2008/02/14/java-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric.jain.name/2008/02/14/java-excel/</link>
	<description>Eric Jain&#039;s Blog</description>
	<lastBuildDate>Thu, 08 Apr 2010 03:02:40 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Jain</title>
		<link>http://eric.jain.name/2008/02/14/java-excel/comment-page-1/#comment-38</link>
		<dc:creator>Eric Jain</dc:creator>
		<pubDate>Thu, 19 Jun 2008 19:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://eric.jain.name/2008/02/14/java-excel/#comment-38</guid>
		<description>Sure you can cast... However this doesn&#039;t help much if you need to know the precision of the original value in the spreadsheet: Was it 4 or 4.0 (or perhaps even 4.00)? POI-HSSF doesn&#039;t seem to provide this information.</description>
		<content:encoded><![CDATA[<p>Sure you can cast&#8230; However this doesn&#8217;t help much if you need to know the precision of the original value in the spreadsheet: Was it 4 or 4.0 (or perhaps even 4.00)? POI-HSSF doesn&#8217;t seem to provide this information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganesh</title>
		<link>http://eric.jain.name/2008/02/14/java-excel/comment-page-1/#comment-37</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Thu, 19 Jun 2008 19:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://eric.jain.name/2008/02/14/java-excel/#comment-37</guid>
		<description>you can type cast the values in POI-HSSF. i think by default it returns double type,so it will return 4.0  and if u want 4 then type cast and make it int or long</description>
		<content:encoded><![CDATA[<p>you can type cast the values in POI-HSSF. i think by default it returns double type,so it will return 4.0  and if u want 4 then type cast and make it int or long</p>
]]></content:encoded>
	</item>
</channel>
</rss>
