Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 5,646 for

formula

(0.3 sec)
  1. 将工作表转换为CSV|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....xssfDataType { BOOL , ERROR , FORMULA , INLINESTR , SSTINDEX , NUMBER...nextDataType = xssfDataType . FORMULA ; else if ( cellStyleStr !=...

    docs.aspose.com/cells/zh/java/convert-worksheet...
  2. How to Format Number to Percentage|Documentation

    This article will introduce how to format numbers to percentages using Aspose.Cells for JavaScript via C++ API.... Using a Formula If you’re entering a formula or want to convert...number to a percentage within a formula, you can simply multiply the...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  3. Delete Named Ranges with Golang via C++|Documen...

    Learn how to remove defined names or named ranges from Excel or OpenOffice files using Aspose.Cells for C++.... Go to the Formulas tab in the Excel ribbon. Click...defined name is referenced by formulas, it cannot be removed. You...

    docs.aspose.com/cells/go-cpp/delete-named-ranges/
  4. 用 Node.js 通过 C++ 实现错误和布尔值的本地化(如俄语或其他语言)|Documen...

    学习如何用 Aspose.Cells for Node.js via C++ 在不同语言环境中实现错误和布尔值。...RussianGlobalization ()); // Calculate the formula workbook . calculateFormula...

    docs.aspose.com/cells/zh/nodejs-cpp/implement-e...
  5. Convert Excel to PDF|Documentation

    How to convert Excel to PDF with Python. This article demonstrates converting Excel files to PDF using Python and an easy-to-use Aspose.Cells for Python via Java API....your spreadsheet contains formulas, call the Workbook.calculateFormula...PDF. This ensures that the formula‑dependent values are recalculated...

    docs.aspose.com/cells/python-java/convert-excel...
  6. Using AbstractCalculationEngine Feature|Documen...

    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....interface allows you to add custom formula‑calculation functions to extend...with C++ Ways to Calculate Formulas Analyzing your prompt, please...

    docs.aspose.com/cells/cpp/using-abstractcalcula...
  7. Fit All Worksheet Columns on Single PDF Page|Do...

    Learn how to Fit All Worksheet Columns on Single PDF Page with Aspose.Cells for Python via .NET API....your spreadsheet contains formulas, it is best to call Workbook...Workbook.calculate_formula method just before rendering the spreadsheet...

    docs.aspose.com/cells/python-net/fit-all-worksh...
  8. Check if Workbook contains hidden External Link...

    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....Assistant Close Update Power Query Formula Item Change the Absolute Path...

    docs.aspose.com/cells/net/check-if-workbook-con...
  9. Table recognition|Documentation

    Extracting and recognizing table cells from images, web links, scanned PDFs, DjVu files, folders, archives and other content.... WriteLine (); } } } Formula recognition AsposeAI class...

    docs.aspose.com/ocr/net/table-recognition/
  10. 不用在工作表中编写,直接用JavaScript用C++进行自定义函数的计算|Documenta...

    本文介绍如何使用Aspose.Cells库,允许用JavaScript用C++在Microsoft Excel中直接计算自定义函数,无需在工作表中编写函数。加载现有Excel文件或新建一个,计算自定义函数,并保存修改后的文件。...calculateFormula(formula, opts) 方法实现此目的。 请参阅以下示例代码,...calculate ( data ) { // Check the formula name and calculate it yourself...

    docs.aspose.com/cells/zh/javascript-cpp/direct-...