Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 28,082 for

worksheet

(0.12 sec)
  1. 创建、删除和获取GridCell注释|Documentation

    本文介绍了如何在GridWeb中处理评论。... //Access first worksheet of GridWeb GridWorksheet sheet...sheet = GridWeb1 . WorkSheets [ 0 ]; //Access cell B4 GridCell...

    docs.aspose.com/cells/zh/net/aspose-cells-gridw...
  2. Line Breaks and Text Wrapping|Documentation

    How to implement text wrapping and word wrap using the Aspose.Cells library in JavaScript via C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text‑wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....first worksheet in the workbook const ws = wb . worksheets . get...get ( 0 ); // Get worksheet cells collection const cell = ws ...

    docs.aspose.com/cells/javascript-cpp/line-break...
  3. Public API Changes in Aspose.Cells 8.6.0|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....instance of first default worksheet Worksheet sheet = workbook . getWorksheets...a new module to the first worksheet int moduleIdx = workbook ...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. 用Node.js和C++格式化和修改命名范围|Documentation

    学习如何使用Aspose.Cells for Node.js via C++格式化和修改命名范围。...Workbook (); // Get the first worksheet in the book. const WS = workbook...Workbook (); // Clears the worksheets workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/format-and-...
  5. Public API Changes in Aspose.Cells 8.5.1|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....WORKSHEET TableDataSourceType.XML Added...Workbook ( "D:/book1.xlsx" ); Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Specify the Far East and Latin Name of the Font...

    Learn how to specify Far East and Latin font names in text options of shapes using Aspose.Cells for JavaScript via C++....Access the first worksheet. const ws = wb . worksheets . get ( 0 );...Add a textbox inside the worksheet. const idx = ws . textBoxes...

    docs.aspose.com/cells/javascript-cpp/specify-th...
  7. 在VSTO和Aspose.Cells中自动筛选数据|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.... Worksheet sheet = ( Excel . Worksheet ) objBook ....First sheet. Worksheet sheet = objBook . Worksheets [ "Sheet1"...

    docs.aspose.com/cells/zh/net/auto-filter-data-i...
  8. Handle Automatic Units of Chart Axis like Micro...

    Learn how to handle automatic units on chart axes in Aspose.Cells for JavaScript via C++. Our guide will show you how to configure and customize automatic units on a chart axis, including the display of scientific notation and adjusting the scale....first worksheet const worksheet = workbook . worksheets . get...first chart const chart = worksheet . charts . get ( 0 ); // Render...

    docs.aspose.com/cells/javascript-cpp/handle-aut...
  9. Copy Sparkline by Specifying Data Range and Loc...

    Learn how to copy a sparkline in Excel by specifying data range and location of sparkline group using Aspose.Cells for JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...sparkline group const group = worksheet . sparklineGroups . get (...

    docs.aspose.com/cells/javascript-cpp/copy-spark...
  10. 创建、删除和获取GridCell注释|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 first worksheet of GridWeb GridWorksheet sheet...4单元格的注释。 // Access first worksheet of GridWeb GridWorksheet sheet...

    docs.aspose.com/cells/zh/java/create-remove-and...