Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 20,582 for

worksheet

(0.14 sec)
  1. 更改行或列的字体和颜色|Documentation

    本文介绍如何在GridDesktop中更改行或列的字体和颜色。...设置为任意所需的 颜色 //Accessing the worksheet of the Grid that is currently...currently active Worksheet sheet = gridDesktop1 . GetActiveWorksheet...

    docs.aspose.com/cells/zh/net/aspose-cells-gridd...
  2. Export HTML String Value of the Cells to the Da...

    Learn how to Export HTML String Value of the Cells to the DataTable through the Aspose.Cells for .NET API....cells values) while exporting worksheet data. This document explains...while exporting data from worksheet into DataTable. Please see...

    docs.aspose.com/cells/net/export-html-string-va...
  3. 在单元格中添加数据|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....工作表由Worksheet类表示。Worksheet类提供了一个Cells集合。Cells集合中的每个项表示Cell类的对象。...added worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/java/add-data-in-cells/
  4. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells for Node.js via C++....text in cell A4 of the first worksheet, and sets its font to an invalid...it takes two images of the worksheet. The first image is taken...

    docs.aspose.com/cells/nodejs-cpp/set-default-fo...
  5. Aspose.Cells 8.4.0 中的公共 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....//Access the first worksheet Worksheet worksheet = workbook . getWorksheets...object PivotTable pivotTable = worksheet . getPivotTables (). get (...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. AutoFit Rows and Columns|Documentation

    This article shows how to autoFit rows, columns, rows of merged cells and row in a range of cells by the Aspose.Cells for .NET API....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/autofit-rows-and-colu...
  7. Format Ranges with Node.js via C++|Documentation

    Learn how to format a range of cells in Excel using Aspose.Cells for Node.js via C++....sample data, access the first worksheet, and define two ranges(“A1:C3”...filePath ); // Get the first worksheet const ws = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/how-to-format-...
  8. Search Data using Original Values with C++|Docu...

    Learn how to Search Data using Original Values through the Aspose.Cells for C++ API....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...Add 10 in cell A1 and A2 worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/search-data-using-ori...
  9. 在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....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () # Grouping first...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  10. 使用内置样式的C++|Documentation

    用C++代码使用Excel的内置样式与Aspose.Cells for C++ API...the first worksheet and its cells Worksheet worksheet = workbook...Get ( 0 ); Cells cells = worksheet . GetCells (); // Access cell...

    docs.aspose.com/cells/zh/cpp/using-built-in-sty...