Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 21,303 for

worksheet

(0.05 sec)
  1. 用C++对比X轴与类别轴|Documentation

    学习如何区分Aspose.Cells for C++中的X轴和类别轴。我们的指南将帮助您理解它们的用法和属性差异,以及如何根据您的需要进行配置。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...sample values used in charts worksheet . GetCells (). Get ( u "A2"...

    docs.aspose.com/cells/zh/cpp/x-axis-vs-category...
  2. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the C++ API or Library to programmatically hide or show gridlines, row and column headers of an Excel Worksheet....showing Gridlines of the worksheet which are visible by default...Row Column Headers of the worksheet. Show and Hide Gridlines All...

    docs.aspose.com/cells/cpp/show-and-hide-gridlin...
  3. Hide and Unhide Worksheets in a Workbook|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....Hide and Unhide Worksheets in a Workbook Contents [ Hide ] When...it can be useful to hide worksheets in a workbook. A structured...

    docs.aspose.com/cells/net/hide-and-unhide-works...
  4. 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...
  5. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel Worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....configure page setup settings for worksheets to control the printing process...Workbook class contains the Worksheets collection that allows access...

    docs.aspose.com/cells/cpp/setting-margins/
  6. Chart to Image with C++|Documentation

    Learn how to use Aspose.Cells for 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 workbook ; // Add a new worksheet to the workbook int sheetIndex...the newly added worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/chart-to-image/
  7. Documentation

    学习如何使用Aspose.Cells for Node.js via C++将图表转换为PDF文档。本指南演示如何从Microsoft Excel导出图表并以PDF格式保存,以便进一步分发和归档。...Workbook (); // Adding a new worksheet to the Workbook const sheetIndex...reference of the newly added worksheet by passing its index to WorksheetCollection...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-to-pdf/
  8. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for Node.js via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legion for improved visual appeal and data representation....Access the first worksheet. const worksheet = workbook . getWorksheets...values used in a pie chart worksheet . getCells (). get ( "C3"...

    docs.aspose.com/cells/nodejs-cpp/custom-slice-o...
  9. 用C++设置字体|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的字体,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用Aspose.Cells库设置单元格字体。...类包含一个 Worksheets 集合,允许访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Workbook workbook ; // Add a new worksheet to the workbook int i = workbook...

    docs.aspose.com/cells/zh/cpp/cells-font-settings/
  10. Managing Pictures with C++|Documentation

    Add, position, and manage images in spreadsheets using Aspose.Cells for C++ API....PictureCollection (encapsulated in the Worksheet object). The Add method takes...Workbook workbook ; // Add worksheet and get reference int sheetIndex...

    docs.aspose.com/cells/cpp/managing-pictures/