Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 5,508 for

formula

(0.12 sec)
  1. Appliquer les formules de feuille de travail du...

    Appliquer des formules de type Excel dans Aspose.Slides pour Python via les feuilles de travail de graphiques .NET et automatiser les rapports dans les fichiers PPT, PPTX et ODP....modifiée avec la propriété formula . Les fonctionnalités suivantes...propriété formula : workbook . get_cell ( 0 , "B2" ) . formula = "F2+G3+H4+1"...

    docs.aspose.com/slides/fr/python-net/chart-work...
  2. Node.js aracılığıyla C++ kullanarak Aspose.Cell...

    Bu makale, Node.js de Aspose.Cells kütüphanesi kullanılarak varsayılan hesaplama motorunu genişletmek amacıyla özel bir hesaplama motoru uygulamayı anlatmaktadır. Mevcut bir Excel dosyasını yükleyin veya yeni oluşturun, sağlanan yöntemleri kullanın ve düzenlenmiş Excel dosyasını kaydedin....calculate ( data ) { // Check the formula name and change the implementation...// Access Cell A1 and put a formula to sum values of B1 to B2 const...

    docs.aspose.com/cells/tr/nodejs-cpp/implement-c...
  3. تطبيق محرك حساب مخصص لتوسيع محرك الحساب الافترا...

    تصف هذه المقالة كيفية توسيع محرك الحساب الافتراضي في Node.js عن طريق تنفيذ محرك حساب مخصص باستخدام مكتبة Aspose.Cells لـ Node.js عبر C++. قم بتحميل ملف إكسل موجود أو أنشئ واحدًا جديدًا لاستخدام الطرق المقدمة وحفظ ملف إكسل المعدل....calculate ( data ) { // Check the formula name and change the implementation...// Access Cell A1 and put a formula to sum values of B1 to B2 const...

    docs.aspose.com/cells/ar/nodejs-cpp/implement-c...
  4. Usar fórmulas y funciones para procesar datos|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....= 30 ; //Add formula in cell A4 cellA4 . Formula = "=Sum(A1:A3)"...= 30 ; //Add formula in cell A4 cellA4 . Formula = "=Sum(A1:A3)"...

    docs.aspose.com/cells/es/net/use-formulas-funct...
  5. 数式関数を使用してデータを処理する|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....= 30 ; //Add formula in cell A4 cellA4 . Formula = "=Sum(A1:A3)"...= 30 ; //Add formula in cell A4 cellA4 . Formula = "=Sum(A1:A3)"...

    docs.aspose.com/cells/ja/net/use-formulas-funct...
  6. Mostra le formule invece dei valori in un fogli...

    Questo articolo fornisce un esempio di codice per usare l API JavaScript tramite C++ per visualizzare programmaticamente le formule anziché i valori in un foglio di lavoro o spreadsheet Excel....Cells Show Formulas Example </ title > </ head...head > < body > < h1 > Show Formulas Example </ h1 > < input type...

    docs.aspose.com/cells/it/javascript-cpp/show-fo...
  7. Mostrar fórmulas en lugar de valores en una hoj...

    Este artículo proporciona ejemplo de código para usar la API de JavaScript a través de C++ para mostrar programáticamente fórmulas en lugar de valores en una hoja de cálculo o libro de Excel....Cells Show Formulas Example </ title > </ head...head > < body > < h1 > Show Formulas Example </ h1 > < input type...

    docs.aspose.com/cells/es/javascript-cpp/show-fo...
  8. 在 Python 中对演示文稿应用图表工作表公式|Aspose.Slides for Pyth...

    在 Aspose.Slides for Python 中通过 .NET 图表工作表应用 Excel 风格的公式,并在 PPT、PPTX 和 ODP 文件中自动生成报告。... Chart spreadsheet formula (图表电子表格公式)是用于在演示文稿中自动计算和更新...IChartDataWorkbook 类型)表示。 可以使用 formula 属性来分配和更改电子表格公式。 Aspose.Slides...

    docs.aspose.com/slides/zh/python-net/chart-work...
  9. Définir la formule pour une plage nommée avec J...

    Apprenez comment définir des formules pour des plages nommées dans des feuilles de calcul en utilisant Aspose.Cells for JavaScript via C++....of the Named Range to a formula. Formula references another cell..."=Sheet1!$A$3" ; // Set the formula in the cell A1 to the newly...

    docs.aspose.com/cells/fr/javascript-cpp/setting...
  10. Merge Files with C++|Documentation

    Learn how to merge Excel files efficiently using Aspose.Cells for C++....with data, formatting, and formulas, the Workbook.Combine() method...contain formatted data and formulas only. The CellsHelper.MergeFiles...

    docs.aspose.com/cells/cpp/merge-files/