Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 30,157 for

worksheet

(0.09 sec)
  1. Get Cells Range|Documentation

    Learn how to get cell ranges using the Aspose.Cells for Node.js via C++ API....manipulate some data on a worksheet, you need to know the data...data range of the entire worksheet. Aspose.Cells for Node.js via...

    docs.aspose.com/cells/nodejs-cpp/get-cells-range/
  2. How to change background of a comment in Excel ...

    How to change color in a comment in Excel. How to insert a picture or image in a comment in Excel using C++....book ( inputPath ); Worksheet worksheet = book . GetWorksheets...( 0 ); Comment comment = worksheet . GetComments (). Get ( 0...

    docs.aspose.com/cells/cpp/how-to-set-comment-ba...
  3. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text using JavaScript via C++. This document provides detailed steps and sample code for using Aspose.Cells for cell alignment settings....Workbook class contains a Worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/javascript-cpp/cells-alig...
  4. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells for JavaScript via C++....create a slicer using the Worksheet.slicers.add() method. Create...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...

    docs.aspose.com/cells/javascript-cpp/create-sli...
  5. 通过 C++ 在 Node.js 中实现工作表视图|Documentation

    本文将介绍如何使用 Node.js 和相关 API 来与 Excel 工作簿和工作表的分页预览交互,还包括拆分窗格、冻结窗格和缩放比例的操作。... 一个工作表由 Worksheet 班表示。 Worksheet 班提供了各种属性和方法,用于管理工...为了启用普通或页面分页预览模式,使用 Worksheet 班的 Worksheet.isPageBreakPreview()...

    docs.aspose.com/cells/zh/nodejs-cpp/worksheet-v...
  6. How to create a Gantt chart with Node.js via C+...

    Learn how to create a Gantt chart with Aspose.Cells for Node.js via C++ API....Access the first worksheet const worksheet = workbook . getWorksheets...BarStacked Chart const i = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/how-to-create-...
  7. 在Excel或OpenOffice中插入超链接|Documentation

    如何在使用C++的JavaScript中,用Aspose.Cells库在Excel文件插入超链接而无需MS Excel。...工作表由 Worksheet 类表示。 Worksheet 类提供了不同的方法,用于在 Excel...Excel 文件中添加超链接。 添加指向URL的链接 Worksheet 类包含一个 hyperlinks 集合。每个项代表一个...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  8. Create Pivot Tables using Apache POI and Aspose...

    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....Cells: Add some data to a worksheet cells using a Cell object’s...Add a pivot table to the worksheet by calling the PivotTableCollection...

    docs.aspose.com/cells/java/create-pivot-tables-...
  9. Add Comments in Spreadsheet in xlsx4j|Documenta...

    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....method (encapsulated in the Worksheet object). The new Comment object...new worksheet to the Workbook object Worksheet worksheet = workbook...

    docs.aspose.com/cells/java/add-comments-in-spre...
  10. 解析Excel表格列数异常 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题现象: 第二个sheet检测出来16000+列,实际没有这么多列 源文件: 2024.11-原材料栾(2.18铁选矿污泥清理) (1).xlsx.zip (287.6 KB) 测试代码: public static void main(String[] args) throws Exception{ FileInputStream fileInputStream = …...ByteArrayInputStream(bytes)); Worksheet worksheet; int maxColumn = 0; int...maxRow = 0; try { Iterator<Worksheet> iterator = workbook.getWorksheets()...

    forum.aspose.com/t/excel/310744