Sort Score
Result 10 results
Languages All
Labels All
Results 6,041 - 6,050 of 249,449 for

cells

(0.3 sec)
  1. Convert HTML tables to PDF in Python

    Learn how to convert HTML tables to PDF with Aspose.HTML in Python via .NET, preserving layouts, styles, custom page sizes, footers, and page numbers for reports and invoices....preserves column widths, borders, cell colors, and even custom CSS...color and thickness across cells. Footer overlaps content # Increase...

    blog.aspose.com/html/convert-html-tables-to-pdf...
  2. Aspose.Cells 25.11 - Refreshing XLSM Pivot Tabl...

    Hi, I’m using Aspose.Cells 25.11 for .NET, and during our calculation engine we run refresh Pivot Tables. When using it on .xlsm file it returns a corrupt workbook and changes the order of some columns on the workbook…...Cells 25.11 - Refreshing XLSM Pivot Tables corrupts the...the file Aspose.Cells Product Family cells-net oded.b November...

    forum.aspose.com/t/aspose-cells-25-11-refreshin...
  3. Multi-part answer sheet with fill-in line|Docum...

    OMR ready multi-part answer sheet with fill-in line...font_size=10 align=left content_type=cells align=center ?empty_line= height=50..."font_size" : 10 , "content_type" : "Cells" , "align" : "Center" , "element_type"...

    docs.aspose.com/omr/net/showcases/exam/multipart/
  4. Aspose.Cells Java for Jython|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....Cells Java for Jython Contents [ Hide ] Introduction...products. Aspose.Cells for Java Aspose.Cells for Java is an advanced...

    docs.aspose.com/cells/java/aspose-cells-java-fo...
  5. HTML tag <hr> causes contents to extend beyond ...

    Dear Aspose Support Team I am experiencing issues when converting certain HTML documents to PDF using Aspose.Words. When the hr tag is used inside a table, it can sometimes cause the contents of that table to push beyon…...with wrapped shapes inside cells as content metrics for text...with wrapped shapes inside cells as content metrics for text...

    forum.aspose.com/t/html-tag-hr-causes-contents-...
  6. Aspose.Cells 25.6 C++ - core dump running on Li...

    Hi, we are testing Aspose.Cells 25.6 C++ for the Linux platform. We are running on OpenSUSE. We downloaded the official sample Aspose.Cells-for-Cpp-25.6-linux from Getting Started|Documentation and followed the compila…...Cells 25.6 C++ - core dump running on Linux Aspose.Cells...1 Hi, we are testing Aspose.Cells 25.6 C++ for the Linux platform...

    forum.aspose.com/t/aspose-cells-25-6-c-core-dum...
  7. Range.Replace with table cell characters (slash...

    I am using bookmarks as placeholders for replacing conditional text using Aspose.Words C#. I am trying to run Range.Replace on a portion of the text of a bookmark which contains a table. The Range.Replace will not work w…...Replace with table cell characters (slash a) Aspose.Words...bookmark.Text.Replace(ControlChar.Cell, "&c"); //do the replacing of...

    forum.aspose.com/t/range-replace-with-table-cel...
  8. Aspose.Cells GridJs - Hide menu to InsertrRow b...

    Hello, I am working with an Excel worksheet, and I’ve noticed a new functionality at the bottom of the sheet, just below the last row. This functionality displays a menu for inserting a specified number of rows. This m…...Cells GridJs - Hide menu to InsertrRow below the maximum...maximum row Aspose.Cells Product Family cells-net , gridjs klep September...

    forum.aspose.com/t/aspose-cells-gridjs-hide-men...
  9. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …...How to Fit Image to Cell Width in Aspose.Cells Instead of Fixed...Fixed Width? Aspose.Cells Product Family e.scanlan October 22, 2025...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...
  10. Cell | Aspose.Words for Java

    Represents a table cell in Java....Cell Contents [ Hide ] Inheritance: java.lang.Object, com.aspose...class Cell extends CompositeNode Represents a table cell. To learn...

    reference.aspose.com/words/java/com.aspose.word...