Нахождение или Поиск Данных
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