Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 5,493 for

formula

(0.17 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/it/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/zh/net/aspose-cells-gridd...
  3. 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/ja/net/aspose-cells-gridd...
  4. Add calculated field in Pivot Table with C++|Do...

    How to add a calculated field in pivot table with Aspose.Cells for C++....and set the corresponding formula for calculation, then perform...field. In the Formula field, enter the formula for the calculation...

    docs.aspose.com/cells/cpp/add-calculated-field-...
  5. 用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...
  6. 使用Python.NET计算数据表的数组公式|Documentation

    了解如何使用Aspose.Cells for Python via .NET API计算Excel数据表的数组公式。编程修改和保存电子表格。...calculate_formula() 进行任何类型公式的计算。 在下面的示例中,我们使用...put_value ( 100 ) # Calculate formula, now it also calculates Data...

    docs.aspose.com/cells/zh/python-net/calculation...
  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. Apply Shading to Alternate Rows and Columns wit...

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

    docs.aspose.com/cells/net/apply-shading-to-alte...
  9. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C++ 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/go-cpp/apply-shading-to-a...
  10. How to Create Pie Chart in Excel File using C++

    In this example, we will understand how to create a Pie chart in Excel file using C++. You can insert Pie chart in excel worksheet on MS Windows and Linux programmatically in C++....we explored How to Remove Formula from Excel File in C++ which...contains the example for removing formula from Excel file. Updated on...

    kb.aspose.com/cells/cpp/how-to-create-pie-chart...