Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 20,427 for

worksheet

(0.06 sec)
  1. 用C++管理评论和注释|Documentation

    使用Aspose.Cells for C++插入和管理评论或注释。...通过调用 Comments 集合的 Add 方法(封装在 Worksheet 对象中)向一个单元格添加评论。可以通过传递评论索引访问新的...Workbook workbook ; // Add a new worksheet to the workbook int32_t sheetIndex...

    docs.aspose.com/cells/zh/cpp/comments-and-notes/
  2. 通过 Node.js 使用 C++ 计算公式|Documentation

    本文介绍如何使用 Aspose.Cells 库,通过 C++ 在 Node.js 中计算 Microsoft Excel 公式。通过加载现有Excel文件或创建新文件,利用 Aspose.Cells 提供的方法计算公式并获取结果。最后保存修改后的Excel文件到磁盘。...Workbook (); // Adding a new worksheet to the Excel object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/calculate-f...
  3. Working with the Reflection Effect of Shape or ...

    Learn how to work with the reflection effect of shapes or charts using Aspose.Cells for Node.js via C++. Set various reflection properties to achieve desired results....first shape in the default worksheet. It sets different properties...)); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/working-with-t...
  4. 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 int sheetIndex = book . getWorksheets...getWorksheets (). add (); Worksheet worksheet = book . getWorksheets...

    docs.aspose.com/cells/zh/java/formula-calculati...
  5. 在 Node.js via C++ 中查找工作表内元素的绝对位置|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在工作表中查找形状的绝对位置。...Access the first worksheet const worksheet = workbook . getWorksheets...shape inside the worksheet const shape = worksheet . getShapes ()...

    docs.aspose.com/cells/zh/nodejs-cpp/finding-abs...
  6. 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...
  7. Get External Connection Data Source of Pivot Ta...

    Learn how to retrieve the external connection data source of a pivot table using Aspose.Cells for C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...table PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/cpp/get-external-connecti...
  8. How to Create Excel File in Python

    Here is a quick tutorial that describes how to create Excel file in Python. It provides details how using Python generate Excel file along with the information about configuring the environment....Excel file Access the first Worksheet of the newly created Excel...provided by default in each Worksheet Iterate through the cells...

    kb.aspose.com/cells/python/how-to-create-excel-...
  9. Applying Subtotal and Changing Direction of Out...

    Learn how to apply subtotal and change direction of outline summary Rows below Detail by using the Aspose.Cells for C++ API....Subtotal to data using the Worksheet.Cells.Subtotal() method. It...following screenshot using the Worksheet.Outline.SummaryRowBelow property...

    docs.aspose.com/cells/cpp/applying-subtotal-and...
  10. 使用C++设置打印选项|Documentation

    本文演示了如何通过C++ API和库以编程方式设置Excel工作表的“页面设置”中的打印选项。你可以设置打印区域、打印标题和页面顺序。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...object of the worksheet PageSetup pageSetup = worksheet . GetPageSetup...

    docs.aspose.com/cells/zh/cpp/setting-print-opti...