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

formula

(0.1 sec)
  1. 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/
  2. 用 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...
  3. Convert Worksheet to 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/java/convert-worksheet-to...
  4. 将工作表转换为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...
  5. AI-powered Features|Documentation

    This article is a step-by-step guide to using AI-powered features for processing spreadsheet files....Getting Excel Formulas: You can query Excel formulas directly from...spreadsheet: // Get formula from the spreadsheet string formula = cellsAI...

    docs.aspose.com/cells/net/ai-powered-features/
  6. 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/
  7. Workbook links are not working in .xlsm or .xls...

    Hi Sir/madam, We want to change the Excel export from .xls to .xlsm, using Aspose.cells v25.12.0 Generating a single excel file works correct. When generating 2 excel files, with workbook links, a lot of workbook link…... errors in formulas that reference those named...named ranges referenced in formulas were lost after reopening...

    forum.aspose.com/t/workbook-links-are-not-worki...
  8. 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...
  9. 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...
  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-...