Daten finden oder suchen
Contents
[
Hide
]
Daten finden oder suchen
Sie können Aspose.Cells verwenden, um Daten auf verschiedene Arten zu finden oder zu suchen, indem Sie die folgende Methode verwenden. Diese Methoden finden die Daten gemäß ihren Namen.
- Suchnummer
- Formel finden
- FindFormulaContains
- FindString
- FindStringContains
- FindStringBeginntMit
- FindStringEndsWith
Der folgende Beispielcode veranschaulicht die Verwendung der obigen Methoden mithilfe vonExcel-Beispieldatei wie in diesem Screenshot gezeigt.
Beispielcode
Konsolenausgabe
Dies ist die Konsolenausgabe des obigen Beispielcodes, wenn er mit dem angegebenen ausgeführt wirdExcel-Beispieldatei.
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