Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 25,718 for

worksheet

(0.09 sec)
  1. Display or Hide Gridlines in Aspose.Cells|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....Contents [ Hide ] All Excel worksheets have gridlines by default...Gridlines enable us to view a worksheet as a collection of cells,...

    docs.aspose.com/cells/net/display-or-hide-gridl...
  2. Page Setup and Printing Options with C++|Docume...

    Configure page setup and print settings to control the printing process using Aspose.Cells with C++....and printing options to a worksheet with a few simple lines of...Options First create a simple worksheet in Microsoft Excel. Then apply...

    docs.aspose.com/cells/cpp/page-setup-and-printi...
  3. 如何使用Node.js通过C++设置类别轴|Documentation

    了解如何在Aspose.Cells for Node.js via C++中设置类别轴。我们的指南将帮助您理解如何定义类别轴范围、调整其属性和格式化标签。... Workbook (); const worksheet = workbook . getWorksheets...getWorksheets (). get ( 0 ); worksheet . setName ( "CHART" ); // Add a chart...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  4. Remove Existing PrinterSettings of Worksheets i...

    In this article, you will learn how to remove existing PrinterSettings of Worksheet inside the Excel file programmatically using Aspose.Cells for JavaScript via C++....Existing PrinterSettings of Worksheets in Excel file with JavaScript...Existing PrinterSettings of Worksheets in Excel file Aspose.Cells...

    docs.aspose.com/cells/javascript-cpp/remove-exi...
  5. Chart to Image with JavaScript via C++|Document...

    Learn how to use Aspose.Cells for JavaScript via C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....Workbook (); // Adding a new worksheet to the Workbook const sheetIndex...sheetIndex = workbook . worksheets . add (); // Obtaining the reference...

    docs.aspose.com/cells/javascript-cpp/chart-to-i...
  6. 使用 C++ 设置数字格式|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库,支持多种单元格数字设置。本文将介绍如何使用Aspose.Cells库管理单元格的数字格式,以便根据需要调整电子表格中的数字格式。...类包含一个 Worksheets 集合,允许访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/cells-number-setti...
  7. 用 C++ 计算页面设置缩放比例|Documentation

    本文提供示例代码,说明如何使用 C++ API 或库通过程序方式计算网页宽度为 n 页,高度为 m 页的页面设置缩放比例。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...some data in these cells worksheet . GetCells (). Get ( u "A4"...

    docs.aspose.com/cells/zh/cpp/calculate-page-set...
  8. Protecting Worksheets with JavaScript via C++|D...

    Learn how to protect Worksheets in Excel using Aspose.Cells for JavaScript via C++, including protecting rows, columns, and specific cells....Protecting Worksheets with JavaScript via C++ Contents [ Hide...Hide ] When a worksheet is protected, the actions a user can take...

    docs.aspose.com/cells/javascript-cpp/protecting...
  9. How to Set Category Axis with C++|Documentation

    Learn how to set the category axis in Aspose.Cells for C++. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....After you create a chart in a worksheet, you can set the category...a new chart in the first worksheet. Add some values to cells...

    docs.aspose.com/cells/cpp/how-to-set-category-a...
  10. 用Node.js通过C++处理Z轴|Documentation

    了解如何在Aspose.Cells for Node.js via C++中处理Z轴。我们的指南将帮助您理解如何配置和定制Z轴,包括其缩放和标签,以增强您的图表。...// Get the first worksheet const worksheet = workbook . getWorksheets...cells for creating chart worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/z-axis/