Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 21,315 for

worksheet

(0.05 sec)
  1. How to Set Print Titles with C++|Documentation

    This article shows you code explaining how to set print titles using Aspose.Cells library with C++.... When you print the worksheet, the specified rows or columns...print titles in a specified worksheet: First, load the sample file...

    docs.aspose.com/cells/cpp/how-to-set-print-titles/
  2. 用 C++ 在 Excel 工作表中分屏|Documentation

    在本文中,您将学习如何通过编程方式使用 C++ 将工作表分成两部分或四部分,以在不同的窗格中显示特定的行和/或列。...轻松编程垂直分割工作表中的列,只需在顶部行中选择一个单元格作为活动单元格,然后 使用 Worksheet.Split 方法进行拆分。 #include <iostream>...Get the first worksheet in the workbook. Worksheet sheet = workbook...

    docs.aspose.com/cells/zh/cpp/how-to-split-scree...
  3. 在单元格中添加数据|Documentation

    本文介绍了如何使用Aspose.Cells for .NET API向单元格中添加数据。...工作表由Worksheet类表示。Worksheet类提供了一个Cells集合。Cells集合中的每个项表示Cell类的对象。...added worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/net/add-data-in-cells/
  4. Aspose.Cells 8.3.1中的公共API更改|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....//Access the first worksheet Worksheet worksheet = workbook . getWorksheets...chart inside the worksheet Chart chart = worksheet . getCharts ()...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Read Chart Subtitle from ODS File using Node.js...

    Learn how to use Aspose.Cells for Node.js via C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....); // Access first worksheet const worksheet = workbook . getWorksheets...chart inside the worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/nodejs-cpp/read-chart-sub...
  6. 使用 C++ 在 Node.js 中设置页面布局和打印选项|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....the first worksheet in the Excel file const worksheet = workbook...the orientation to Portrait worksheet . getPageSetup (). setOrientation...

    docs.aspose.com/cells/zh/nodejs-cpp/page-setup-...
  7. Hiding and Showing Rows and Columns|Documentation

    This article shows how to Hide and Show Rows and Columns by the Aspose.Cells for Python via .NET API....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/python-net/hiding-and-sho...
  8. Shapes|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....expressions with C++ Add Icons to Worksheet with C++ Web Extensions -...Watermark to Worksheet with C++ Copy Shapes between Worksheets with C++...

    docs.aspose.com/cells/cpp/shapes/
  9. 通过 C++ 使用 Node.js 在工作表之间复制 Shapes|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在工作表之间复制图片、图表等形状。...Picture from the "Picture" worksheet. const picturesource = workbook...the picture to the Result Worksheet workbook . getWorksheets ()...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-shapes...
  10. 使用C++在工作表中显示公式而非值|Documentation

    本文提供了使用C++ API以编程方式在Excel工作表或电子表格中显示公式而非值的示例代码。...Cells提供了一个 Worksheet.GetShowFormulas() 属性。将其设置为...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/show-formulas-inst...