データの検索または検索
Contents
[
Hide
]
データの検索
以下の方法を使用して、さまざまな方法でデータを検索または検索するには Aspose.Cells を使用できます。
- GetEnumerator
- GetFormula
- GetType
- GetStringValue
- GetIntValue
- GetBoolValue
- GetDateTimeValue
- GetDoubleValue
- GetFloatValue
他のメソッド を表示します。
以下のサンプルコードは、このスクリーンショットに示されているように、サンプルエクセルファイル を使用して上記の方法の使用法を示しています。
サンプルコード
コンソール出力
これは、与えられた サンプルエクセルファイル を使用して上記のサンプルコードを実行したときのコンソール出力です。
Name of the cell containing formula =SUM(A5:A10): C6
Name of the cell containing the formula that contains CHA: C7
Name of the cell containing the number 80: A8
Name of the cell containing specified string: C8
Name of the cell containing the string that contains Two: C9
Name of the cell containing specified string: C10
Name of the cell containing specified string: C11