<?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: NPOI &#8211; Copy Row Helper</title>
	<atom:link href="http://www.zachhunter.com/2010/05/npoi-copy-row-helper/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zachhunter.com/2010/05/npoi-copy-row-helper/</link>
	<description>Random Brain Drool</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:52:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Toby</title>
		<link>http://www.zachhunter.com/2010/05/npoi-copy-row-helper/comment-page-1/#comment-832</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Thu, 05 Jan 2012 22:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachhunter.com/?p=272#comment-832</guid>
		<description>Great, thanks very much.

Do you know how we&#039;d support adapting formulas as they&#039;re copied? I&#039;m copying say, row 1 to row 2 and want to include the formula. So the original formula might be sum(A1:K1) for row 1 and now I want my row 2 (copy) to have sum(A2:K2).

At the moment, it copies the formula verbatim so I get both using sum(A1:K1) for example.

Any ideas?
Cheers</description>
		<content:encoded><![CDATA[<p>Great, thanks very much.</p>
<p>Do you know how we&#8217;d support adapting formulas as they&#8217;re copied? I&#8217;m copying say, row 1 to row 2 and want to include the formula. So the original formula might be sum(A1:K1) for row 1 and now I want my row 2 (copy) to have sum(A2:K2).</p>
<p>At the moment, it copies the formula verbatim so I get both using sum(A1:K1) for example.</p>
<p>Any ideas?<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ikutsin</title>
		<link>http://www.zachhunter.com/2010/05/npoi-copy-row-helper/comment-page-1/#comment-824</link>
		<dc:creator>Ikutsin</dc:creator>
		<pubDate>Thu, 22 Dec 2011 19:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachhunter.com/?p=272#comment-824</guid>
		<description>It seems that NPOI has been slightly refactored. Now it use IRow and ICell instead of HSSFRow HSSFCell classes. The rest works just fine. Thank you for sharing the code.</description>
		<content:encoded><![CDATA[<p>It seems that NPOI has been slightly refactored. Now it use IRow and ICell instead of HSSFRow HSSFCell classes. The rest works just fine. Thank you for sharing the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gan</title>
		<link>http://www.zachhunter.com/2010/05/npoi-copy-row-helper/comment-page-1/#comment-738</link>
		<dc:creator>Gan</dc:creator>
		<pubDate>Wed, 24 Aug 2011 03:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachhunter.com/?p=272#comment-738</guid>
		<description>Hi Zach, 

Is there a way for us to get your complete NPOI custom helper class? Couldn&#039;t find it anywhere. :)

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Zach, </p>
<p>Is there a way for us to get your complete NPOI custom helper class? Couldn&#8217;t find it anywhere. :)</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AqD</title>
		<link>http://www.zachhunter.com/2010/05/npoi-copy-row-helper/comment-page-1/#comment-443</link>
		<dc:creator>AqD</dc:creator>
		<pubDate>Fri, 29 Apr 2011 04:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachhunter.com/?p=272#comment-443</guid>
		<description>Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://www.zachhunter.com/2010/05/npoi-copy-row-helper/comment-page-1/#comment-441</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Tue, 26 Apr 2011 22:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachhunter.com/?p=272#comment-441</guid>
		<description>In the routine for the copy, I&#039;m assuming your copying a standard row of standalone data.  It looks like your copying a row that is associated with an aggregate (Sum, Count, Min, Max, etc...).  I&#039;m not sure how to do this off the top of my head, but it may be as easy as copying some additional aggregate properties about the row.</description>
		<content:encoded><![CDATA[<p>In the routine for the copy, I&#8217;m assuming your copying a standard row of standalone data.  It looks like your copying a row that is associated with an aggregate (Sum, Count, Min, Max, etc&#8230;).  I&#8217;m not sure how to do this off the top of my head, but it may be as easy as copying some additional aggregate properties about the row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.zachhunter.com/2010/05/npoi-copy-row-helper/comment-page-1/#comment-440</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 26 Apr 2011 15:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachhunter.com/?p=272#comment-440</guid>
		<description>I am trying your code and getting the following error.

Unable to cast object of type &#039;NPOI.HSSF.Record.Aggregates.DataValidityTable&#039; to type &#039;NPOI.HSSF.Record.Record&#039;.

Any idea what might be causing this?</description>
		<content:encoded><![CDATA[<p>I am trying your code and getting the following error.</p>
<p>Unable to cast object of type &#8216;NPOI.HSSF.Record.Aggregates.DataValidityTable&#8217; to type &#8216;NPOI.HSSF.Record.Record&#8217;.</p>
<p>Any idea what might be causing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dezz</title>
		<link>http://www.zachhunter.com/2010/05/npoi-copy-row-helper/comment-page-1/#comment-433</link>
		<dc:creator>Dezz</dc:creator>
		<pubDate>Sun, 27 Mar 2011 09:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachhunter.com/?p=272#comment-433</guid>
		<description>Thank you too much!</description>
		<content:encoded><![CDATA[<p>Thank you too much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Qu</title>
		<link>http://www.zachhunter.com/2010/05/npoi-copy-row-helper/comment-page-1/#comment-273</link>
		<dc:creator>Tony Qu</dc:creator>
		<pubDate>Sun, 25 Jul 2010 07:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachhunter.com/?p=272#comment-273</guid>
		<description>This is really helpful!</description>
		<content:encoded><![CDATA[<p>This is really helpful!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

