Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 82,029 for

workbook

(0.31 sec)
  1. Public API Changes in Aspose.Cells 8.8.3|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....instance of Workbook Workbook book = new Workbook (); //Access...instance of Workbook and load an existing spreadsheet Workbook book...

    docs.aspose.com/cells/java/public-api-changes-i...
  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....dataDir + "workbook.xls" ); //Instantiating a Workbook object Workbook...Workbook workbook = new Workbook ( fstream ); //Accessing the...

    docs.aspose.com/cells/zh/java/export-data-from-...
  3. 在xlsx4j中打印工作簿|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....//Instantiate a new workbook Workbook book = new Workbook ( dataDir +...object with respect to your workbook WorkbookRender wr = new WorkbookRender...

    docs.aspose.com/cells/zh/java/printing-workbook...
  4. 设置打印标题|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....//Instantiating a Workbook object Workbook workbook = new Workbook ( "../...worksheet PageSetup pageSetup = workbook . Worksheets [ 0 ]. PageSetup...

    docs.aspose.com/cells/zh/net/set-print-titles/
  5. Add Pivot Connection with Node.js via C++|Docum...

    Learn how to add pivot connection using Aspose.Cells for Node.js via C++.... Finally, it saves the workbook as output Excel file . Sample...slicer. const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/add-pivot-conn...
  6. 使用Aspose.Cells for Node.js via C++设置图表图例条目的填充为无...

    学习如何使用Aspose.Cells for Node.js via C++将图表图例条目的填充设置为无。本指南将演示如何修改Microsoft Excel图表中图例条目的填充颜色,以实现更好的可视化和自定义。... const workbook = new AsposeCells . Workbook ( path . join...first worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/set-text-of...
  7. Protecting Worksheets in Ruby|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/protecting-worksheet...
  8. 使用WorkbookMetadata与Python.NET|Documentation

    学习如何使用Aspose.Cells for Python via .NET API高效管理工作簿元数据。...一旦使用 Workbook 类打开工作簿,您将能够读取文档属性。以下是使用 WorkbookMetadata...os from aspose.cells import Workbook from aspose.cells.metadata...

    docs.aspose.com/cells/zh/python-net/using-workb...
  9. Change the HTML Link Target Type with C++|Docum...

    Learn how to change the HTML link target type using Aspose.Cells for C++. Control the target attribute in HTML links programmatically....html" ; // Create workbook Workbook workbook ( inputPath ); //...); // Save the workbook to HTML format workbook . Save ( outputPath...

    docs.aspose.com/cells/cpp/change-the-html-link-...
  10. 在 PHP 中使用工作表名称移除工作表|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/removing-worksheet...