Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 102,518 for

workbook

(0.09 sec)
  1. Save Excel into PDF with Standard or Minimum Si...

    Learn how to save Excel files into PDF format with Standard or Minimum size using Aspose.Cells for Node.js via C++....Excel file into Workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Save into PDF with Minimum size...

    docs.aspose.com/cells/nodejs-cpp/save-excel-int...
  2. 在Python中将工作表转换为SVG|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.... SaveFormat workbook = self . Workbook ( self . dataDir...into svg format sheetCount = workbook . getWorksheets (). getCount...

    docs.aspose.com/cells/zh/java/converting-worksh...
  3. 使用JavaScript通过C++替换Smart Art中的文本|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++替换Smart Art中的文本..."text/javascript" > const { Workbook , SaveFormat , OoxmlSaveOptions...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/replace...
  4. Search and Replace Data in a Range with Node.js...

    This article shows how to search and replace data in a range in Excel using Node.js via C++ code....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...); const worksheet = workbook . getWorksheets (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/search-and-rep...
  5. Manage Worksheets|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....create a new Workbook, create an object of the Workbook class. The...The Workbook class represents an Excel file. Then, by using the...

    docs.aspose.com/cells/python-java/manage-worksh...
  6. Add Pivot Connection with C++|Documentation

    Learn how to add a pivot connection with the Aspose.Cells library using C++.... Finally, it saves the workbook as output Excel file . Sample...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/add-pivot-connection/
  7. 使用C++设置工作簿的公式计算模式|Documentation

    本文介绍如何使用C++通过Aspose.Cells库设置Microsoft Excel中工作簿的公式计算模式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法设置公式计算模式并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...xlsx" ; // Create a workbook Workbook workbook ; // Set the Formula...Calculation Mode to Manual workbook . GetSettings (). GetFormulaSettings...

    docs.aspose.com/cells/zh/cpp/setting-formula-ca...
  8. How to Manage Dates and Times|Documentation

    Learn how to manage dates and times through the Aspose.Cells for JavaScript via C++ API....date system is used in the workbook by default. The 1904 date...use this date system in the workbook, set the WorkbookSettings...

    docs.aspose.com/cells/javascript-cpp/how-to-man...
  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....and formulas, the Workbook.combine(Workbook) method can be used...used to combine several workbooks, and the Worksheet.copy(Worksheet)...

    docs.aspose.com/cells/nodejs-cpp/merge-files/
  10. How to Edit Excel File in C#

    This brief tutorial explains how to edit Excel file in C# .NET environment for Linux, macOS and Windows....Cells namespace Load the workbook containing data and formula...the workbook to update formula result Save the workbook The above...

    kb.aspose.com/cells/net/how-to-edit-excel-file-...