Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 30,088 for

worksheet

(0.06 sec)
  1. Working with Background in ODS Files with Node....

    Learn how to manage backgrounds in ODS files using Aspose.Cells for Node.js via C++....); // Access first worksheet const worksheet = workbook . getWorksheets...( 0 ); const background = worksheet . getPageSetup (). getODSPageBackground...

    docs.aspose.com/cells/nodejs-cpp/working-with-b...
  2. Lock Cells to Protect Them with Python.NET|Docu...

    Learn how to lock specific cells and protect Worksheets in Excel files using Aspose.Cells for Python via .NET.... Protect the worksheet : Review tab ► Protect Sheet...specific cells Protect the worksheet to enforce locking import...

    docs.aspose.com/cells/python-net/how-to-lock-ce...
  3. Managing Page Breaks|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....into any selected cell of a worksheet. When the page break is added... page breaks divide your worksheet into multiple pages according...

    docs.aspose.com/cells/go-cpp/managing-page-breaks/
  4. 使用C++管理Excel图表的图例|Documentation

    学习如何利用 Aspose.Cells for C++ 高效利用和定制Microsoft Excel中的图表图例。我们的全面指南介绍了图例的功能、访问和修改方法,以及如何利用图例改善可视化和数据理解。...workbook ; // Adding a new worksheet to the Workbook object int...newly added worksheet by passing its sheet index Worksheet worksheet...

    docs.aspose.com/cells/zh/cpp/chart-legend/
  5. Working with Validations in Columns|Documentation

    This article introduces how to use validations in columns in GridDesktop....context of Validations in Worksheets (for general information...rule on any column of the worksheet. Let’s discuss it in detail...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  6. 在使用JavaScript通过C++处理ODS文件中的背景|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++管理ODS文件中的背景。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/working...
  7. Hiding and Showing Rows and Columns with Node.j...

    Learn how to hide and show rows and columns in a Worksheet using Aspose.Cells for Node.js via C++....certain rows or columns in a worksheet and display them later. Microsoft...access each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/nodejs-cpp/hiding-and-sho...
  8. Aspose.Cells Object Model|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.... WorksheetCollection/Worksheet Workbook object contains the...the collection of all the Worksheet objects in a spreadsheet as...

    docs.aspose.com/cells/python-java/aspose-cells-...
  9. 用C++自动调整行列宽|Documentation

    本文展示如何使用Aspose.Cells for C++ API自动调整行、列、合并单元格的行,以及范围内的行。...类包含一个 Worksheets 集合,可以访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供了管理工作表的多种方法。本文介绍了使用 Worksheet 类自动调整行或列的方法。 自动调整行 - 简单 最简单的自动调整行宽和列高的方法是调用...

    docs.aspose.com/cells/zh/cpp/autofit-rows-and-c...
  10. Show and Hide Gridlines and Row Column Headers|...

    This article provides sample code for using the Aspose.Cells for Python via .NET API to programmatically hide or show gridlines, row and column headers of an Excel Worksheet....showing the gridlines of a worksheet, which are visible by default...and column headers of the worksheet. Show and Hide Gridlines All...

    docs.aspose.com/cells/python-net/show-and-hide-...