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

worksheet

(0.26 sec)
  1. 用C++在工作表中移动单元格范围|Documentation

    学习如何使用Aspose.Cells和C++在工作表中移动单元格范围。...the first worksheet and its cells Worksheet worksheet = workbook...Get ( 0 ); Cells cells = worksheet . GetCells (); // Create a...

    docs.aspose.com/cells/zh/cpp/move-range-of-cell...
  2. 使用Aspose.Cells将数据导入工作表|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....reference of the newly added worksheet by passing its sheet index...getWorksheets (). add (); Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/import-data-to-wo...
  3. AutoFill Range of Excel File with C++|Documenta...

    Learn how to perform an autofill operation in a specified range of an Excel file using Aspose.Cells with C++....xlsx" ); // Get Cells Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); Cells cells = worksheet . GetCells (); // Create Range...

    docs.aspose.com/cells/cpp/autofill-ranges/
  4. Find Cells with Specific Style with C++|Documen...

    Learn how to find or search cells with a particular style applied through the Aspose.Cells for C++ API....workbook ( filePath ); Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); Style style = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/find-cells-with-speci...
  5. 使用Node.js via C++格式化单元格|Documentation

    学习如何在Aspose.Cells for Node.js via C++中格式化和设置单元格,包括数字格式、日期格式、字体样式和其他单元格样式选项。我们的指南将帮助你创建漂亮且专业的电子表格。...reference of the first worksheet const worksheet = workbook . getWorksheets...cell from the worksheet const cell = worksheet . getCells ()...

    docs.aspose.com/cells/zh/nodejs-cpp/cells-forma...
  6. 通过C++用JavaScript计算公式|Documentation

    本文介绍如何使用Aspose.Cells库通过C++调用JavaScript在Microsoft Excel中计算公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法计算公式并获取结果。最后,将修改后的Excel文件保存到磁盘。...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...Workbook (); // Add a new worksheet to the Excel object const...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  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. Refresh Values of Linked Shapes with C++|Docume...

    Learn how to refresh values of linked shapes in Excel files using Aspose.Cells for C++....you will have to call the Worksheet.Shapes.UpdateSelectedValue()...Aspose.Cells and then call the Worksheet.Shapes.UpdateSelectedValue()...

    docs.aspose.com/cells/cpp/refresh-values-of-lin...
  9. Threaded Comments with C++|Documentation

    Learn how to add, read, edit, and remove threaded comments in Excel files using Aspose.Cells with C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...ThreadedCommentColle threadedComments = worksheet . GetComments (). GetThreadedComments...

    docs.aspose.com/cells/cpp/threaded-comments/
  10. Adjusting Row Height and Column Width in Python...

    Use Python Excel API to create Excel files in Python. Adjust row height and column width in XLSX or XLS in your Python applications without MS Office....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Setting...

    docs.aspose.com/cells/java/adjusting-row-height...