<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title> .NET news &gt;&gt; Office</title>
<link>http://www.dotnetcat.com/news/Office/</link>
<description>.NET developer news by tags: C#, ASP.NET, VB.NET, database, security, performance and more</description>
<language>en-us</language>
<item>
<title>Create Column Chart using OWC11</title>
<link>http://www.dotnetcat.com/news/Examples/id/9108/</link>
<pubDate>Wed, 25 Jun 2008 10:53:00 -0500</pubDate>
<description> <![CDATA[ A column chart (simple,stacked and 100% stacked column) representation using Office Web Components ]]> </description>
</item>
<item>
<title>Unleashing the Full Power of Regular Expressions in Microsoft Office Documents</title>
<link>http://www.dotnetcat.com/news/Office/id/9067/</link>
<pubDate>Mon, 16 Jun 2008 13:40:00 -0500</pubDate>
<description> <![CDATA[ Part 1: A method of utilizing Regular Expressions to perform power searches in Microsoft Office Documents using .NET and the Microsoft Office Primary Interop Assemblies ]]> </description>
</item>
<item>
<title>Generating Word Reports / Documents</title>
<link>http://www.dotnetcat.com/news/Office/id/8568/</link>
<pubDate>Thu, 21 Feb 2008 16:50:00 -0600</pubDate>
<description> <![CDATA[ Generate Word documents by appling XSLT on XML data ]]> </description>
</item>
<item>
<title>VSTO 3.0: Developing Office Business Apps with Visual Studio 2008</title>
<link>http://www.dotnetcat.com/news/Office/id/8538/</link>
<pubDate>Tue, 22 Jan 2008 18:00:00 -0600</pubDate>
<description> <![CDATA[ With custom form regions in Outlook you can pull in data from designated data sources and truly customize your users' Outlook 2007 experience. ]]> </description>
</item>
<item>
<title>Using DocxToText to Extract Text from DOCX Files</title>
<link>http://www.dotnetcat.com/news/Office/id/7985/</link>
<pubDate>Mon, 17 Sep 2007 13:42:00 -0500</pubDate>
<description> <![CDATA[ This article explains how to extract text from DOCX files without Microsoft Office libraries. ]]> </description>
</item>
<item>
<title>Creating a Windows Mobile Wireless Remote PowerPoint Clicker</title>
<link>http://www.dotnetcat.com/news/Mobile/id/7953/</link>
<pubDate>Wed, 12 Sep 2007 23:11:17 -0500</pubDate>
<description> <![CDATA[ Imagine giving a presentation from your cellphone! Learn how to write a PowerPoint clicker application for your Bluetooth-enabled Windows Mobile device. ]]> </description>
</item>
<item>
<title>Office Apps: Extend Your VBA Code With VSTO</title>
<link>http://www.dotnetcat.com/news/Office/id/7719/</link>
<pubDate>Mon, 18 Jun 2007 19:00:00 -0500</pubDate>
<description> <![CDATA[ VSTO brings you the full feature set of Visual Studio including LINQ, WPF, WCF, and the .NET Framework 3.5. ]]> </description>
</item>
<item>
<title>Excel Services: Develop A Calculation Engine For Your Apps</title>
<link>http://www.dotnetcat.com/news/Office/id/7720/</link>
<pubDate>Mon, 18 Jun 2007 19:00:00 -0500</pubDate>
<description> <![CDATA[ The Excel Services architecture lets users design their own algorithms and share workbooks on a server. ]]> </description>
</item>
<item>
<title>Bridging the gap between .Net and Extended MAPI</title>
<link>http://www.dotnetcat.com/news/Internet/id/7571/</link>
<pubDate>Mon, 11 Jun 2007 16:24:00 -0500</pubDate>
<description> <![CDATA[ An article about how to access Extended MAPI properties, fields and methods from your .Net applications.
 ]]> </description>
</item>
<item>
<title>Excel Reader</title>
<link>http://www.dotnetcat.com/news/Office/id/7408/</link>
<pubDate>Fri, 18 May 2007 10:15:00 -0500</pubDate>
<description> <![CDATA[ Read Excel files in pure C# without interop. It can read worksheets in a workbook and read cells in a worksheet. 
It can acquire cell content (text, number, datetime, or error) and cell format (font, alignment, linestyle, background, etc.). It can also read pictures in the file, get information of image size, position, data, and format. ]]> </description>
</item>
<item>
<title>Office Space: Features for SharePoint</title>
<link>http://www.dotnetcat.com/news/SharePoint/id/7119/</link>
<pubDate>Tue, 10 Apr 2007 19:00:00 -0500</pubDate>
<description> <![CDATA[ The focus of this month’s Office Space column is to introduce the fundamental building blocks you’ll use to create business solutions with WSS (Windows SharePoint Services) and MOSS (Microsoft Office SharePoint Server). I explain what a WSS &quot;feature&quot; is and show you how to build one that automates the creation of new lists and document libraries within a site. Along the way I add a custom application page to the custom business solution. This contains the Visual Basic code needed to generate Word documents from data within SharePoint lists and save these documents within a SharePoint document library. ]]> </description>
</item>
<item>
<title>The Paperless Desktop</title>
<link>http://www.dotnetcat.com/news/Examples/id/7072/</link>
<pubDate>Thu, 05 Apr 2007 13:34:00 -0500</pubDate>
<description> <![CDATA[ How to perform scanning, rearranging, OCR and Outlook export of documents for a paperless future - or at least a tidy desktop. ]]> </description>
</item>
<item>
<title>Add Excel-like formula support to your application</title>
<link>http://www.dotnetcat.com/news/Components/id/6936/</link>
<pubDate>Sat, 17 Mar 2007 22:27:00 -0500</pubDate>
<description> <![CDATA[ A library to parse and evaluate Excel-style formulas and recalculate in natural order ]]> </description>
</item>
<item>
<title>Enterprise Reporting with Excel</title>
<link>http://www.dotnetcat.com/news/Office/id/7037/</link>
<pubDate>Tue, 13 Mar 2007 23:08:46 -0500</pubDate>
<description> <![CDATA[ You can create reports in many ways, with or without Excel. If you look only at reporting solutions that use Excel, the list roughly gets narrowed down to three:

SQL Reporting Services
Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System (VSTO)
Server-side Excel Automation

Of course you can imagine more solutions, but in essence they will not deviate much from the above list. In this article, I'll first look at SQL Reporting Services and VSTO to examine their plusses and minuses, and then I'll take a detailed look at why and how you would build a server-side solution.
 ]]> </description>
</item>
<item>
<title>RibbonX API: Extend The 2007 Office System With Your Own Ribbon Tabs And Controls</title>
<link>http://www.dotnetcat.com/news/Office/id/6492/</link>
<pubDate>Wed, 20 Dec 2006 18:00:00 -0600</pubDate>
<description> <![CDATA[ If you want to create your own professional looking tabs and controls in Office, check out the RibbonX API of the 2007 Microsoft Office system. ]]> </description>
</item>
<item>
<title>Office Add-Ins: Develop Add-Ins For PowerPoint And Visio Using VSTO</title>
<link>http://www.dotnetcat.com/news/Office/id/6494/</link>
<pubDate>Wed, 20 Dec 2006 18:00:00 -0600</pubDate>
<description> <![CDATA[ Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System is more powerful than ever, allowing you to create add-ins for Word, Excel, Outlook, PowerPoint, Visio, and InfoPath. ]]> </description>
</item>
</channel>
</rss> 