Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 3,811 for

formula

(0.06 sec)
  1. 用C++向Microsoft Excel公式监视窗口添加单元格|Documentation

    学习如何使用Aspose.Cells for C++在Excel中向公式监视窗口添加单元格。加载或创建一个Excel文件,操作单元格,设置公式,然后保存修改后的文件。...Access cell C1 and set its formula Cell c1 = ws . GetCells ()...Access cell E1 and set its formula Cell e1 = ws . GetCells ()...

    docs.aspose.com/cells/zh/cpp/add-cells-to-micro...
  2. Direct Calculation of Custom Function without W...

    This article introduces how to use Aspose.Cells library to directly calculate custom functions in Microsoft Excel without writing the function in a worksheet. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the custom function and get the result. Finally, we save the modified Excel file to disk....Worksheet::CalculateFormula(System::String formula, CalculationOptions opts) method...) override { // Check the formula name and calculate it yourself...

    docs.aspose.com/cells/cpp/direct-calculation-of...
  3. 通过 Node.js 使用 C++ 计算公式|Documentation

    本文介绍如何使用 Aspose.Cells 库,通过 C++ 在 Node.js 中计算 Microsoft Excel 公式。通过加载现有Excel文件或创建新文件,利用 Aspose.Cells 提供的方法计算公式并获取结果。最后保存修改后的Excel文件到磁盘。...putValue ( 3 ); // Adding a SUM formula to "A4" cell worksheet . getCells...Calculating the results of formulas workbook . calculateFormula...

    docs.aspose.com/cells/zh/nodejs-cpp/calculate-f...
  4. Adjustment | Aspose.Words for Java

    Represents adjustment values that are applied to the specified shape in Java....guide that has a value based formula specified. That is, no calculation...guide that has a value based formula specified. That is, no calculation...

    reference.aspose.com/words/java/com.aspose.word...
  5. Support for TOCOL function in version 24.2.0.0 ...

    Hi, In my application, I am writing some value in my workbook and then using CalculateFormula() to recalculate the workbook because the written value can impact the values in other cells. But I am noticing the cells tha…...noticing the cells that have this formula “=TOCOL(IFS(SEQUENCE(,COUNTA(‘DR-EL_Values’...Though the list of supported formulas in Aspose documentation shows...

    forum.aspose.com/t/support-for-tocol-function-i...
  6. Product Overview|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....DateTime, Financial, Text Formulas / Functions, supports manipulation... creating and calculating formulas etc. Product Description Aspose...

    docs.aspose.com/cells/java/product-overview/
  7. Working with custom calculation engine for Grid...

    This article describes how to use the custom calculation engine for Aspose.Cells.GridJs library....all of the Microsoft Excel formulas. Despite this, it also allows...called against all of your formulas. Inside this method, we capture...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  8. 使用C++为交替行和列应用条件格式阴影|Documentation

    如何在C++中使用Aspose.Cells库为交替行列的条件格式添加阴影。通过调整这些条件,您可以更好地控制单元格的外观和显示。...expression, which is based on some formula idx = conditionCollection ...// Set the formula for the FormatCondition // Formula uses the...

    docs.aspose.com/cells/zh/cpp/apply-shading-to-a...
  9. Returning a Range of Values using AbstractCalcu...

    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....ICustomFunction Calculation of Array Formula of Data Tables...

    docs.aspose.com/cells/java/returning-a-range-of...
  10. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....Add Cells to Microsoft Excel Formula Watch Window...

    docs.aspose.com/cells/net/returning-a-range-of-...