Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 30,196 for

worksheet

(0.16 sec)
  1. Setting Headers and Footers with Node.js via C+...

    This article explains how to programmatically insert an image in the header and footer of Excel Worksheets using Aspose.Cells for Node.js via C++....add headers and footers to worksheets as well. Headers and footers...add headers and footers to worksheets at runtime, but we recommend...

    docs.aspose.com/cells/nodejs-cpp/setting-header...
  2. 用Node.js通过C++判断工作表是否为对话框工作表|Documentation

    本文提供判断Excel工作表是否为对话框工作表的说明和示例代码,使用Aspose.Cells for Node.js via C++。...js via C++提供的 Worksheet.getType() 属性。如果返回枚举值 SheetType...cel文件(64716820.xlsx)。它检查 Worksheet.getType() 属性,将其与 SheetType...

    docs.aspose.com/cells/zh/nodejs-cpp/find-if-the...
  3. Public API Changes in Aspose.Cells 8.8.3|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....Adding ActiveX Controls to Worksheet . Following is the simple...Workbook (); // Access first worksheet from the collection var sheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. 更改单元格的格式|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库更改单元格格式,包括字体、颜色、边框等。通过调整这些属性,可以更好地控制单元格的外观。...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...the first worksheet const ws = workbook . worksheets . get ( 0...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  5. 数据验证|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++添加数据验证。...Cells for JavaScript通过C++中,每个 Worksheet 类都具有一个 validations 集合,代表一组...// Create a worksheet and get the first worksheet. const ExcelWorkSheet...

    docs.aspose.com/cells/zh/javascript-cpp/data-va...
  6. Aspose.Cells.GridWeb - Web Grid Control|Documen...

    This article introduces features for GridWeb.... Worksheet Features Add/remove worksheets. Supports...vertical sorting of worksheet data. Supports worksheet pagination. Create...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. A large row ID value truncated when row column ...

    Hi, I’ve enabled setPrintHeadings on a Worksheet prior to converting it to PDF and I noticed that row IDs that are greater than 999 (i.e. 4 digits) are truncated in the PDF. (see screenshot) Is there a way to set the …...enabled setPrintHeadings on a worksheet prior to converting it to...Access the first worksheet Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/a-large-row-id-value-truncat...
  8. 获取ODS文件中的单元格验证|Documentation

    了解如何通过C++ API中的Aspose.Cells for JavaScript获取单元格验证。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...Accessing the first worksheet in the file const worksheet = workbook ...

    docs.aspose.com/cells/zh/javascript-cpp/get-cel...
  9. 使用JavaScript通过C++从ODS文件读取图表副标题|Documentation

    学习如何通过C++使用Aspose.Cells for JavaScript从OpenDocument Spreadsheet(ODS)文件中读取图表副标题。我们的指南将演示如何提取和访问图表的副标题以便进行进一步分析或显示。...the first worksheet in the workbook const worksheet = workbook...workbook . worksheets . get ( 0 ); // Accessing the first chart inside...

    docs.aspose.com/cells/zh/javascript-cpp/read-ch...
  10. Read Axis Labels after Calculating the Chart wi...

    Learn how to read axis labels in Aspose.Cells for Node.js via C++ after calculating the chart. Our guide will show you how to access and retrieve axis labels, including their formatting and positioning....of the chart in the first worksheet. It then prints the values...Access the first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/read-axis-labe...