<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Office开发</title>
<link>http://www.kuqin.com/office/</link>
<description>挖经验 / Office开发</description>
<language>zh-cn</language>
<generator>Copyright &amp;copy; 2007-2008 &lt;A href=&quot;http://www.kuqin.com&quot;&gt;酷勤网&lt;/A&gt; All Rights Reserved
&lt;A href=&quot;http://www.miibeian.gov.cn/&quot; target=&quot;_blank&quot;&gt;京ICP备07011765号&lt;/A&gt;</generator>
<webmaster>kuqin.com@163.com</webmaster>
<item>
    <title>UNO让MonoDevelop可以开发OpenOffice应用</title>
    <link>http://www.kuqin.com/office/20080629/10259.html</link>
    <description>由于现存大量由VBA编写的从简单到复杂的应用程序，很多公司甚至都不会考虑去尝试一下OpenOffice的开发。但不被很多人所知的是，OpenOffice开发人员现在也可以露几手了。OpenOffice开发的基础是UNO组件技术。类似COM，它被设计用于进程内和跨平台开发。</description>
    <pubDate>2008-06-29</pubDate>
    <category>Office开发</category>
    <author>Jonathan Allen译者 朱永光</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>部分Office 2007文件格式转换为xps和pdf代码整理</title>
    <link>http://www.kuqin.com/office/20080504/7814.html</link>
    <description>添加对三个组件的引用，这里使用一个枚举类型来来决定生成文件的类型。可使用个方法来实现这个功能，这里Word和Excel我使用ExportAsFixedFormat，PowerPoint使用SaveAs，对于Word和PowerPoint效果是一样的。只是SaveAs支持的格式更多, 但我发现似乎Excel不支持SaveAs.</description>
    <pubDate>2008-05-04</pubDate>
    <category>Office开发</category>
    <author>蒜头</author>
    <comments>博客园</comments>
</item>
<item>
    <title>Excel2007操作类库</title>
    <link>http://www.kuqin.com/office/20080322/4932.html</link>
    <description>Office2007中的Excel,Word,PowedPoint使用了OpenXml文件格式，文件是一个标准的zip压缩包，只需要简单的将文件的扩展名更改为.zip，就能看到其内部的具体内容，大部分是标准的xml文件，所以类库主要的任务就是操作xml。</description>
    <pubDate>2008-03-22</pubDate>
    <category>Office开发</category>
    <author>ppchen（陈荣林）</author>
    <comments>博客园</comments>
</item>
<item>
    <title>VB和VBA工程的一些限制</title>
    <link>http://www.kuqin.com/office/20070909/973.html</link>
    <description>对每个模块的过程数没有限制。每个过程可包含至多 64K 的代码。如果过程或模块超过这一限制，Visual Basic 便产生编译时间错误。如果遇到这种错误，可将特别大的过程分割成若干个较小的过程，或将模块级声明移到另一模块，来避免此类错误发生。</description>
    <pubDate>2007-09-09</pubDate>
    <category>Office开发</category>
    <author>马维峰</author>
    <comments>博客园</comments>
</item>
<item>
    <title>为何Office的VBA如此成功，ArcGIS的却平平</title>
    <link>http://www.kuqin.com/office/20070909/972.html</link>
    <description>以ArcGIS为例，ArcGIS扩展必须使用ArcObject，不管是使用VBA也罢，VB也罢，还是C++也罢。但同时，ArcObject的学习不是一天两天可以搞定，对于业余程序员，要使用VBA来扩展ArcGIS，几乎没有可能；专业程序员又不屑使用VBA...</description>
    <pubDate>2007-09-09</pubDate>
    <category>Office开发</category>
    <author>马维峰</author>
    <comments>博客园</comments>
</item>
<item>
    <title>Microsoft Office SharePoint Server 2007 Starter Page</title>
    <link>http://www.kuqin.com/office/20070909/971.html</link>
    <description>Microsoft Office SharePoint Server 2007 Starter Page. 本页面会不断更新，增加新的内容，强烈建议加入到您的收藏夹中。</description>
    <pubDate>2007-09-09</pubDate>
    <category>Office开发</category>
    <author>kaneboy</author>
    <comments>joycode.com</comments>
</item>
<item>
    <title>Office with .Net（二）之外传――“彻底干净的”关闭Office程序</title>
    <link>http://www.kuqin.com/office/20070909/970.html</link>
    <description>凡是涉及到使用Office Automation，即通过自定义的代码启动Office，操作Office编程接口完成一些工作（不管是在WinForms程序，或是ASP.NET程序中），都不可避免的会遇到一个问题，就是如何“彻底干净的”将代码启动的Office程序关闭掉。</description>
    <pubDate>2007-09-09</pubDate>
    <category>Office开发</category>
    <author>kaneboy</author>
    <comments>joycode.com</comments>
</item>
<item>
    <title>Office with .Net 二 ―― 使用.Net访问Office编程接口</title>
    <link>http://www.kuqin.com/office/20070909/969.html</link>
    <description>介绍如何在.Net中访问Office所公开的编程接口。在这篇文章中，所有的演示都将基于Office 2003 Professional和Visual Studio 2005。</description>
    <pubDate>2007-09-09</pubDate>
    <category>Office开发</category>
    <author>kaneboy</author>
    <comments>joycode.com</comments>
</item>
<item>
    <title>Office with .Net 系列之一 ―― 在自己的程序中宿主Office</title>
    <link>http://www.kuqin.com/office/20070909/968.html</link>
    <description>在自己的程序中宿主Office”的意思就是在我们自己开发的应用程序的窗体上，显示一个就像Office应用程序那样的界面，用来显示和操作Office文档。其实，通过使用Microsoft Web Browser这个ActiveX控件，我们能够非常方便的做到。</description>
    <pubDate>2007-09-09</pubDate>
    <category>Office开发</category>
    <author>Kaneboy</author>
    <comments>joycode.com</comments>
</item>
<item>
    <title>OFFICE开发历程</title>
    <link>http://www.kuqin.com/office/20070909/967.html</link>
    <description>Office开发的潜力还是相当大的，因为用Office开发可靠性高，效率高，Office本身还是平易近人的。技术也是在不断地发展的，我们有理由相信，我们可以做到更好。</description>
    <pubDate>2007-09-09</pubDate>
    <category>Office开发</category>
    <author>秩名</author>
    <comments>博客园</comments>
</item>
<item>
    <title>基于Visual Studio 2003/2005的Office插件开发FAQ</title>
    <link>http://www.kuqin.com/office/20070909/966.html</link>
    <description>1. 一定要把宏安全级别设置为Medium以下，默认是High，肯定不允许运行任何Addin 2. 在开发Addin的机器上，建议仅安装一个版本的Office，否则可能因为引用的Office Library Reference混淆，导致在其他机器上无法正常加载...</description>
    <pubDate>2007-09-09</pubDate>
    <category>Office开发</category>
    <author>Tony Qu</author>
    <comments>博客园</comments>
</item>
<item>
    <title>C# Office开发</title>
    <link>http://www.kuqin.com/office/20070909/965.html</link>
    <description>最近要做一个处理Excel和Word文档的小程序，因为是新接触此类东东，因此在这里将这次开发的经历记录下来。</description>
    <pubDate>2007-09-09</pubDate>
    <category>Office开发</category>
    <author>不详</author>
    <comments>CSDN博客</comments>
</item>

</channel>
</rss>
