简体   繁体   English

如何使用“ Microsoft Excel SDK 2013”​​和VS2015社区构建Excel外接程序?

[英]How to build an Excel Addin with "Microsoft Excel SDK 2013” and VS2015 community?

As the title shows, I want to build a basic addin in excel which only supply a user-defined function without any GUI, just a function. 如标题所示,我想在excel中构建一个基本的外接程序,该外接程序仅提供用户定义的功能,而没有任何GUI,而只是一个功能。 How to write the framework in C++? 如何用C ++编写框架?

Does Microsoft SDK 2013 coincide with office365(office 2106) ? Microsoft SDK 2013是否与office365(办公室2106)一致? and vs2015? 和vs2015?

Thank you very much! 非常感谢你!

You can indeed use the Microsoft SDK 2013 that provide the header and library files of the Excel C API to achieve it. 实际上,您可以使用提供Excel C API头文件和库文件的Microsoft SDK 2013来实现它。 It will work for all Excel versions (office 2016 included) and you can build it with Visual studio 2015 or any other c/c++ compilers. 它适用于所有Excel版本(包括Office 2016),您可以使用Visual Studio 2015或任何其他c / c ++编译器进行构建。 The SDK provides a full working example with the associated source code. SDK提供了带有相关源代码的完整示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM