البحث عن البيانات أو البحث
Contents
[
Hide
]
العثور على البيانات أو البحث
يمكنك استخدام Aspose.Cells للبحث عن البيانات بطرق مختلفة باستخدام الطريقة التالية.
- GetEnumerator
- GetFormula
- GetType
- GetStringValue
- GetIntValue
- GetBoolValue
- GetDateTimeValue
- GetDoubleValue
- GetFloatValue
عرض المزيد من الأساليب.
الكود التالي يوضح استخدام الطرق المذكورة أعلاه باستخدام ملف إكسل عينة كما هو موضح في اللقطة الشاشة هذه.
الكود المثالي
مخرجات الوحدة
هذا هو ناتج الكونسول للكود العينة أعلاه عند تنفيذه مع ملف إكسل عينة المعطى.
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