エクセルプログラミングの概念 | Microsoft Learn

このセクションでは、Excel 2013、Office 2013、Visual Studioに関連する情報を提供します。主な内容は、Excelのコマンドや関数、Excelの状態、ワークシートと式の評価、アクティブと現在のワークシート、ワークシートの参照に関するものです。具体的には、Excelのコマンド、関数、状態、ワークシートの評価、データ型、再計算について述べています。関連セクションには、Excel XLL SDK API関数リファレンスがあります。

Excel 2013に関する情報

適用対象

  • Excel 2013
  • Office 2013
  • Visual Studio

このセクションでは、Excelのコマンドや関数、ステート、ワークシートと式の評価、アクティブと現在のワークシートの違い、ワークシート参照についての情報を提供します。

このセクションでの内容

Excelのコマンド、関数、およびステート

Excelのコマンドと関数は、データの分析や管理に重要な役割を果たします。このリンクをクリックして、Excelのコマンドや関数の詳細を学びましょう。

Excelワークシートと式の評価

Excelでは、ワークシートの式がどのように評価されるかを理解することが重要です。ここではその評価プロセスについて詳しく説明しています。

ワークシート参照

異なるワークシートを参照する方法について詳細に述べています。これにより、複雑なデータセットを扱う際の効率が向上します。

Excelで使用されるデータ型

Excelが取り扱うデータ型とその使用方法についての情報を提供します。

Excelの再計算

Excelの再計算機能とその仕組みについての理解は、数式が正確に評価されるために重要です。このリンクから詳細を確認できます。

関連セクション

Excel XLL SDK API 関数リファレンス

ExcelのXLL SDKを使用したAPI関数についても詳しく解説しています。これによって、プログラミング環境でExcelを拡張する方法が理解できます。


この情報が、Excel 2013の機能を最大限に活用するための助けとなれば幸いです。

————-

Excel Programming Concepts | Microsoft Learn

Source link

The section covers key topics related to Excel 2013, Office 2013, and Visual Studio, including:

  1. Excel Commands, Functions, and States: Discusses the various commands and functions available in Excel, as well as different states Excel can be in during operation.

  2. Excel Worksheet and Expression Evaluation: Explains how Excel evaluates worksheets and expressions, detailing the processes involved in interpreting and computing data.

  3. Worksheet References: Outlines how to reference worksheets within a workbook, enhancing data manipulation and formula creation.

  4. Data Types Used by Excel: Identifies the different data types that Excel manages, such as text, numbers, and dates, which are essential for performing calculations and data analysis.

  5. Excel Recalculation: Covers the mechanisms behind recalculating formulas and functions, ensuring that data remains current and accurate.

Additionally, it references the Excel XLL SDK API Function Reference for developers looking to extend Excel’s functionality further.

関連記事