Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 30,422 for

worksheet

(0.09 sec)
  1. Search Data using Original Values|Documentation

    Learn how to Search Data using Original Values through the Aspose.Cells for JavaScript via C++ API....SaveFormat , FindOptions , Worksheet , Cell , Utils } = AsposeCells...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/search-dat...
  2. 更改行或列的字体和颜色|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...
  3. 使用Python.NET锁定单元格保护它们|Documentation

    了解如何使用Aspose.Cells for Python via .NET锁定特定单元格和保护工作表。...xlsx" ) worksheet = workbook . worksheets [ 0 ] # Unlock...style_flag . locked = True worksheet . cells . apply_style ( style...

    docs.aspose.com/cells/zh/python-net/how-to-lock...
  4. Grouping and Ungrouping Rows and Columns in PHP...

    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...() -> get ( 0 ); $cells = $worksheet -> getCells (); # Grouping...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  5. 在单元格中添加数据|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/
  6. 用 C++ 处理数据透视表和源数据|Documentation

    学习如何使用 Aspose.Cells 和 C++ 动态更改数据透视表的源数据。...first worksheet in the Excel file Worksheet worksheet = workbook...Populating new data to the worksheet cells worksheet . GetCells (). Get...

    docs.aspose.com/cells/zh/cpp/pivot-table-and-so...
  7. 通过C++使用JavaScript获取工作表唯一ID|Documentation

    本文介绍了如何使用JavaScript库和C++ API编程方式获取Excel工作表的唯一ID。...for JavaScript通过C++提供了使用 Worksheet.uniqueId 属性获取工作表唯一ID的功能。以下代码片段演示了使用...属性获取工作表唯一ID的功能。以下代码片段演示了使用 Worksheet.uniqueId 属性打印工作表的唯一ID。此代码示例使用了 示例Excel文件...

    docs.aspose.com/cells/zh/javascript-cpp/get-wor...
  8. Calculating IFNA function using Aspose.Cells wi...

    How to calculate the IFNA function using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, you can use the methods provided by Aspose.Cells to calculate the IFNA function and obtain the result. Finally, you save the modified Excel file to disk....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...); // Add data for VLOOKUP worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/calculating-ifna-func...
  9. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for Node.js via C++ API....simple data list in the first worksheet of the workbook (as shown...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/nodejs-cpp/creating-subto...
  10. 用JavaScript通过C++设置主轴和副轴|Documentation

    学习如何理解和使用Aspose.Cells for JavaScript通过C++中的主轴和副轴。我们的指南将帮助您理解主轴与副轴的区别,以及如何有效配置和使用它们。...first worksheet. const worksheet = workbook . worksheets . get...sample values used in a chart worksheet . cells . get ( "A1" ). value...

    docs.aspose.com/cells/zh/javascript-cpp/primary...