Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,889 for

workbook formulas

(0.14 sec)
  1. How to Lock Cells to Protect Them with C++|Docu...

    This article shows you code explaining how to lock cells to protect them using the Aspose.Cells library with C++....modifying important data or formulas. This is especially useful...protected. Protecting Formulas: Formulas are often crucial for...

    docs.aspose.com/cells/cpp/how-to-lock-cells-to-...
  2. Add Cells to Microsoft Excel Formula Watch Wind...

    How to use the Aspose.Cells library to add cells to the formula watch window in Excel using Node.js via C++. By loading an existing Excel file or creating a new one, you can manipulate the cells in it and set Formulas. Finally, you save the modified Excel file to disk....Add Cells to Microsoft Excel Formula Watch Window with Node.js via...watch cell values and their formulas conveniently in a window....

    docs.aspose.com/cells/nodejs-cpp/add-cells-to-m...
  3. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in JavaScript by implementing a custom calculation engine using the Aspose.Cells library for JavaScript via C++. Load an existing Excel file or create a new one to use the methods provided and save the modified Excel file....all of the Microsoft Excel formulas. Nevertheless, it also allows...is called for all of your formulas. Inside this method, we intercept...

    docs.aspose.com/cells/javascript-cpp/implement-...
  4. Delete Named Ranges with Node.js via C++|Docume...

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for Node.js via C++....Microsoft Excel and open the workbook that contains the named range...range. Go to the “Formulas” tab in the Excel ribbon. Click on...

    docs.aspose.com/cells/nodejs-cpp/delete-named-r...
  5. 使用C++在工作表中显示公式而非值|Documentation

    本文提供了使用C++ API以编程方式在Excel工作表或电子表格中显示公式而非值的示例代码。...// Load the source workbook Workbook workbook ( filePath ); //...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/show-formulas-inst...
  6. Delete Named Ranges|Documentation

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for Python via .Net....Microsoft Excel and open the workbook that contains the named range...range. Go to the Formulas tab in the Excel ribbon. Click on the...

    docs.aspose.com/cells/python-net/delete-named-r...
  7. Calculating IFNA Function with Python.NET using...

    Learn how to calculate IFNA function in Excel files using Aspose.Cells for Python.NET. Handle...returns a specified value if a formula results in #N/A error; otherwise...otherwise returns the formula’s result. Calculating IFNA Function...

    docs.aspose.com/cells/python-net/calculating-if...
  8. Not Able to Read cells and gettign null values ...

    Version :17.8 While reading the Excel document though there is evaluated data its reading as null. The Excel is getting generated in the app, for few customers it works fine for few customers and not working for other c…...to debug this to find what formula is incorrect. We are using...files or the evaluation of formulas. To troubleshoot this issue...

    forum.aspose.com/t/not-able-to-read-cells-and-g...
  9. Merge Files with Node.js via C++|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....formatting, and formulas, the Workbook.combine(Workbook) method can...be used to combine several workbooks, and the Worksheet.copy(Worksheet)...

    docs.aspose.com/cells/nodejs-cpp/merge-files/
  10. Saving Excel as .Docx having an issue with cell...

    When I try to save a excel document having a table with cell values wider than the column width as Docx, it ends up distorting the values in the resulting table. this is the table I am trying to convert to a word table …...saveOptions = new DocxSaveOptions(); workbook.Save(ms, saveOptions); ms...saveOptions = new DocxSaveOptions(); workbook.Save(ms, saveOptions); ms...

    forum.aspose.com/t/saving-excel-as-docx-having-...