Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 21,309 for

worksheet

(0.04 sec)
  1. Insert a Picture Based on Cell Reference with N...

    Learn how to insert a picture in a Worksheet based on a cell reference using Aspose.Cells for Node.js via C++. Show cell data in a picture....displaying the contents of a worksheet cell in an image shape. You...object. Add a picture to the worksheet by calling the ShapeCollection...

    docs.aspose.com/cells/nodejs-cpp/insert-a-pictu...
  2. Applying Subtotal and Changing Direction of Out...

    Learn how to apply subtotal and change direction of outline summary Rows below Detail by using the Aspose.Cells for C++ API....Subtotal to data using the Worksheet.Cells.Subtotal() method. It...following screenshot using the Worksheet.Outline.SummaryRowBelow property...

    docs.aspose.com/cells/cpp/applying-subtotal-and...
  3. Public API Changes in Aspose.Cells 8.6.2|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.... Worksheets [ sheetIndex ]. Name + "...first worksheet Worksheet worksheet = workbook . Worksheets [ 0...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. 创建新工作表|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 Workbook object WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...

    docs.aspose.com/cells/zh/java/create-new-worksh...
  5. How to set category axis|Documentation

    Learn how to set the category axis in Aspose.Cells for .NET. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....After you create a chart in a worksheet, then you can set category...a new chart in the first worksheet. Add some values to cells...

    docs.aspose.com/cells/net/how-to-set-category-a...
  6. Evaluate 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....it always injects an extra worksheet with an evaluation watermark...extra evaluation watermark worksheet to the workbook is shown below:...

    docs.aspose.com/cells/python-net/evaluate-aspos...
  7. Import data from document|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....techniques to import data to worksheets from different data sources...Workbook class contains a Worksheets collection that allows to...

    docs.aspose.com/cells/net/import-data-from-docu...
  8. 从工作表导出数据|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... Object dataTable [][] = worksheet . getCells (). exportArray...

    docs.aspose.com/cells/zh/java/export-data-from-...
  9. 更改行或列的字体和颜色|Documentation

    本文介绍如何在GridDesktop中更改行或列的字体和颜色。...设置为任意所需的 颜色 //Accessing the worksheet of the Grid that is currently...currently active Worksheet sheet = gridDesktop1 . GetActiveWorksheet...

    docs.aspose.com/cells/zh/net/aspose-cells-gridd...
  10. Line Breaks and Text Wrapping with C++|Document...

    How to implement text wrapping and word wrap using the Aspose.Cells library in 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....// Open first Worksheet in the workbook Worksheet ws = wb . GetWorksheets...GetWorksheets (). Get ( 0 ); // Get Worksheet Cells Collection Cells cell...

    docs.aspose.com/cells/cpp/line-breaks-and-text-...