Excel 2013 XLLソフトウェア開発キット(SDK)のドキュメントへようこそ。このリファレンスには、Microsoft Excel 2013 XLLを開発するための概念的概要、プログラミングタスク、およびサンプルが含まれています。SDKには、Excel機能にアクセスするためのCアプリケーションプログラミングインターフェース(API)、C/C++ソースコードのプロジェクト、およびこれらを使ったサンプルが含まれています。なお、ユーザー定義関数やコマンドの作成についてはカバーされていません。
# Excel 2013 XLL ソフトウェア開発キット (SDK) ドキュメントについて
### 適用対象
Excel 2013 | Office 2013 | Visual Studio
Excel 2013 XLL ソフトウェア開発キット (SDK) のドキュメントへようこそ。このリファレンスには、Microsoft Excel 2013 XLL の開発を支援するための概念的な概要、プログラミングタスク、サンプルが含まれています。
**改訂日**: 2012年11月
[Excel 2013 XLL SDK をダウンロード](https://go.microsoft.com/fwlink/?LinkID=251082&clcid=0x409)## SDK に含まれる内容
Excel 2013 XLL SDK には以下が含まれています。
– **C アプリケーション プログラミング インターフェース (API)**
ヘッダーファイルとソースファイルが含まれており、DLL が Excel 2013 の機能にアクセスできるようにします。また、DLL が Excel アドインマネージャーと連携するために公開すべきインターフェースの説明も含まれています。
– **Microsoft Visual Studio プロジェクト**
C/C++ ソースコードが含まれており、C API の使用方法を示します。これらのサンプルプロジェクトは、例を提供し、独自のアドイン開発の出発点として役立ちます。
## ドキュメントの構成
SDK ドキュメントには以下のセクションが含まれています。
### 機能対象外
以下のトピックは含まれていません。
– Excel マクロ (XLM) シートでのユーザー定義関数およびコマンドの開発。
– XLM マクロの実行フローを制御する DLL でのユーザー定義関数の作成。
これらの関数は、特別なフロー制御データ型を返すことによって機能しますが、このドキュメントではその説明はありません。
## リソースリンク
– [Excel Developer Center](https://developer.microsoft.com/excel)
– [Office Developer Center](https://developer.microsoft.com/office)
– [Excel 2010 SDK: Excel 2010 XLL ソフトウェア開発キット](https://go.microsoft.com/fwlink/?LinkID=186435&clcid=0x409)
Excel 2013 XLL SDK を活用して、より効果的なアドインの開発を進めましょう。
この文書は、Excel 2013 XLL SDK のリソースとコンテンツについてまとめたものです。プログラム開発における第一歩として役立ててください。
————-
Welcome to the Excel Software Development Kit
Source link
The Excel 2013 XLL Software Development Kit (SDK) documentation provides essential resources for developing Microsoft Excel 2013 add-ins (XLLs). It includes conceptual overviews, programming tasks, and sample code to facilitate the creation of XLLs.
Key Features:
- C API: Offers header and source files enabling DLLs to interact with Excel, including details on required interfaces for the Excel Add-in Manager.
- Visual Studio Projects: Contains sample C/C++ source code to illustrate API usage, serving as a foundation for personalized add-in development.
Important Notes:
- The SDK does not cover:
- Developing user-defined functions in XLM macro sheets.
- Creating DLL functions that manage XLM macro execution flow with specific return types.
For more information or to download the SDK, you can visit the Excel Developer Center or the Office Developer Center.