Spire.XLS for Java 13.3.6 support converting Excel to standalone HTML files
2023-03-22 09:30:07
We are glad to announce the release of Spire.XLS for Java 13.3.6. This version support converting Excel to standalone HTML files, saving the entire Excel file to an HTML stream, adding conditional formatting to PivotFields and DataFields in pivot tables and replacing part of the text within a cell. What’s more, it also enhances the conversion from Excel to PDF and images. Additionally, some known issues are fixed, such as the issue that the guide lines lost when converting charts to images. More details are listed below. Here is a list of changes made in this release Category ID Description…
Spire.Email 6.3.2 fixes the issue that the date of emails read was incorrect
2023-03-22 01:56:53
We are happy to announce the release of Spire.Email 6.3.2. This version fixes the issue that the email date information read was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREEMAIL-65 Fixes the issue that the email date information read is correct. Click the link to download Spire.Email 6.3.2: https://www.e-iceblue.com/Download/email-for-net.html
Spire.PDF for Java 9.3.6 support scaling when printing PDF documents
2023-03-21 03:21:45
We are excited to announce the release of Spire.PDF for Java 9.3.6. This version supports scaling when printing PDF documents and optimizes memory consumption when printing PDF documents. What’s more, some known issues are fixed successfully, such as the issue that the application threw “java.lang.NullPointerException” when extracting table content. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5796 Optimizes memory consumption when printing PDF documents. New feature SPIREPDF-5833 Supports scaling when printing PDF documents. pdfDocument.getPrintSettings().selectSinglePageLayout (PdfSinglePageScalingMode.Custom_Sacle, true, customScaling); Bug SPIREPDF-5536 Fixes the issue that the application threw "java.lang.NullPointerException"…
Spire.Office 8.3.2 is released
2023-03-16 09:40:16
We are happy to announce the release of Spire.Office 8.3.2. In this version, Spire.PDF supports embedding fonts into PDF documents and “Show/Hide Fields” action; Spire.XLS supports ISOWEEKNUM, CEILING.PRECISE, and ENCODEURL formula and replacing font; Spire.Spreadsheet supports the zoom function; Spire.Email supports OAuth2 authentication. In addition, a lot of known issues are fixed successfully in this version. More details are listed below. In this version, the most recent versions of Spire.Doc, Spire.PDF, Spire.XLS, Spire.Presentation, Spire.Email, Spire.DocViewer, Spire.PDFViewer, Spire.Spreadsheet, Spire.OfficeViewer, Spire.DataExport, Spire.Barcode are included. DLL Versions: Spire.Doc.dll v11.3.2 Spire.Pdf.dll v9.3.4 Spire.XLS.dll v13.3.2 Spire.Presentation.dll v8.2.0 Spire.Email.dll v6.3.1 Spire.DocViewer.Forms.dll v8.3.0 Spire.PdfViewer.Forms.dll v7.10.0 Spire.PdfViewer.Asp.dll v7.10.0…
Spire.Office for Java 8.3.5 is released
2023-03-16 09:24:34
We are glad to announce the release of Spire.Office for Java 8.3.5. In this version, Spire.PDF for Java optimizes the function of compressing documents and it also enhances the conversion from PDF to Excel; Spire.Doc for Java enhances the conversion form Word to PDF; Spire.XLS for Java enhances the conversion from Excel to PDF. Moreover, many known issues are fixed in this version. More details are listed below. Click the link to download Spire.Office for Java 8.3.5: https://www.e-iceblue.com/Download/office-for-java.html Here is a list of changes made in this release Spire.PDF for Java Category ID Description New feature SPIREPDF-5706 Optimizes the function…
Spire.DocViewer 8.3.0 fixes the issue that some images were not displayed
2023-03-15 07:45:58
We are excited to announce the release of Spire.DocViewer 8.3.0. This version fixes the issue that some images were not displayed. Meanwhile, it successfully fixes the issue that Chinese text display failed. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOCVIEWER-98 Fixes the issue that some images were not displayed. Bug SPIREDOCVIEWER-99 Fixes the issue that Chinese text display failed. Click the link to download Spire.DocViewer 8.3.0: https://www.e-iceblue.com/Download/download-docviewer-for-net-now.html
Spire.PDF 9.3.4 supports embedding fonts and "Show/Hide Fields" action
2023-03-15 07:38:58
We are excited to announce the release of Spire.PDF 9.3.4. This version supports embedding fonts into PDF documents and creating "Show/Hide Fields" action. It also optimized the document compression function. Moreover, many known issues are fixed in this version, such as the issue that converting PDF to Word resulted in incorrect content. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-3933 Supports embedding fonts into PDF documents. PdEmbeddedFontConverter converter = new PdEmbeddedFontConverter ("InputFile"); convert.ToEmbeddedFontPdf("resultFile"); New feature SPIREPDF-5396 Supports creating "show/hide a field" action. PdfDocument pdf = new PdfDocument(inputFile);…
Spire.XLS 13.3.2 supports the ISOWEEKNUM formula
2023-03-15 06:27:40
We are pleased to announce the release of Spire.XLS 13.3.2. This version supports the ISOWEEKNUM formula, CEILING.PRECISE formula, ENCODEURL formula and supports replacing one font with another in a worksheet. Besides, it enhances the conversion from Excel to PDF, HTML and image. In addition, many known issues are fixed in this version, such as the issue that the location of the added TextBox was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4396 Supports the ISOWEEKNUM formula. Workbook workbook = new Workbook(); workbook.Worksheets[0].Range["A1"].Formula = "ISOWEEKNUM(DATE(2012,1,1))"; workbook.CalculateAllValue(); workbook.SaveToFile("result.xlsx");…
