طريقة 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_error | bool | يُشير إلى إخفاء الخطأ في حساب الصيغ. قد يكون الخطأ وظيفة غير مدعومة، أو روابط خارجية، وما إلى ذلك. |
calculate_formula(self, options)
حساب الصيغ في هذا المصنف.
def calculate_formula(self, options):
...
معامل | يكتب | وصف |
---|---|---|
options | CalculationOptions | خيارات الحساب |
أنظر أيضا
- الوحدة
aspose.cells
- فئة
Workbook