Veri Bul veya Ara
Contents
[
Hide
]
Veri Bul veya Ara
Aşağıdaki yöntemi kullanarak çeşitli şekillerde veri bulmak veya aramak için Aspose.Cells’i kullanabilirsiniz. Bu yöntemler verileri adlarına göre bulur.
- Numara Bul
- Formül Bul
- BulFormülİçerir
- Dizi Bul
- FindStringContains
- FindStringStartsWith
- FindStringEndsWith
Aşağıdaki örnek kod, yukarıdaki yöntemlerin kullanımını gösterir.örnek excel dosyası bu ekran görüntüsünde gösterildiği gibi.
Basit kod
Konsol Çıkışı
Bu, verilen ile çalıştırıldığında yukarıdaki örnek kodun konsol çıktısıdır.örnek excel dosyası.
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