<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>xlslinq Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/xlslinq/Wiki/View.aspx?title=Home</link><description>xlslinq Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xlslinq/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;LINQ to Excel
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;br /&gt;Excel.Linq project is an open source project. This project is a project for practice for me to understand the Linq.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Example&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The following example finds  Worksheets by Worksheet's name.&lt;br /&gt;&lt;pre&gt;
using(XlsWorkbook book = new XlsWorkbook(&amp;quot;TestData\\100.xls&amp;quot;)) {
 
    var sheets = from s in book.Worksheets
                 where s.Name == &amp;quot;100&amp;quot;
                 select s;
 
    foreach(var sheet in sheets) Console.WriteLine(sheet.Name);
}
&lt;/pre&gt;
&lt;/div&gt;</description><author>coma2n</author><pubDate>Mon, 18 Feb 2008 01:50:02 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080218015002A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xlslinq/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;LINQ to Excel
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;br /&gt;Excel.Linq project is an open source project. This project is a project for practice for me to understand the Linq.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Example&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Finds a Worksheet by Worksheet's name&lt;br /&gt;&lt;pre&gt;
using(XlsWorkbook book = new XlsWorkbook(&amp;quot;TestData\\100.xls&amp;quot;)) {
 
    var sheets = from s in book.Worksheets
                 where s.Name == &amp;quot;100&amp;quot;
                 select s;
 
    foreach(var sheet in sheets) Console.WriteLine(sheet.Name);
}
&lt;/pre&gt;
&lt;/div&gt;</description><author>coma2n</author><pubDate>Mon, 18 Feb 2008 01:34:54 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080218013454A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xlslinq/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;LINQ to Excel
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;br /&gt;Excel.Linq project is an open source project. This project is a project for practice for me to understand the Linq.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Example&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Find a Worksheet by Worksheet's name&lt;br /&gt;&lt;pre&gt;
using(XlsWorkbook book = new XlsWorkbook(&amp;quot;TestData\\100.xls&amp;quot;)) {
 
    var sheets = from s in book.Worksheets
                 where s.Name == &amp;quot;100&amp;quot;
                 select s;
 
    foreach(var sheet in sheets) Console.WriteLine(sheet.Name);
}
&lt;/pre&gt;
&lt;/div&gt;</description><author>coma2n</author><pubDate>Wed, 13 Feb 2008 23:34:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080213113409P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xlslinq/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;LINQ to Excel
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;example&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>coma2n</author><pubDate>Wed, 13 Feb 2008 22:58:19 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080213105819P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xlslinq/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;LINQ to Excel
&lt;br /&gt;
&lt;/div&gt;</description><author>coma2n</author><pubDate>Tue, 12 Feb 2008 23:40:38 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080212114038P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/xlslinq/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;LINQ to Excel
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;**Delete the following note before publishing **&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This project is currently in setup mode and only available to project coordinators and developers. Once you have finished setting up your project you can publish it to make it available to all CodePlex visitors.&lt;br /&gt; &lt;br /&gt;There are three requirements before you publish:&lt;br /&gt; &lt;br /&gt;- Edit this page to provide information about your project&lt;br /&gt;- Upload the initial source code for your project&lt;br /&gt;- Add your project license&lt;br /&gt; &lt;br /&gt;Additional information on starting a new project is available here: &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Project%20Startup%20Guide" class="externalLink"&gt;Project Startup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>coma2n</author><pubDate>Tue, 12 Feb 2008 07:38:47 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080212073847A</guid></item></channel></rss>