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

workbook

(0.1 sec)
  1. 在PHP中向现有Excel文件添加工作表|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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/add-worksheets-to-...
  2. 更改图表位置和大小|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....get/setY() Java Workbook workbook = new Workbook ( dataDir + "AsposeChart...xls" ); Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/change-chart-posi...
  3. Excel to HTML - Use PresentationPreference Opti...

    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....Instantiate a Workbook // Load an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/excel-to-html-...
  4. 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...
  5. 在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...
  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. 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...
  9. 使用Python.NET导出Excel方程到其他格式|Documentation

    学习如何使用Aspose.Cells for Python via .NET将Excel方程导出为LaTeX和MathML格式。...cells import Workbook from aspose.cells.drawing...dir_path = "testcase/data" workbook = Workbook ( os . path . join (...

    docs.aspose.com/cells/zh/python-net/export-equa...
  10. 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...