Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 3,249 for

workbook formulas

(0.08 sec)
  1. Add Cells to Microsoft Excel Formula Watch Wind...

    Learn how to use Aspose.Cells for C++ to add cells to the formula watch window in Excel. Load or create an Excel file, manipulate cells, set Formulas, and save the modified file....Add Cells to Microsoft Excel Formula Watch Window with C++ Contents...monitor cell values and their formulas in a window. You can open...

    docs.aspose.com/cells/cpp/add-cells-to-microsof...
  2. How to Lock Cells to Protect Them|Documentation

    This article provides code that shows how to lock cells to protect them using Aspose.Cells for JavaScript via C++....modifying important data or formulas. This is especially useful...protected. Protecting Formulas: Formulas are often crucial for...

    docs.aspose.com/cells/javascript-cpp/how-to-loc...
  3. 使用C++通过JavaScript设置公式中的外部链接|Documentation

    学习如何用C++通过Aspose.Cells for JavaScript在公式中设置外部链接。...Cells Example - Set External Formulas </ h1 > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/set-ext...
  4. Precedents and Dependents|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.... Checking formulas for accuracy and finding the...can be difficult when the formula uses precedent cells and dependent...

    docs.aspose.com/cells/net/precedents-and-depend...
  5. Copying Rows and Columns in Python|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....all types of data including formulas, values, comments, cell formats...Instantiating a Workbook object by an Excel file path workbook = self...

    docs.aspose.com/cells/java/copying-rows-and-col...
  6. Lock Cells to Protect Them with Python.NET|Docu...

    Learn how to lock specific cells and protect worksheets in Excel files using Aspose.Cells for Python via .NET....modifying important data or formulas. Maintain Data Integrity :...collaborative environments. Protecting Formulas : Safeguard crucial calculations...

    docs.aspose.com/cells/python-net/how-to-lock-ce...
  7. CalculateFormula throws an exception - Free Sup...

    I am using Aspose.Cells 25.10.0 .NET 9.0 There is a file that passes CalculateFormula in version 25.9 but in version 25.10 CalculateFormula throws an exception: System.NullReferenceException: Object reference not set…...Workbook. (Boolean , CalculationOptions...CalculationOptions , e ) at Aspose.Cells.Workbook.CalculateFormula(CalculationOptions...

    forum.aspose.com/t/calculateformula-throws-an-e...
  8. ImportData method overwriting the formula in la...

    AsposeBug.zip (14.2 KB) Hi, I am using Aspose.Cells for .Net and facing 1 weird issue wherein when I import data to an existing Workbook using the ImportData method its overwriting formula in the last column of first r…...ImportData method overwriting the formula in last column Aspose.Cells...import data to an existing workbook using the ImportData method...

    forum.aspose.com/t/importdata-method-overwritin...
  9. Calculation results differ from Excel 365 - Fre...

    Hi, Using Aspose Cells for Java, version 25.7. Sample code: Workbook Workbook = new Workbook("iferror.xlsx"); WorksheetCollection worksheets = Workbook.getWorksheets(); Worksheet worksheet = worksheets.get("S1-8.2 - T…... Sample code: Workbook workbook = new Workbook("iferror.xlsx");...WorksheetCollection worksheets = workbook.getWorksheets(); Worksheet...

    forum.aspose.com/t/calculation-results-differ-f...
  10. Merge Files|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....data, formatting, and formulas, the Workbook.Combine() method can...be used to combine several workbooks, and the Worksheet.Copy()...

    docs.aspose.com/cells/net/merge-files/