查找或搜索数据
Contents
[
Hide
]
查找或搜索数据
您可以使用 Aspose.Cells 使用以下方法以各种方式查找或搜索数据。这些方法根据它们的名称查找数据。
以下示例代码说明了使用上述方法的用法示例 excel 文件如这个屏幕截图所示。
示例代码
控制台输出
这是使用给定的执行时上述示例代码的控制台输出示例 excel 文件.
Name of the cell containing the number 80: A8
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 specified string: C8
Name of the cell containing the string that contains Two: C9
Name of the cell containing the string that starts with AAA: C10
Name of the cell containing the string that ends with BBB: C11