Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 3,314 for

workbook formulas

(0.22 sec)
  1. Converti il file XLSX nel Formato PDF|Documenta...

    Scopri come convertire il file XLSX nel formato PDF con Aspose.Cells for Python via .NET API.... Il workbook contiene fogli di lavoro con...chiamare il metodo Workbook.calculate_formula subito prima di rendere...

    docs.aspose.com/cells/it/python-net/convert-xls...
  2. Calcolo diretto della funzione personalizzata s...

    Questo articolo introduce come utilizzare la libreria Aspose.Cells per calcolare direttamente le funzioni personalizzate in Microsoft Excel senza scriverle nel foglio di lavoro. Caricando un file Excel esistente o creandone uno nuovo, possiamo utilizzare i metodi forniti da Aspose.Cells per calcolare la funzione personalizzata e ottenere il risultato. Alla fine, salviamo il file Excel modificato sul disco....Worksheet::CalculateFormula(System::String formula, CalculationOptions opts) a...) override { // Check the formula name and calculate it yourself...

    docs.aspose.com/cells/it/cpp/direct-calculation...
  3. Node.js経由C++を使用した共有数式の最大行数指定|Documentation

    Aspose.Cells for Node.js via C++ を使用して共有数式の最大行数を指定する方法を学びます。...Create a new workbook const wb = new AsposeCells . Workbook (); //...Set the max rows of shared formula to 5 wb . getSettings (). ...

    docs.aspose.com/cells/ja/nodejs-cpp/specify-max...
  4. استخدام ميزة ICustomFunction|Documentation

    يصف هذا المقال كيفية إنشاء وظيفة مخصصة في Microsoft Excel باستخدام ميزة ICustomFunction في مكتبة Aspose.Cells. من خلال تحميل ملف Excel الحالي أو إنشاء ملف Excel جديد ، يمكننا استخدام الطرق المقدمة من Aspose.Cells لتعريف وتسجيل الوظائف المخصصة والحصول على النتائج. في النهاية ، نقوم بحفظ ملف Excel المعدل على القرص....//Open the workbook Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/ar/java/how-to-calculate-...
  5. تطبيق التنسيق الشرطي في أوراق العمل باستخدام C+...

    كيفية استخدام مكتبة Aspose.Cells في C++ لتطبيق التنسيق الشرطي في أوراق العمل. من خلال تعديل هذه المعايير، يمكنك السيطرة بشكل أكبر على مظهر وتنسيق الخلايا....Instantiating a Workbook object Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/ar/cpp/apply-conditional-...
  6. CSV Datei mit Formeln mit Node.js laden oder im...

    Lernen Sie, wie Sie CSV Dateien mit Formeln mit Aspose.Cells for Node.js via C++ laden und importieren....); let workbook = new AsposeCells . Workbook (); workbook . open..."path/to/your/file.csv" , loadOptions ); workbook . save ( "path/to/output.xlsx"...

    docs.aspose.com/cells/de/nodejs-cpp/load-or-imp...
  7. Implémentez les erreurs et la valeur booléenne ...

    Apprenez comment implémenter les erreurs et les valeurs booléennes dans différentes langues en utilisant Aspose.Cells for Node.js via C++....source workbook const workbook = new AsposeCells . Workbook ( "...GlobalizationSetting in Russian Language workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/fr/nodejs-cpp/implement-e...
  8. Configuration du mode de calcul de formule du c...

    Cet article explique comment définir le mode de calcul des formules d’un classeur dans Microsoft Excel en utilisant la bibliothèque Aspose.Cells avec C++. En chargeant un fichier Excel existant ou en créant un nouveau fichier Excel, nous pouvons utiliser la méthode fournie par Aspose.Cells pour définir le mode de calcul des formules et obtenir le résultat. Enfin, nous enregistrons le fichier Excel modifié sur le disque....Create a workbook Workbook workbook ; // Set the Formula Calculation...Calculation Mode to Manual workbook . GetSettings (). GetFormulaSettings...

    docs.aspose.com/cells/fr/cpp/setting-formula-ca...
  9. Установка динамических массивных формул с помощ...

    Как использовать библиотеку Aspose.Cells для вычисления динамических массивных формул в Excel с помощью JavaScript через C++. Лёгкая загрузка, вычисление и сохранение Excel файлов....динамической массивной формулы и Workbook.refreshDynamicArrayF(boolean)...Aspose.Cells Dynamic Array Formula Example </ title > </ head...

    docs.aspose.com/cells/ru/javascript-cpp/calcula...
  10. Définir le mode de calcul des formules du class...

    Cet article présente comment définir le mode de calcul des formules d un classeur dans Microsoft Excel avec Aspose.Cells for Node.js via C++. En chargeant un fichier Excel existant ou en créant un nouveau fichier Excel, nous pouvons utiliser la méthode fournie par Aspose.Cells pour définir le mode de calcul des formules et obtenir le résultat. Enfin, nous sauvegardons le fichier Excel modifié sur le disque....Create a workbook const workbook = new AsposeCells . Workbook ();...Set the Formula Calculation Mode to Manual workbook . getSettings...

    docs.aspose.com/cells/fr/nodejs-cpp/setting-for...