<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ExcelPackage Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/ExcelPackage/Wiki/View.aspx?title=Home</link><description>ExcelPackage Wiki Rss Description</description><item><title>New Comment on "Reading data from an Excel spreadsheet"</title><link>https://excelpackage.codeplex.com/wikipage?title=Reading data from an Excel spreadsheet&amp;ANCHOR#C27481</link><description>For the existingFile parameter, you can pass a FileInfo object containing the path to your excel file or a stream containing the excel data. There are quite a many overloads of the constructor. I usually use these two.</description><author>zins</author><pubDate>Tue, 14 May 2013 14:28:17 GMT</pubDate><guid isPermaLink="false">New Comment on "Reading data from an Excel spreadsheet" 20130514022817P</guid></item><item><title>New Comment on "Reading data from an Excel spreadsheet"</title><link>https://excelpackage.codeplex.com/wikipage?title=Reading data from an Excel spreadsheet&amp;ANCHOR#C27480</link><description>The number of rows  can be found by saying &amp;#39;worksheet.Dimension.End.Row&amp;#39;. The number of columns can found in a similar way.</description><author>zins</author><pubDate>Tue, 14 May 2013 14:26:52 GMT</pubDate><guid isPermaLink="false">New Comment on "Reading data from an Excel spreadsheet" 20130514022652P</guid></item><item><title>New Comment on "Reading data from an Excel spreadsheet"</title><link>http://excelpackage.codeplex.com/wikipage?title=Reading data from an Excel spreadsheet&amp;ANCHOR#C26364</link><description>Hi,&amp;#10;I want to know that what should be passed in existingFile parameter.&amp;#10;&amp;#10;Thanks,&amp;#10;Akansh</description><author>akansh</author><pubDate>Wed, 30 Jan 2013 11:34:28 GMT</pubDate><guid isPermaLink="false">New Comment on "Reading data from an Excel spreadsheet" 20130130113428A</guid></item><item><title>New Comment on "Using a template to create an Excel spreadsheet"</title><link>http://excelpackage.codeplex.com/wikipage?title=Using a template to create an Excel spreadsheet&amp;ANCHOR#C26283</link><description>Looks like this project has been subsumed by the EPPlus project&amp;#58;&amp;#10;http&amp;#58;&amp;#47;&amp;#47;epplus.codeplex.com&amp;#47;</description><author>pk_davidson</author><pubDate>Wed, 23 Jan 2013 17:46:45 GMT</pubDate><guid isPermaLink="false">New Comment on "Using a template to create an Excel spreadsheet" 20130123054645P</guid></item><item><title>New Comment on "Reading data from an Excel spreadsheet"</title><link>http://excelpackage.codeplex.com/wikipage?title=Reading data from an Excel spreadsheet&amp;ANCHOR#C25336</link><description>I have logo in my Excel sheet, How can i read that image.</description><author>ittechsathish</author><pubDate>Fri, 19 Oct 2012 13:37:45 GMT</pubDate><guid isPermaLink="false">New Comment on "Reading data from an Excel spreadsheet" 20121019013745P</guid></item><item><title>New Comment on "Reading data from an Excel spreadsheet"</title><link>http://excelpackage.codeplex.com/wikipage?title=Reading data from an Excel spreadsheet&amp;ANCHOR#C23094</link><description>Because the underlying XmlDocument is visible the following will work&amp;#58;&amp;#10;&amp;#10;        private String getMaximumRowNumber&amp;#40;ExcelWorksheet worksheet&amp;#41;&amp;#10;        &amp;#123;&amp;#10;            XPathNavigator nav &amp;#61; worksheet.WorksheetXml.CreateNavigator&amp;#40;&amp;#41;&amp;#59;&amp;#10;            XPathExpression exp &amp;#61; nav.Compile&amp;#40;&amp;#34;&amp;#47;&amp;#47;&amp;#42;&amp;#91;name&amp;#40;&amp;#41;&amp;#61;&amp;#39;row&amp;#39;&amp;#93;&amp;#47;&amp;#64;r&amp;#34;&amp;#41;&amp;#59;&amp;#10;            exp.AddSort&amp;#40;&amp;#34;..&amp;#47;&amp;#64;r&amp;#34;, XmlSortOrder.Descending, XmlCaseOrder.None, &amp;#34;&amp;#34;, XmlDataType.Number&amp;#41;&amp;#59;&amp;#10;            XmlNode node &amp;#61; nav.SelectSingleNode&amp;#40;exp&amp;#41;.UnderlyingObject as XmlNode&amp;#59;&amp;#10;            return node.InnerText&amp;#59;&amp;#10;        &amp;#125;&amp;#10;&amp;#10;        private String getMaximumCellColumn&amp;#40;ExcelWorksheet worksheet&amp;#41;&amp;#10;        &amp;#123;&amp;#10;            XPathNavigator nav &amp;#61; worksheet.WorksheetXml.CreateNavigator&amp;#40;&amp;#41;&amp;#59;&amp;#10;            XPathExpression exp &amp;#61; nav.Compile&amp;#40;&amp;#34;&amp;#47;&amp;#47;&amp;#42;&amp;#91;name&amp;#40;&amp;#41;&amp;#61;&amp;#39;c&amp;#39;&amp;#93;&amp;#47;&amp;#64;colNumber&amp;#34;&amp;#41;&amp;#59;&amp;#10;            exp.AddSort&amp;#40;&amp;#34;..&amp;#47;&amp;#64;colNumber&amp;#34;, XmlSortOrder.Descending, XmlCaseOrder.None, &amp;#34;&amp;#34;, XmlDataType.Number&amp;#41;&amp;#59;&amp;#10;            XmlNode node &amp;#61; nav.SelectSingleNode&amp;#40;exp&amp;#41;.UnderlyingObject as XmlNode&amp;#59;&amp;#10;            return node.InnerText&amp;#59;&amp;#10;        &amp;#125;</description><author>antiRev</author><pubDate>Wed, 28 Mar 2012 12:45:30 GMT</pubDate><guid isPermaLink="false">New Comment on "Reading data from an Excel spreadsheet" 20120328124530P</guid></item><item><title>New Comment on "Reading data from an Excel spreadsheet"</title><link>http://excelpackage.codeplex.com/wikipage?title=Reading data from an Excel spreadsheet&amp;ANCHOR#C20900</link><description>Why no one answered this question &amp;#63; I feel disappointed now when I want to iterate through rows... that function is so obvious and everyone use it I guess. Well time to look for something else.</description><author>petka82</author><pubDate>Wed, 07 Sep 2011 15:58:27 GMT</pubDate><guid isPermaLink="false">New Comment on "Reading data from an Excel spreadsheet" 20110907035827P</guid></item><item><title>New Comment on "Reading data from an Excel spreadsheet"</title><link>http://excelpackage.codeplex.com/wikipage?title=Reading data from an Excel spreadsheet&amp;ANCHOR#C20877</link><description>I regret wasting my time with this package because this is how I feel after realizing that there is no method for getting the number of rows or the used range. In order to parse data, you have to know in advance the number of rows and columns apparently.</description><author>algocode</author><pubDate>Mon, 05 Sep 2011 20:37:15 GMT</pubDate><guid isPermaLink="false">New Comment on "Reading data from an Excel spreadsheet" 20110905083715P</guid></item><item><title>New Comment on "Reading data from an Excel spreadsheet"</title><link>http://excelpackage.codeplex.com/wikipage?title=Reading data from an Excel spreadsheet&amp;ANCHOR#C19832</link><description>Hello... no one has answered these questions yet&amp;#63;</description><author>podjunk</author><pubDate>Wed, 01 Jun 2011 18:40:40 GMT</pubDate><guid isPermaLink="false">New Comment on "Reading data from an Excel spreadsheet" 20110601064040P</guid></item><item><title>New Comment on "Creating an Excel spreadsheet from scratch"</title><link>http://excelpackage.codeplex.com/wikipage?title=Creating an Excel spreadsheet from scratch&amp;ANCHOR#C19820</link><description>Delete row, but no delete column method&amp;#63; Please implement this. Please.</description><author>DGirard</author><pubDate>Wed, 01 Jun 2011 04:24:24 GMT</pubDate><guid isPermaLink="false">New Comment on "Creating an Excel spreadsheet from scratch" 20110601042424A</guid></item><item><title>New Comment on "Reading data from an Excel spreadsheet"</title><link>http://excelpackage.codeplex.com/wikipage?title=Reading data from an Excel spreadsheet&amp;ANCHOR#C19561</link><description>Bump&amp;#33; How can we iterate through a worksheet if we don&amp;#39;t know the number of rows&amp;#47;columns&amp;#63;</description><author>CtrlAltDel</author><pubDate>Mon, 09 May 2011 06:49:12 GMT</pubDate><guid isPermaLink="false">New Comment on "Reading data from an Excel spreadsheet" 20110509064912A</guid></item><item><title>New Comment on "How do I get Excel to recalculate my formula on File-Open?"</title><link>http://excelpackage.codeplex.com/wikipage?title=How do I get Excel to recalculate my formula on File-Open?&amp;ANCHOR#C19035</link><description>I have some forumlae that have a dependancy on other formulaic cells. Despite calling RemoveValue&amp;#40;&amp;#41; on these cells, they are not calculated on file open. Any one else&amp;#63;</description><author>bikethis</author><pubDate>Thu, 24 Mar 2011 19:03:27 GMT</pubDate><guid isPermaLink="false">New Comment on "How do I get Excel to recalculate my formula on File-Open?" 20110324070327P</guid></item><item><title>New Comment on "Using a template to create an Excel spreadsheet"</title><link>http://excelpackage.codeplex.com/wikipage?title=Using a template to create an Excel spreadsheet&amp;ANCHOR#C17318</link><description>Is this project dead&amp;#63;</description><author>phreaks</author><pubDate>Thu, 14 Oct 2010 15:55:44 GMT</pubDate><guid isPermaLink="false">New Comment on "Using a template to create an Excel spreadsheet" 20101014035544P</guid></item><item><title>Updated Wiki: How do I join the development team?</title><link>http://excelpackage.codeplex.com/wikipage?title=How do I join the development team?&amp;version=4</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;How do I join the ExcelPackage development team?&lt;/h2&gt;
Please email &lt;a href="http://excelpackage.codeplex.com/team/view" class="externalLink"&gt;John Tunnicliffe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, via CodePlex with an overview of your experience and details of what aspects of the ExcelPackage assembly you would like to work on.  YOU MUST include your CodePlex user ID in the email!&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JohnTunnicliffe</author><pubDate>Wed, 08 Sep 2010 08:41:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: How do I join the development team? 20100908084157A</guid></item><item><title>Updated Wiki: How do I join the development team?</title><link>http://excelpackage.codeplex.com/wikipage?title=How do I join the development team?&amp;version=3</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;How do I join the ExcelPackage development team?&lt;/h2&gt;
Please email &lt;a href="http://excelpackage.codeplex.com/team/view" class="externalLink"&gt;John Tunnicliffe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; with an overview of your experience and details of what aspects of the ExcelPackage assembly you would like to work on.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JohnTunnicliffe</author><pubDate>Wed, 08 Sep 2010 08:40:53 GMT</pubDate><guid isPermaLink="false">Updated Wiki: How do I join the development team? 20100908084053A</guid></item><item><title>Updated Wiki: How do I join the development team?</title><link>http://excelpackage.codeplex.com/wikipage?title=How do I join the development team?&amp;version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;How do I join the ExcelPackage development team?&lt;/h2&gt;
Please email &lt;a href="http://excelpackage.codeplex.com/team/view John Tunnicliffe" class="externalLink"&gt;http://excelpackage.codeplex.com/team/view John Tunnicliffe&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; with an overview of your experience and details of what aspects of the ExcelPackage assembly you would like to work on.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JohnTunnicliffe</author><pubDate>Wed, 08 Sep 2010 08:40:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: How do I join the development team? 20100908084024A</guid></item><item><title>New Comment on "ExcelPackage assembly class documentation"</title><link>http://excelpackage.codeplex.com/wikipage?title=ExcelPackage assembly class documentation&amp;ANCHOR#C16839</link><description>No Comment.</description><author>zizgo</author><pubDate>Mon, 30 Aug 2010 11:04:47 GMT</pubDate><guid isPermaLink="false">New Comment on "ExcelPackage assembly class documentation" 20100830110447A</guid></item><item><title>New Comment on "Reading data from an Excel spreadsheet"</title><link>http://excelpackage.codeplex.com/wikipage?title=Reading data from an Excel spreadsheet&amp;ANCHOR#C16588</link><description>I also want to know how to retrieve the count of Rows and Columns&amp;#63;</description><author>lanting</author><pubDate>Fri, 06 Aug 2010 02:49:43 GMT</pubDate><guid isPermaLink="false">New Comment on "Reading data from an Excel spreadsheet" 20100806024943A</guid></item><item><title>New Comment on "Creating an Excel spreadsheet from scratch"</title><link>http://excelpackage.codeplex.com/wikipage?title=Creating an Excel spreadsheet from scratch&amp;ANCHOR#C16575</link><description>I export 10,000 rows to a excel file, but it is too slow, it almost needs more than 10 minutes. does it really such slow&amp;#63;</description><author>lanting</author><pubDate>Thu, 05 Aug 2010 07:46:23 GMT</pubDate><guid isPermaLink="false">New Comment on "Creating an Excel spreadsheet from scratch" 20100805074623A</guid></item><item><title>New Comment on "How do I join the development team?"</title><link>http://excelpackage.codeplex.com/wikipage?title=How do I join the development team?&amp;ANCHOR#C16421</link><description>Looks like there is a bug in ExcelPackage.cs file.  Line 21 if &amp;#40;newFile.Exists&amp;#41; return false even though file exist. I think It should be if &amp;#40;File.Exists&amp;#40;newFile.FullName&amp;#41;&amp;#41;&amp;#10;            &amp;#123;&amp;#10;                this._package &amp;#61; System.IO.Packaging.Package.Open&amp;#40;newFile.FullName, FileMode.Open, FileAccess.ReadWrite&amp;#41;&amp;#59;&amp;#10;            &amp;#125;&amp;#10;instead. &amp;#10;&amp;#10;Please, let me know if you have any question.&amp;#10;&amp;#10;Thanks for creating ExcelPackage.dll. Great work&amp;#33;&amp;#33;&amp;#33;&amp;#33;&amp;#33;&amp;#33;</description><author>Indiabirbal</author><pubDate>Wed, 21 Jul 2010 19:45:10 GMT</pubDate><guid isPermaLink="false">New Comment on "How do I join the development team?" 20100721074510P</guid></item></channel></rss>