Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 2003 年和 2007 年使用 C# 编写 Word (Office) 插件?
请参考:
http://netoffice.codeplex.com/
这使您能够为所有受支持的 MS Office 版本创建插件。
我不确定您的意思是不是该插件必须同时在两个版本中工作,但可以在 C# 中分别为两个版本编写插件。
例如,Visual Studio 2010 甚至为 Office 2010 和 2007 加载项提供了模板。