Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 102,518 for

workbook

(0.07 sec)
  1. Aspose.Cells 8.5.2中的公共API更改|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 workbook object from source file Workbook workbook = new...new Workbook ( filePath ); //Access first worksheet Worksheet worksheet...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. AutoFit Rows and Columns with C++|Documentation

    This article shows how to autoFit rows, columns, rows of merged cells, and rows in a range of cells using the Aspose.Cells for C++ API....Cells provides a Workbook class that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets...

    docs.aspose.com/cells/cpp/autofit-rows-and-colu...
  3. 修改现有风格|Documentation

    Aspose.Cells是一个JavaScript/C++库,用于处理电子表格文件,允许用户修改现有单元格样式。本文介绍如何使用Aspose.Cells库修改现有单元格样式,以满足不同的外观需求。...leave empty to create a new workbook. </ p > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/modify-...
  4. Aspose.Cells 8.9.2 中的公共 API 变更|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....//Initialize Workbook instance Workbook book = new Workbook (); //Access...//Initialize Workbook instance Workbook book = new Workbook (); //Access...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Copying and Moving 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....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheets , complete with...

    docs.aspose.com/cells/java/copying-and-moving-w...
  6. Working with Headers and Footers|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 (); //Adding...//Adding a new worksheet to the Workbook object WorksheetCollection...

    docs.aspose.com/cells/net/working-with-headers-...
  7. 处理页眉和页脚|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 (); //Adding...//Adding a new worksheet to the Workbook object WorksheetCollection...

    docs.aspose.com/cells/zh/net/working-with-heade...
  8. Aspose.Cells 8.6.2 中的公共 API 更改|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....ISmartMarkerCallBack { Workbook workbook ; SmartMarkerCallBack ( Workbook workbook...workbook ) { this . workbook = workbook ; } @Override public void...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. 使用C++的JavaScript管理分页符|Documentation

    本文提供示例代码,说明如何通过Aspose.Cells for JavaScript使用C++编程方式添加、清除或删除Excel工作表中的特定分页符。...JavaScript通过C++提供了一个 Workbook 类,用于表示Excel文件。 Workbook 类包含一个 workbook.worksheets..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  10. Adding Custom Labels to Data Points in the Seri...

    Learn how to add custom labels to data points in the series of a chart using Aspose.Cells for C++. Our guide will show you how to modify the labels' appearance, position, and formatting, as well as how to link them to your data source for accurate data representation....// Create workbook with XLSX format Workbook workbook ( FileFormatType...Xlsx ); Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/adding-custom-labels-...