Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 21,314 for

worksheet

(0.06 sec)
  1. 用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/
  2. 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/
  3. 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...
  4. Inserting, Deleting Rows and Columns|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....Introduction Whether creating a new worksheet from scratch or working on...on an existing worksheet, we may need to add extra rows or columns...

    docs.aspose.com/cells/cpp/inserting-deleting-ro...
  5. 在工作表中隐藏行和列|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....first worksheet in the Excel file Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; worksheet . Cells [ "A1" ]. PutValue...

    docs.aspose.com/cells/zh/net/hiding-rows-and-co...
  6. How to Set Print Area with Python.NET|Documenta...

    Learn how to set and clear print areas in Excel files using Aspose.Cells for Python via .NET....programmatically: Access worksheet’s page setup properties Define...Default printing of entire worksheet Removal of previous range...

    docs.aspose.com/cells/python-net/how-to-set-pri...
  7. 将图表转换为图像|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....Workbook (); //Adding a new worksheet to the Excel object int sheetIndex...sheetIndex = workbook . Worksheets . Add (); //Obtaining the reference...

    docs.aspose.com/cells/zh/net/convert-charts-to-...
  8. 主轴和副轴练习用C++|Documentation

    了解如何在Aspose.Cells for C++中理解和使用主轴和副轴。我们的指南将帮助您理解主轴和副轴的区别,以及如何有效地配置和使用它们的图表。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...sample values used in a chart worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/primary-and-second...
  9. Autofit Rows and Columns in PHP|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....height of a row is to call the Worksheet class' autoFitRow method....Accessing the first worksheet in the Excel file $worksheet = $workbook...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  10. 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...