Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 3,766 for

formula

(0.28 sec)
  1. 用C++更新Power Query公式项|Documentation

    学习如何使用Aspose.Cells for C++更新Power Query公式项,以修改Excel文件中的数据源文件位置。...++ i ) { PowerQueryFormula formula = powerQueryFormulas . Get...PowerQueryFormulaIte powerQueryFormulaIte = formula . GetPowerQueryFormula ();...

    docs.aspose.com/cells/zh/cpp/update-power-query...
  2. 使用 AbstractCalculationEngine 和 Node.js via C++ ...

    本文介绍了使用 Node.js via C++ 的 Aspose.Cells 库实现返回 Excel 中一系列值的抽象计算引擎。学习如何加载或创建 Excel 文件并将修改后的文件保存到磁盘。... getCells (); // Set formula const cell = cells . get (...Set calculation options for formula const calculationOptions =...

    docs.aspose.com/cells/zh/nodejs-cpp/returning-a...
  3. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in Python to apply conditional formatting shadows for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....have to do is to change the formula =MOD(ROW(),2)=0 as =MOD(COLUMN()...the row index, modify the formula to retrieve the column index...

    docs.aspose.com/cells/python-net/apply-shading-...
  4. How to create Dynamic Rolling Chart|Documentation

    Learn how to create a dynamic rolling chart using Aspose.Cells for Python via .NET. Our guide will demonstrate how to implement smooth data transitions and rolling averages in your chart for a continuous and updated display....is done using the “OFFSET” formula in the sample code: "=OFFSET(Sheet1...number “-5” to “-10” in the formula, and the dynamic chart will...

    docs.aspose.com/cells/python-net/create-dynamic...
  5. Calculation of area and circumference of the ci...

    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....from the entities and use the formula “2 * Math.PI * radius” . Example:...

    docs.aspose.com/cad/net/developer-guide/how-to/...
  6. 支持使用 C++ 在命名范围公式中支持德语区域设置|Documentation

    学习如何使用 Aspose.Cells 与 C++ 处理德语区域的命名范围公式。...); // Define the name and formula for the named range const U16String...( nameIndex ); // Set the formula for the named range namedRange...

    docs.aspose.com/cells/zh/cpp/support-for-german...
  7. 通过 C++ 在 Node.js 中更新 Power Query 公式项|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 文件中更新 Power Query 公式项的数据源。...i < count ; i ++ ) { const formula = powerQueryFormulas . get...get ( i ); const items = formula . getPowerQueryFormula (); const...

    docs.aspose.com/cells/zh/nodejs-cpp/update-powe...
  8. Find or Search Data|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....Containing a Formula Developers can find a specified formula in the...setLookInType to LookInType.FORMULAS and passing it as a parameter...

    docs.aspose.com/cells/java/find-or-search-data/
  9. Developer Guide|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....Heading Formulas Function Library Supported Formula Functions...Defined Names Named Ranges Formula Auditing Calculation Ways to...

    docs.aspose.com/cells/java/developer-guide/
  10. How to Format Number to Time|Documentation

    This article will introduce how to Format Number to Timeusing Aspose.Cells for Java API....you can use the following formula to convert it to a time: =TIME(LEFT(A1...might need a slightly adjusted formula to handle the variability in...

    docs.aspose.com/cells/java/how-to-format-number...