طريقة calculate_formula

calculate_formula(self)

يحسب نتيجة الصيغ.


def calculate_formula(self):
    ...

ملاحظات

بالنسبة لجميع الصيغ المدعومة، يرجى الاطلاع على القائمة على https://docs.aspose.com/display/cellsnet/Supported+Formula+Functions

calculate_formula(self, ignore_error)

يحسب نتيجة الصيغ.


def calculate_formula(self, ignore_error):
    ...
معامليكتبوصف
ignore_errorboolيُشير إلى إخفاء الخطأ في حساب الصيغ. قد يكون الخطأ وظيفة غير مدعومة، أو روابط خارجية، وما إلى ذلك.

calculate_formula(self, options)

حساب الصيغ في هذا المصنف.


def calculate_formula(self, options):
    ...
معامليكتبوصف
optionsCalculationOptionsخيارات الحساب

أنظر أيضا