Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 19,917 for

worksheet

(0.31 sec)
  1. 用 C++ 在 Excel 工作表中分屏|Documentation

    在本文中,您将学习如何通过编程方式使用 C++ 将工作表分成两部分或四部分,以在不同的窗格中显示特定的行和/或列。...轻松编程垂直分割工作表中的列,只需在顶部行中选择一个单元格作为活动单元格,然后 使用 Worksheet.Split 方法进行拆分。 #include <iostream>...Get the first worksheet in the workbook. Worksheet sheet = workbook...

    docs.aspose.com/cells/zh/cpp/how-to-split-scree...
  2. 用 C++ 格式化数据透视表|Documentation

    学习如何使用 Aspose.Cells for C++ 自定义数据透视表的外观。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...PivotTable PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/zh/cpp/formatting-pivot-t...
  3. XlsxSectionMode enumeration | Aspose.Words for ...

    Aspose.Words.Saving.XlsxSectionMode enumeration. Specifies how sections are handled when saving a document in the XLSX format....Specifies that a separate worksheet is created for each section...document are saved on one worksheet. Examples Shows how to save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose.Cells 8.3.1中的公共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...chart inside the worksheet Chart chart = worksheet . getCharts ()...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. 使用 C++ 在 Node.js 中设置页面布局和打印选项|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....the first worksheet in the Excel file const worksheet = workbook...the orientation to Portrait worksheet . getPageSetup (). setOrientation...

    docs.aspose.com/cells/zh/nodejs-cpp/page-setup-...
  6. 自动调整行和列|Documentation

    通过Aspose.Cells for Java API了解如何自动调整行和列。...Java自动调整行和列 自动调整行的宽度和高度的最直接方法是调用Worksheet.autoFitRow方法。autoFitRow方法接受要调整大小的行索引作为参数。...first worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/java/auto-fit-row-and-...
  7. 使用 Node.js 通过 C++ 管理Microsoft Excel文件的工作表|Docum...

    使用Aspose.Cells for Node.js via C++添加、删除并激活工作表。... 工作表由 Worksheet 类表示。 Worksheet 类提供了管理工作表的各种属性和方法。...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/zh/nodejs-cpp/manage-work...
  8. Open a spreadsheet document from a stream|Docum...

    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....stream , true ); // Add a new worksheet. WorksheetPart newWorksheetPart...newWorksheetPart . Worksheet = new Worksheet ( new SheetData ());...

    docs.aspose.com/cells/net/open-a-spreadsheet-do...
  9. 用C++设置对齐方式|Documentation

    在Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...类包含一个 Worksheets 集合,允许访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...reference of the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...
  10. 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....Graphics2D类的实例来 在图形上下文中呈现Worksheet 。新增方法的签名如下。 SheetRender.toImage(int...//Access first worksheet Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/public-api-change...