Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 2,431 for

workbook formulas

(0.11 sec)
  1. Convert ODT to CSV using Python or with free On...

    ODT to CSV conversion in your Python applications without using Microsoft Word or Excel or online. Test free ODT to CSV online converter quickly before integrating the code....such as formatting, charts, formulas, and more. Overall, “Aspose...HTML file with an instance of Workbook class with file and LoadOptions...

    products.aspose.com/total/python-net/conversion...
  2. Set Conditional Formats of Excel and ODS files ...

    How to apply conditional formats to Excel and ODS files in C++....the cell or the value of a formula. For example, you can have...// Open the Excel file Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/cpp/conditional-formatting/
  3. 用C++管理图片|Documentation

    使用 Aspose.Cells for C++ API 添加、定位和管理电子表格中的图像。...); // Create new workbook Workbook workbook ; // Add worksheet...reference int sheetIndex = workbook . GetWorksheets (). Add ();...

    docs.aspose.com/cells/zh/cpp/managing-pictures/
  4. C++ API to Convert SVG to SXC | products.aspose...

    Convert SVG to SXC via C++ API without using Microsoft Excel or Adobe Reader...features to work with charts, formulas, and pivot tables. Aspose...SVG to XLSB (Excel Binary Workbook) Convert SVG to XLSM (Macro-enabled...

    products.aspose.com/total/cpp/conversion/svg-to...
  5. C++ API to Convert MD to ODS | products.aspose.com

    Convert MD to ODS via C++ API without using Microsoft Excel or Adobe Reader...ability to create complex formulas, charts, and graphs. How Aspose...Convert MD to XLSB (Excel Binary Workbook) Convert MD to XLSM (Macro-enabled...

    products.aspose.com/total/cpp/conversion/md-to-...
  6. 使用公式函数处理数据|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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/zh/net/use-formulas-funct...
  7. 在VSTO和Aspose.Cells中使用公式函数来处理数据|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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/zh/net/use-formulas-funct...
  8. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...( customEngine . get ()); workbook . CalculateFormula ( calculationOptions...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  9. Public API Changes in Aspose.Cells 8.4.1|Docume...

    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....//Create workbook object Aspose . Cells . Workbook workbook = new...new Aspose . Cells . Workbook ( input ); //Access first data connection...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. Calculating IFNA function using Aspose.Cells fo...

    How to calculate IFNA functions using the Aspose.Cells library for Node.js via C++. Load an existing Excel file or create a new one, and calculate the IFNA function to get the result. Finally, save the modified Excel file to disk....the value you specify if the formula returns the #N/A error value;...returns the result of the formula. Calculating IFNA function...

    docs.aspose.com/cells/nodejs-cpp/calculating-if...