Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 2,801 for

workbook formulas

(0.11 sec)
  1. FAQ|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....StackOverFlowExcepti on Workbook.CalculateFormula? Sometimes...System.StackOverFlowExcepti on Workbook.CalculateFormula method. This...

    docs.aspose.com/cells/net/faq/
  2. Calculated numeric cell value changes on saving...

    I am seeing some very strange behavior. In the attached Workbook, cell B1726 on the Input sheet has formula =B1725. In memory in my C# program, after CalculateFormula is called for the Workbook, I can see the DoubleVal…...attached workbook, cell B1726 on the Input sheet has formula =B1725...CalculateFormula is called for the workbook, I can see the DoubleValue...

    forum.aspose.com/t/calculated-numeric-cell-valu...
  3. Remove Excel Password Protection Online or usin...

    Remove password from Excel document through online app for free. .NET C# API code to unlock password protected Excel files....password-protected Excel file using Workbook class Select the relevant...protection, sheet locking, or workbook encryption. These limitations...

    products.aspose.com/total/net/unlock/excel/
  4. Convert XLSX File to PDF Format|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.... The workbook contains worksheets with charts...spreadsheet contains formulas, it is best to call Workbook.CalculateFormula...

    docs.aspose.com/cells/net/convert-xlsx-file-to-...
  5. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in 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 define and register custom functions and get the results. Finally, we save the modified Excel file to disk....interface allows to add custom formula calculation functions to extend...//Open the workbook Workbook workbook = new Workbook (); //Obtaining...

    docs.aspose.com/cells/java/how-to-calculate-cus...
  6. Create Access and Copy Named Ranges|Documentation

    This article shows how to Create Access and Copy Named Ranges by the Aspose.Cells for Python via .NET API....represent cells, ranges of cells, formulas, or constant values. The word...represents a cell, range of cells, formula, or constant value. Assigning...

    docs.aspose.com/cells/python-net/create-access-...
  7. Convert CSV, TSV, and TXT to Excel with C++|Doc...

    Learn how to convert CSV, TSV, and TXT files to Excel using Aspose.Cells for C++....LoadFormat :: Csv ); // Create a Workbook object and open the file from...from its path Workbook wbCSV ( srcDir + u "Book_CSV.csv" , loadOptions4...

    docs.aspose.com/cells/cpp/convert-csv-tsv-and-t...
  8. 使用GlobalizationSettings类为饼图的自定义小计标签和其他标签设置Node....

    学习如何使用Aspose.Cells for Node.js via C++中的GlobalizationSettings类自定义饼图的小计标签和其他标签。...data const workbook = new AsposeCells . Workbook ( path . join...to a custom class created workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/zh/nodejs-cpp/using-globa...
  9. Find or Search Data|Documentation

    Learn how to find or search cells in a worksheet that contains specified data through the Aspose.Cells for .NET API....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/find-or-search-data/
  10. Create Dynamic Charts with Node.js via C++|Docu...

    Learn how to create dynamic charts in Aspose.Cells for Node.js via C++. This guide will show you how to dynamically update chart data, series, and formatting based on your requirements, allowing you to present changing data visually in your worksheets....understand, we will create the Workbook from scratch and move forward...outlined below. Create an empty Workbook . Access the Cells of the...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...