Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 21,309 for

worksheet

(0.05 sec)
  1. Fill Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the fill settings of cells, allowing users to customize the background and style of cells. This article will introduce how to use the Aspose.Cells library to set cell fill settings....Workbook class contains a Worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/cpp/cells-fill-settings/
  2. 通过 Node.js 使用 C++ 自动调整行和列的宽度|Documentation

    本文展示了如何使用Aspose.Cells for Node.js via C++自动调整单元格范围内的行、列、合并单元格的行以及行的宽度。...工作表由 Worksheet 类表示。 Worksheet 类提供了管理工作表的多种属性和方法。本文介绍了如何使用...类提供了管理工作表的多种属性和方法。本文介绍了如何使用 Worksheet 类自动调整行或列宽。 自动调整行 - 简单 最简单的自动调整行宽和列高的方法是调用...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...
  3. Hiding and Showing Rows and Columns in Jython|D...

    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 ...getWorksheets (). get ( 0 ) cells = worksheet . getCells () # Hiding the...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  4. Page Setup Features|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....configure page setup settings for worksheets to control printing. These...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/java/page-setup-features/
  5. Public API Changes in Aspose.Cells 8.5.2|Docume...

    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.... Added APIs Render Worksheet to Graphic Context This release...Graphics2D class to render the Worksheet in Graphics context . The...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Customizing Charts with C++|Documentation

    Learn how to customize charts in Aspose.Cells for C++. Our guide will show you how to modify chart layouts, add and format data series, adjust axes, and apply various formatting options to enhance the appearance and usability of your charts....with a line chart, to the worksheet. #include <iostream> #include...<span class="c1">// Add a new worksheet to the workbook int sheetIndex...

    docs.aspose.com/cells/cpp/customizing-charts/
  7. Creating a Named Range in VSTO and Aspose.Cells...

    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....a named range: Set up the worksheet: Instantiate an Application...Missing . Value ); //Get Worksheets Collection Excel . Sheets...

    docs.aspose.com/cells/net/creating-a-named-rang...
  8. Working With Worksheets in Jython|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....Working With Worksheets in Jython Contents [ Hide ] This section...following topics: Adding Worksheets to New Excel File in Jython...

    docs.aspose.com/cells/java/working-with-workshe...
  9. 将图表导出为 PDF(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表转换为 PDF 文档。我们的指南将演示如何导出 Excel 图表并将其保存为 PDF,以便进一步分发和存档。...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...reference of the newly added worksheet by passing its index to WorksheetCollection...

    docs.aspose.com/cells/zh/cpp/chart-to-pdf/
  10. Page Break Preview in Python|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....Cells - Hello World To set worksheet to page break preview using...Adding a new worksheet to the Workbook object worksheets = workbook...

    docs.aspose.com/cells/java/page-break-preview-i...