Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 3,245 for

workbook formulas

(0.07 sec)
  1. Add Calculated Field in Pivot Table with C#

    Learn how to add calculated field in Pivot Table using C# and Aspose.Cells for .NET. Enhance your Excel data analysis with this simple guide....that you create by using a formula to perform calculations on...calculated field a name, enter your formula, and select the fields you...

    blog.aspose.com/cells/add-calculated-field-in-p...
  2. Tracing Precedents in Excel using C#

    Refer to this article for tracing precedents in Excel using C#. It has the IDE settings, steps, and a sample code to fetch precedents and dependents in Excel with C#....empty Excel file using the Workbook class for analyzing precedents...and precedent and set the formula in the dependent cell accordingly...

    kb.aspose.com/cells/net/tracing-precedents-in-e...
  3. 用 C++ 实现类似于 Excel VBA Range.FormulaLocal 的 Cell...

    学习如何使用 Aspose.Cells 与 C++ 实现类似于 Excel VBA Range.FormulaLocal 的 Cell.FormulaLocal。...Local () { // Create workbook Workbook wb ; // Assign GlobalizationSetting...( u "C4" ); // Assign SUM formula and print its FormulaLocal...

    docs.aspose.com/cells/zh/cpp/implement-cell-for...
  4. 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++....Aspose::Cells namespace Initialize the Workbook class object to create new...with C++. Initialize a blank workbook and make pie chart in Excel...

    kb.aspose.com/cells/cpp/how-to-create-pie-chart...
  5. Public API Changes in Aspose.Cells 17.1.0|Docum...

    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....xlsx" )); //Create a workbook intrusive_ptr < IWorkbook...charValue ()); //Save the workbook in xlsx format wb -> Save...

    docs.aspose.com/cells/cpp/public-api-changes-in...
  6. Preserve Single Quote Prefix of Cell Value or R...

    Learn how to preserve Single Quote Prefix of Cell Value or Range through the Aspose.Cells for JavaScript via C++ API....apostrophe or single quote in the formula bar as shown in the following..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/preserve-s...
  7. 档案

    档案...中创建甘特图: 使用 Workbook 类加载现有的 Excel 文件。 使用 workbook.Worksheets[0]...CategoryData 属性设置类别标签。 设置样式和轴设置。 使用 workbook.Save() 保存工作簿。 以下是一个实现上述步骤的C#代码片段:...

    blog.aspose.com/zh/cells/create-gantt-chart-in-...
  8. How to Add Filter in XLSX File using C++

    In this tutorial, we will learn how to add filter in XLSX file using C++. You can insert filter in Excel worksheet on MS Windows or Linux programmatically in C++....Aspose::Cells namespace Initialize the Workbook Class object to instantiate...instantiate new Excel workbook Insert sample values into the cells Set...

    kb.aspose.com/cells/cpp/how-to-add-filter-in-xl...
  9. How to Add Picture to Excel in C#

    Learn how to add picture to Excel using Aspose.Cells for .NET. Follow our simple guide with C# code examples for seamless integration....Create a new instance of the Workbook class. Access the desired...into the worksheet. Save the workbook to a file using the Save()...

    blog.aspose.com/cells/add-picture-to-excel-in-c...
  10. 用C++直接计算自定义函数,无需在工作表中编写|Documentation

    本文介绍如何使用Aspose.Cells库在Microsoft Excel中直接计算自定义函数,而无需在工作表中编写函数。 通过加载现有的Excel文件或创建一个新的Excel文件,我们可以使用Aspose.Cells提供的方法来计算自定义函数并获得结果。 最后,我们将修改后的Excel文件保存到磁盘。...Worksheet::CalculateFormula(System::String formula, CalculationOptions opts) 方法实现此目的。...) override { // Check the formula name and calculate it yourself...

    docs.aspose.com/cells/zh/cpp/direct-calculation...