Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 21,314 for

worksheet

(0.06 sec)
  1. Grouping, Ungrouping Rows and Columns|Documenta...

    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....headings for sections in a worksheet, or you can use the symbols...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/go-cpp/grouping-ungroupin...
  2. Exporting Data from Grid|Documentation

    This article introduces how to export data in GridDesktop....Export the data of a selected Worksheet to your specified DataTable...inside. Finally, we exported worksheet data (starting from first...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  3. Page Setup - Fit to Page Setting|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....To fit the contents of the worksheet to a specific number of pages...methods are also used to scale worksheets. Java // Instantiating a...

    docs.aspose.com/cells/java/page-setup-fit-to-pa...
  4. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Access first worksheet of the workbook Worksheet worksheet = workbook...Print worksheet name cout << "Sheet Name: " << worksheet . GetName...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  5. Display or Hide Row Column Headers in Ruby|Docu...

    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 worksheets = workbook...sheet_index = worksheets . add () worksheet = worksheets . get ( sheet_index...

    docs.aspose.com/cells/java/display-or-hide-row-...
  6. 用Node.js和C++计算页面设置缩放比例|Documentation

    本文提供示例代码,说明如何使用 Node.js API 与 C++ 一起,编程计算 Excel 工作表的页面设置缩放比例,采用“适合 n 页宽 m 页高”的选项。...); // Access first worksheet const worksheet = workbook . getWorksheets...some data in these cells worksheet . getCells (). get ( "A4"...

    docs.aspose.com/cells/zh/nodejs-cpp/calculate-p...
  7. Aspose.Cells 8.4.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....chart collection int idx = worksheet . getCharts (). add ( ChartType...chart instance Chart chart = worksheet . getCharts (). get ( idx...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. 用C++更改切片器属性|Documentation

    使用Aspose.Cells和C++更改单个Excel文件中切片器的属性。...// Access first worksheet. Worksheet worksheet = workbook . GetWorksheets...inside the worksheet. ListObject table = worksheet . GetListObjects...

    docs.aspose.com/cells/zh/cpp/change-slicer-prop...
  9. 用 C++ 从 ODS 文件读取图表字幕|Documentation

    学习如何使用 Aspose.Cells for C++ 从 OpenDocument Spreadsheet (ODS) 文件中读取图表字幕。我们的指南将演示如何提取和访问图表字幕以进行进一步分析或显示。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/zh/cpp/read-chart-subtitl...
  10. 在C++中添加带条件图标集的单元格文本|Documentation

    学习如何使用Aspose.Cells和C++在Excel中在单元格文本旁添加条件图标。...// Get the first worksheet (default worksheet) in the workbook...workbook Worksheet worksheet = workbook . GetWorksheets (). Get ( 0...

    docs.aspose.com/cells/zh/cpp/add-conditional-ic...