查找或搜索数据
Contents
[
Hide
]
查找或搜索数据
您可以使用Aspose.Cells使用以下方法以各种方式查找或搜索数据。
- GetEnumerator
- GetFormula
- GetType
- GetStringValue
- GetIntValue
- GetBoolValue
- GetDateTimeValue
- GetDoubleValue
- GetFloatValue
查看更多方法。
以下示例代码演示了如何使用上述方法,使用示例Excel文件,如图所示。
示例代码
控制台输出
这是使用给定的示例Excel文件执行上述示例代码时的控制台输出。
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