Sort Score
Result 10 results
Languages All
Labels All
Results 5,261 - 5,270 of 41,174 for

worksheet

(0.1 sec)
  1. Aspose::Cells::Drawing::ShapeCollection::AddRec...

    Aspose::Cells::Drawing::ShapeCollection::AddRectangle method. Adds a RectangleShape to the Worksheet in C++....Adds a RectangleShape to the worksheet. RectangleShape Aspose ::...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  2. Create PdfBookmarkEntry for Chart Sheet|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....Render One PDF Page Per Excel Worksheet - Excel to PDF Conversion...Conversion Save Specified Worksheets to PDF...

    docs.aspose.com/cells/java/create-pdfbookmarken...
  3. Aspose::Cells::Drawing::Shape::GetLinkedCell me...

    Aspose::Cells::Drawing::Shape::GetLinkedCell method. Gets or sets the Worksheet range linked to the control's value in C++.... method Gets or sets the worksheet range linked to the control’s...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  4. Public API Changes in Aspose.Cells 16.12.0|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....address (cell area reference) & Worksheet index. The following snippet...to A2 in first (default) worksheet. Java //Create an instance...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. ViewType | Aspose.Cells for Java API Reference

    Represents the view type of the Worksheet....Represents the view type of the worksheet. Fields Field Description...

    reference.aspose.com/cells/java/com.aspose.cell...
  6. Filltype of series is auto, but getFillType() i...

    Hello, I want to judge the fill type of the graph series, but when the graph series fill is set to automatic, the fill type I get is still a solid color fill. Can you help me, please? code show as below: Workbook wor…...xlsx"); Worksheet worksheet = workbook.getWorksheets()...getWorksheets().get(0); int type = worksheet.getCharts().get(0).getNSeries()...

    forum.aspose.com/t/filltype-of-series-is-auto-b...
  7. Aspose.Cells for Android via Java 19.9 Release ...

    Aspose.Cells for Android via Java 19.9 Release Notes – the latest enhancements, new features, and fixes....Insert SVG file into the worksheet New Feature CELLSJAVA-42969...CELLSJAVA-42942 Pages printed on worksheet level and not on workbook...

    docs.aspose.com/cells/java/aspose-cells-for-and...
  8. SpreadsheetML - XLSX, XML|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....“Hello World” phrases in the worksheet and replaces them with “Goodbye...standalone = "yes" ?> \ - < worksheet xmlns = "http://schemas.openxmlformats...

    docs.aspose.com/cells/net/spreadsheetml-xlsx-xml/
  9. Features|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....X Managing Worksheets Add/Insert/Remove Worksheets X X X Rename...Rename Worksheets X X X Sort Worksheet data X X X Supports Worksheet...

    docs.aspose.com/cells/net/grid-features/
  10. How to replace rows in a table one a workbook w...

    How can I replace the rows in a table one a workbook with the rows of a table in another workbook? Both tables have the same columns....Worksheets.Names["View_SalesSummary"];...(Name name in targetWorkbook.Worksheets.Names) Debug.WriteLine($"Workbook:...

    forum.aspose.com/t/how-to-replace-rows-in-a-tab...