博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
怎样在Office开发中不更新到最新版本?
阅读量:4116 次
发布时间:2019-05-25

本文共 3588 字,大约阅读时间需要 11 分钟。

To access this page, on the Tools menu, click Options. Expand the Office Tools folder, and then click Project Upgrade.

Office 2007 Open XML Format

Select this option to convert the document of the document-level customization to the Office Open XML format. This is the default format for all documents in Microsoft Office 2010 and the 2007 Microsoft Office system.

The Office Open XML format provides developers and end users with the following benefits:

  • Compact files.

  • Improved damaged-file recovery.

  • Better privacy and more control over personal information.

  • Better integration and interoperability of business data.

  • Easier detection of documents that contain macros.

For more information, see .

Office 2007 binary file format

Select this option to save your files in a binary file format. You should convert the format of the document to the Office Open XML format unless you have a specific reason to use the binary format.

Prompt for file format during upgrade

Select this option if you want the Microsoft Office Document Upgrade Settings dialog box to appear when you run the Visual Studio Conversion Wizard to convert a document-level customization. The Microsoft Office Document Upgrade Settings dialog box enables you to select the file format that you want to apply to the document in the document-level customization.

Clear this option if you do not want the Microsoft Office Document Upgrade Settings dialog box to appear. The Visual Studio Conversion Wizard automatically applies the default document format (which is specified by the option buttons on the Project Upgrade page) to any document-level customization project that you upgrade.

Always upgrade to installed version of Office

Select this option if you want Visual Studio to modify application-level add-in projects to target the version of Microsoft Office you have installed, when you upgrade a project that targets an earlier version of Office. For example, if your development computer has Excel 2010 installed and you upgrade an add-in project from Visual Studio 2008 that targets Excel 2003, the project will target Excel 2010 after you upgrade the project in Visual Studio 2010. This option also affects projects that were created in Visual Studio 2010. For example, if your development computer has Excel 2010 installed and you open an add-in project from Visual Studio 2010 that targets Excel 2007, the project will target Excel 2010 after you open the project. This option is selected by default.

Clear this option if you do not want add-in projects to be modified to target the version of Office you have installed. If you clear this option and you want to be able to run or debug an add-in project that targets an earlier version of Office, you must change the start action of the project from Start project to Start external program, and specify the .exe file of the application you have installed. For example, to debug an Excel 2007 add-in project on a computer that has Excel 2010 installed, specify %ProgramFiles%/Microsoft Office/Office14/EXCEL.EXE. For more information about how to set the start action of the project, see .

NoteNote

This option is intended to be changed only when upgrading application-level add-in projects. If you clear this option and then open a document-level project that targets an earlier version of Office than the version you have installed, the upgraded project will not open in Visual Studio. To open a document-level project in Visual Studio, the version of Office installed on the development computer must match the version of Office that is targeted by the project.

转载地址:http://acupi.baihongyu.com/

你可能感兴趣的文章
101个帮助你成为更好Web开发程序员的技巧
查看>>
29个CSS选择器的使用与汇总
查看>>
你应该知道的4个有用的CSS函数
查看>>
最火的 Vue 前端框架,你用对了么?
查看>>
解决vue页面刷新,数据丢失
查看>>
前端实现在浏览器网页中录音
查看>>
unaipp异步加载数据实现页面同步
查看>>
如何在JavaScript中使用数组方法:Mutator方法
查看>>
44道JS难题,做对一半就是高手
查看>>
如何使用HTML和CSS进行分页?
查看>>
手把手教你实现图片懒加载
查看>>
7种在React中使用CSS的方式
查看>>
jQuery中的39个技巧
查看>>
3个非常棒的CSS技巧,可以在项目中完全代替JS
查看>>
用纯css模拟下雪的效果
查看>>
6个在Vue.js编写更好v-for循环的技巧
查看>>
42个来自《 CSS世界》中的实用技巧
查看>>
14个 JavaScript 中鲜为人知的技巧
查看>>
自动增长Textareas的最干净技巧
查看>>
如何只用HTML创建一个时间计划表?
查看>>