We’re pleased to announce the release of Spire.XLS 16.2.4. This version adds support for the LET and MAP functions. Additionally, several issues related to sorting, conditional formatting, column width display, image conversion, font settings, and Excel-to-PDF conversion have been fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREXLS-6086 SPIREXLS-6087 Added support for the LET and MAP functions. Workbook workbook = new Workbook(); Worksheet sheet = workbook.Worksheets[0]; sheet.Range["C1"].Text = "out"; sheet.Range["C2"].Formula = "=LET(x, 5, y, 10, x + y)"; sheet.Range["C3"].Formula = "=LET(a, 1, b, 2, c, 3, d,…
We’re pleased to announce the release of Spire.Office for Java 11.2.0. In this version, Spire.PDF enhances the conversion from PDF to Word; Spire.Doc supports deleting blank or specified pages in Word documents; Spire.XLS supports determining password protection while loading Excel files from stream. Meanwhile, a large number of known issues has been resolved. More details are provided below. Click the link to download Spire.Office for Java 11.2.0: https://www.e-iceblue.com/Download/office-for-java.html Below is a summary of the changes included in this release. Spire.PDF for Java Category ID Description Bug Fix SPIREPDF-5896 Fixed the issue where image content appeared blurry when converting PDF to…
We are pleased to announce the release of Spire.Presentation for Java 11.2.1. This version mainly fixes two issues while adding a formula and detecting encryption. Details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPPT-3074 Fixed the issue where adding a formula resulted in "The node to be removed is not a child of this node" error. Bug Fix SPIREPPT-3075 Fixed the issue where isPasswordProtected() returned an incorrect result. Click the link below to download Spire.Presentation for Java 11.2.1: https://www.e-iceblue.com/Download/presentation-for-java.html
We're pleased to announce the release of Spire.XLS for Java 16.2.6. This version supports using Workbook.isPasswordProtected(InputStream stream) to determine password protection by passing a file stream. Meanwhile, some issues that occurred when copying cells, calculating formulas, and converting Excel to PDF have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREXLS-6079 Supports Workbook.isPasswordProtected(stream) to determine password protection via file stream. Bug Fix SPIREXLS-6070 Fixes the issue where the chart count was incorrect after copying cells. Bug Fix SPIREXLS-6072 Deprecated the old conditional format adding…
As the Chinese New Year approaches, we would like to inform you that our office will be closed from February 15 to February 23, 2026 (GMT+8). Normal business operations will resume on February 24, 2026. During the holiday period, emails will continue to be monitored. Our on-duty team will respond to urgent inquiries as soon as possible; however, response times may be longer than usual. We appreciate your patience and understanding. Please note: Our online purchase system remains fully operational 24/7. License files will be automatically delivered once your order and payment are completed. If you require a temporary license…
We’re pleased to announce the release of Spire.Doc for .NET 14.2.7. This version supports hiding rows in tables, and includes several adjustments and bug fixes to enhance usability and performance. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-11444 Added support for hiding rows in tables. Spire.Doc.Document doc = new Spire.Doc.Document(); doc.LoadFromFile(inputFile1);TableRow row = doc.FirstSection.Body.Tables[0].FirstRow; row.Hidden = true;doc.SaveToFile(outputDocxFile1);doc = new Document(outputDocxFile1); row = doc.FirstSection.Body.Tables[0].FirstRow; Assert.True(row.Hidden); foreach (TableCell cell in row.Cells) { foreach (Paragraph para in cell.Paragraphs) { foreach (ParagraphBase run in para.ChildObjects) { if (run is TextRange || run is Break || run…
We're pleased to announce the release of Spire.Doc for Java 14.2.4. This version supports deleting blank or specified pages in Word documents. Meanwhile, some issues that occurred when converting Word to PDF, HTML, or RTF, and extracting pages or text have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREDOC-11791 Supports deleting blank or specified pages in Word documents. doc.RemoveBlankPages(); doc.RemovePages(new List<int> {0,1,3}); Bug Fix SPIREDOC-10683 Optimizes the issue with inconsistent page breaks when converting Word to PDF. Bug Fix SPIREDOC-11183 Fixes the issue…
We're pleased to announce the release of Spire.PDF 12.2.6. This mainly fixes several issues that occurred when converting PDF to images, XPS to PDF, and PDF to PDF/A-2B. More details are listed below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPDF-7871 Fixed the issue where the program hung when converting PDF to images. Bug Fix SPIREPDF-7882 Fixed the issue where the seal was rendered incorrectly when converting OFD to images. Bug Fix SPIREPDF-7915 Fixed the issue where the output was incorrect when converting XPS to PDF. Bug Fix SPIREPDF-7922 Fixed the issue…
Page 9 of 114
page 9