Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 29,602 for

worksheet

(0.34 sec)
  1. Get HTML5 string from Cell|Documentation

    Learn how to get the HTML5 string from a cell using the Aspose.Cells for .NET API....text in cell A1 of the first worksheet. It then gets the normal HTML...

    docs.aspose.com/cells/net/get-html5-string-from...
  2. How to get OData Connection Information|Documen...

    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....and Writing Query Table of Worksheet Read and Write External Connection...

    docs.aspose.com/cells/python-net/how-to-get-oda...
  3. 在xlsx4j中设置打印标题|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 = sheet...

    docs.aspose.com/cells/zh/java/set-print-titles-...
  4. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…...xlsx"); Worksheet worksheet = workbook.getWorksheets()...println(options.getCopyFormatType()); worksheet.getCells().insertColumns(3...

    forum.aspose.com/t/insertcolumns-not-work-fine-...
  5. Convert Text to Columns using Aspose.Cells|Docu...

    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....in column A of the first worksheet. The first and last names...

    docs.aspose.com/cells/java/convert-text-to-colu...
  6. Get the Cell object by DisplayName of PivotFiel...

    How to get the Cell object by DisplayName of PivotField of PivotTable with Aspose.Cells for Python via .NET....first pivot table of the worksheet and then gets the cell by...

    docs.aspose.com/cells/python-net/get-the-cell-o...
  7. Rows Collections - Free Support Forum - aspose.com

    Hi, I was wondering if there was a method to return a rows collection in a Worksheet following a certain criteria? For example, if i only wanted rows that had data/no data or is hidden/not hidden. At the moment I would…...return a rows collection in a worksheet following a certain criteria...property of the row. If a worksheet has data entry on say rows...

    forum.aspose.com/t/rows-collections/315172
  8. Create Signature Line in an Excel Workbook with...

    This article describes how to Create Signature Line in an Excel Workbook using C++ codes with Aspose.Cells for C++....Adds a Signature Line to the worksheet. workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/create-signature-line...
  9. How to Convert Excel to Array in Java

    In this tutorial you will learn how to convert Excel to array in Java with the help of a simple code. Following these steps, you can read values from Excel file and store in array in Java on Windows, Linux, and macOS....reference to Workbook and Worksheet classes using Import statement...file and access one of its worksheets from where data is to be...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  10. Excel crash when open it - Free Support Forum -...

    Hello There, When i draw a shape with below then excel is crashed i assigned width from shapePathBottom.WidthPixel but it is return negative value below is sample code for draw a line shape ShapePath shapePathBottom …...("1038")); Shape oShapeBottom = worksheet.Shapes.AddFreeform(0, 0, 0...sense in the context of your worksheet. Validate Width and Height...

    forum.aspose.com/t/excel-crash-when-open-it/315455