We're pleased to announce the release of Spire.XLS for Java 13.11.6. This version mainly fixes some issues that occurred when converting Excel to Html/PDF and copying worksheets. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4966 Fixes the issue that the application threw the "java.lang.NullPointerException" exception when converting worksheets to HTML documents. Bug SPIREXLS-4967 Fixes the issue that excessive "0" characters occurred in the text content when converting Excel documents to HTML documents. Bug SPIREXLS-4968 Fixes the issue that the cell content was partially lost when converting Excel to…
We're pleased to announce the release of Spire.XLS 13.11.4. This version mainly fixes the issues occurring when convert Excel to HTML or PDF. In addition, some known issues are fixed, such as the function SHEET(A3) did not auto calculate, and the watermark was incorrect after copying a worksheet. More details are as follows. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4876 Fixed the issue that some cells were missing when convert Excel to HTML. Bug SPIREXLS-4880 Fixed the issue that the font directory did not take effective when converting Excel to PDF. Bug…
We are pleased to announce the release of Spire.Doc 11.11.8. This version publicizes the enumeration of Spire.Doc.Publics.Drawing.FontStyle. What's more, the namespace of the "FontStyle" in the "PrivateFontPath" structure has also been changed to "Spire.Doc.Publics.Drawing". More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Publicizes the enumeration Spire.Doc.Publics.Drawing.FontStyle. New feature - Changes the namespace of the "FontStyle" in the "PrivateFontPath" structure to "Spire.Doc.Publics.Drawing". Instructions: Changes the method "public PrivateFontPath(string fontName, System.Drawing.FontStyle fontStyle, string fontPath)" to "public PrivateFontPath(string fontName, Spire.Doc.Publics.Drawing.FontStyle fontStyle, string fontPath)". Changes the method "public PrivateFontPath(string fontName, System.Drawing.FontStyle…
We are delighted to announce the release of Spire.PDF for Java 9.11.3. This version enhances the conversion from PDF to Word documents and PPTX files. Besides, some known issues are fixed successfully in this version, such as the issue that extracting the contents of tables in PDF failed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-5830 Fixes the issue that extracting the contents of tables in PDF failed. Bug SPIREPDF-6315 Fixes the issue that the content was drawn repeatedly when converting PDF to PPTX on Ubuntu system. Bug…
We are excited to announce the release of Spire.XLS for Python 13.11.1. This version adds IPivotTableOptions.ReportLayout get/set methods and ConverterSetting.ToImageWithoutMargins get/set methods. Besides, a lot of known issues are successfully fixed in this version, such as the issue that it threw an exception when initializing IOleObjects. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds IPivotTableOptions.ReportLayout get/set methods. New feature - Adds ConverterSetting.ToImageWithoutMargins get/set methods. Bug - Fixes the issue that it threw an exception when the result of executing getFormula() method and getFormulaStringValue() method under XlsRange…
We are pleased to announce the release of Spire.Presentation for Java 8.11.1. This version enhances the conversion from slides to SVG. What's more, some known issues are fixed in this version, such as the issue that the underline of the inserted HTML text missed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPPT-2114 Fixes the issue that the content was incorrect after converting slides to SVG. Bug SPIREPPT-2140 SPIREPPT-2373 Fixes the issue that the gradient background color was incorrect after converting slides to SVG. Bug SPIREPPT-2380 Fixes the issue…
We are excited to announce the release of Spire.PDF 9.11.4. This version adds the new PdfImageHelper interface for image extraction, deletion, replacement and compression. It also enhances the conversion from PDF to XPS and XPS to PDF. Moreover, some known issues are fixed in this version, such as the issue that two columns of the extracted PDF table were merged. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds the new PdfImageHelper interface for image extraction, deletion, replacement and compression. Key code snippets are as follows: //…
We are pleased to announce the release of Spire.XLS for Java 13.11.0. This version supports retrieving comments from the Name Manager. The conversion of Excel to PDF has also been enhanced. Besides, some known issues are fixed successfully in this version, such as the issue that the program threw "Invalid ValidationAlertType " when reading an Excel file. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4919 Supports retrieving comments from the Name Manager. Workbook workbook = new Workbook();  workbook.loadFromFile(inputFile);  INameRanges nameManager = workbook.getNameRanges();  StringBuilder stringBuilder = new StringBuilder(); …
page 50