Sort Score
Result 10 results
Languages All
Labels All
Results 6,181 - 6,190 of 159,851 for

xlsx

(0.38 sec)
  1. Watermark J2K image via C# | products.aspose.com

    Try our On-Premise document APIs to watermark J2K image file on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....NET Watermark J2k PPTX DOCX XLSX PDF ODP J2K Add Text Watermark...

    products.aspose.com/imaging/net/watermark/j2k/
  2. Key Features of Aspose.PDF|Aspose.PDF for Java

    Aspose.PDF for Java shows the main features and describes the supported PDF versions, and all the manipulations we can do with documents.... PDF to Excel XLS and XLSX PDF to HTML conversion. PDF...

    docs.aspose.com/pdf/java/key-features/
  3. Font size is out of range error when using setH...

    Description: We are using Cell.setHtmlString() in Aspose.Cells for Java. When the HTML contains CSS like: <span style="font-size:0.75rem;">Upload</span> Aspose throws the following exception: com.aspose.cells.CellsE…...xlsx"); console.log("File saved successfully...to a file workbook.save("out1.xlsx"); console.log("File saved successfully...

    forum.aspose.com/t/font-size-is-out-of-range-er...
  4. how to run Aspose.Cells.GridJs in docker|Docume...

    This article introduces how to run GridJs in Docker to build an online Excel editor or viewer application....xlsx /app/wb/ # set the start command...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  5. Grayscale TIF images via Java | products.aspose...

    Try our On-Premise document APIs to grayscale TIF image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....Java Grayscale Tif PPTX DOCX XLSX PDF ODP TIF Grayscale TIF images...

    products.aspose.com/imaging/java/grayscale/tif/
  6. View WMZ images via Java | products.aspose.com

    Try our On-Premise document APIs to View WMZ image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....Imaging Java Viewer Wmz PPTX DOCX XLSX PDF ODP WMZ View WMZ images...

    products.aspose.com/imaging/java/viewer/wmz/
  7. Edit or View MSG Files Metadata via Java | prod...

    Java sample code to edit or view MSG format metadata on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Việt MSG Metadata PPTX DOCX XLSX PDF ODP MSG Extract MSG Metadata...

    products.aspose.com/email/java/metadata/msg/
  8. Edit or View EML Document Metadata via C++ | pr...

    C++ example code to edit or view EML file metadata on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Việt EML Metadata PPTX DOCX XLSX PDF ODP EML Extract EML Metadata...

    products.aspose.com/email/cpp/metadata/eml/
  9. Edit or View PST Document Metadata via C++ | pr...

    C++ example code to edit or view PST file metadata on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Việt PST Metadata PPTX DOCX XLSX PDF ODP PST Extract PST Metadata...

    products.aspose.com/email/cpp/metadata/pst/
  10. 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 …...xlsx"; Workbook workbook = new Workbook();...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...