Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 4,167 for

formula

(0.09 sec)
  1. 5115550.xlsx

    Sheet1 80 << Must be a whole number from 0 to 100 70.33 << Must be a whole or decimal number from 0 to 100 99 <Formula "=a3<100" Sheet2 Sheet3 2016-05-29T10:22:06Z 15.0300 U01581......100 99 <<Custom validation formula "=a3<100" Sheet2 Sheet3 2016-05-29T10:22:06Z...

    docs.aspose.com/cells/tr/net/aspose-cells-gridd...
  2. 5115550.xlsx

    Sheet1 80 << Must be a whole number from 0 to 100 70.33 << Must be a whole or decimal number from 0 to 100 99 <Formula "=a3<100" Sheet2 Sheet3 2016-05-29T10:22:06Z 15.0300 U01581......100 99 <<Custom validation formula "=a3<100" Sheet2 Sheet3 2016-05-29T10:22:06Z...

    docs.aspose.com/cells/de/net/aspose-cells-gridd...
  3. 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...
  4. How to Format Number to Time with C++|Documenta...

    This article will introduce how to format numbers to time using Aspose.Cells for C++ 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/cpp/how-to-format-number-...
  5. 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...
  6. 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...
  7. 通过 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...
  8. 用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...
  9. 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/
  10. 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...