Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 27,447 for

worksheet

(0.06 sec)
  1. Access and Modify the Display Label of the Link...

    Learn how to access and modify the display label of a linked Ole object using Aspose.Cells for Node.js via C++....filePath ); // Access first worksheet const ws = wb . getWorksheets...Workbook ( ms ); // Access first worksheet const wsFromStream = wbFromStream...

    docs.aspose.com/cells/nodejs-cpp/access-and-mod...
  2. How to Merge Cells in Excel using C#

    This basic tutorial will provide detail on how to merge cells in Excel using C#. By using a few number of API calls in C# excel cell merge feature can be incorporated in an existing or a new workbook....With the help of C# Excel worksheet merge cells operation can...a new Excel file Access a worksheet and create a Cells class object...

    kb.aspose.com/cells/net/how-to-merge-cells-in-e...
  3. I am not able to get the height of wrapped text...

    i am able to get the cell width of column by sheet.Cells.GetColumnWidthPixel(i) but not able to get cell height if the text is wrapped i used sheet.AutoFitRow(i) but same result after and before...workbook and access the first worksheet Workbook workbook = new Workbook();...Workbook(); Worksheet worksheet = workbook.getWorksheets().get(0);...

    forum.aspose.com/t/i-am-not-able-to-get-the-hei...
  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....reference of the PageSetup of the worksheet PageSetup pageSetup = workbook...getPageSetup (); //Setting worksheet name at the left header pageSetup...

    docs.aspose.com/cells/zh/java/header-and-footers/
  5. How to Create Excel Pie Chart in C#

    This topic shows on how to create Excel Pie chart in C# in WinForms .NET or ASP.NET app without using MS Excel interop....Excel workbook Get the first worksheet in the workbook and add data...data to the worksheet Add new Pie chart using ChartType.Pie enum...

    kb.aspose.com/cells/net/how-to-create-excel-pie...
  6. Data in Non-Primitive Shape with Node.js via C+...

    Learn how to access and manipulate non-primitive shapes in Aspose.Cells for Node.js via C++....Workbook ( filePath ); const worksheet = workbook . getWorksheets...user‑defined shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/data-in-non-pr...
  7. Sort Data in Column with Custom Sort List with ...

    Learn how to sort data in the column using a custom list by using the Aspose.Cells for C++ API....xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/sort-data-in-column-w...
  8. Read Excel File in Python

    This topic covers how to open and read Excel files in Python. It provides IDE setup instructions, a step-by-step approach, and a working example to create an XLSX reader in Python....file, access the desired worksheet, and then retrieve the needed...subsequently accessing a worksheet using the index number. It...

    kb.aspose.com/cells/python/read-excel-file-in-p...
  9. Tables and Ranges with Node.js via C++|Document...

    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....table/list object (from the first worksheet) to normal range wb . getWorksheets...table/list object (from the first worksheet) to normal range workbook...

    docs.aspose.com/cells/nodejs-cpp/tables-and-ran...
  10. Working with External Data Connection of type W...

    Learn how to work with external data connections of type WebQuery using Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...and Writing Query Table of Worksheet with JavaScript via C++...

    docs.aspose.com/cells/javascript-cpp/working-wi...