Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 82,036 for

workbook

(0.12 sec)
  1. 使用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...."data" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Source worksheet const srcSheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-row-he...
  2. 用C++更改数据透视表的布局|Documentation

    学习如何使用Aspose.Cells for C++以紧凑、轮廓和表格式在数据透视表中更改布局。...Create workbook object from source excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/changing-the-layou...
  3. 在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/saving-files-in-php/
  4. Display Bullets by setting Cell Value using HTM...

    Add bullets to Excel Cells using HTML and the easy to use Aspose.Cells for C++ API....Cells-for-C // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/display-bullets-by-se...
  5. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....xls" ; // Create workbook Workbook workbook ( inputFilePath );...second sheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/controls-in-charts/
  6. 使用 Chart.SetChartDataRange 方法与 C++ 轻松设置图表的方法|Do...

    学习如何在 Aspose.Cells for C++ 中轻松使用 Chart.SetChartDataRange 方法设置图表。我们的指南将向您展示如何指定图表的数据范围,让您能以最少的努力创建专业且准确的图表。...Cells-for-C // Create new workbook Workbook workbook ( FileFormatType...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/easy-way-for-chart...
  7. Printing Workbooks|Documentation

    How print worksheets and Workbook using Java. This article provides the Java code to print worksheets and Workbook using Aspose.Cells for Java API....Printing Workbooks Contents [ Hide ] This document is designed...the dialog box for printing workbook with Excel. Figure: Print...

    docs.aspose.com/cells/java/printing-workbooks/
  8. Add Worksheets to New Excel File in PHP|Documen...

    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/net/add-worksheets-to-new...
  9. Export Data from Worksheets in xlsx4j|Documenta...

    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/java/export-data-from-wor...
  10. Display Hide Gridlines in Jython|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.... cells import Workbook class DisplayHideGridlines...DisplayHideGridlines / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/display-hide-gridlin...