Spire.Office for Python 11.7.0 is released
2026-07-31 02:16:33
We are excited to announce the release of Spire.Office for Python 11.7.0. This version introduces several powerful enhancements: Spire.Doc supports configuring a license via environment variables, Spire.XLS adds support for Data Simulation Analysis, Slicers, and Excel to JSON conversion, Spire.PDF supports auto-fitting text in signature fields, and Spire.Presentation supports configuring licenses via environment variables. Moreover, many known issues that occurred when converting, processing, and saving Word/Excel/PDF/PowerPoint files have been successfully fixed. More details are listed below. Click the link to download Spire.Office for Python 11.7.0: https://www.e-iceblue.com/Download/office-for-python.html Here is a list of changes made in this release Spire.Doc for Python Category…
Spire.Office for C++ 11.7.0 is released
2026-07-30 10:17:24
We are excited to announce the release of Spire.Office for C++ 11.7.0. In this version, Spire.Doc for C++ supports Word to Excel conversion; Spire.PDF for C++ enhances the conversion from XPS to PDF; Spire.Presentation for C++ enhances PowerPoint to PDF conversion. Moreover, many known issues are fixed successfully in this version. More details are listed below. Click the link to download Spire.Office for C++ 11.7.0: https://www.e-iceblue.com/Download/office-for-cpp.html Here is a list of changes made in this release Spire.Doc for C++ Category ID Description New Feature SPIREDOC-11984 Supports Word to Excel conversion. intrusive_ptr<Document> doc = new Document(); doc->LoadFromFile(inputFile.c_str()); doc->SaveToFile(outputFile.c_str(), FileFormat::XLSX); doc->Close(); Spire.XLS…
Spire.OfficeJS.Blazor Is Now Available: A Blazor Component for Online Document Editing
2026-07-30 09:04:36
E-iceblue today announced the official release of Spire.OfficeJS.Blazor, a native .NET Blazor component library designed for embedding in-browser Office document editing and PDF preview capabilities. With ready-to-use components and minimal setup, developers can seamlessly integrate Word, Excel, and PowerPoint editing alongside PDF viewing into Blazor Server, Blazor WebAssembly, or Blazor Web App projects — no manual JavaScript integration required. Spire.OfficeJS.Blazor consists of four dedicated Blazor components : Spire.WordJS.Blazor, Spire.ExcelJS.Blazor, Spire.PresentationJS.Blazor, and Spire.PDFJS.Blazor. With a single DocumentType property, teams can seamlessly switch between Word, Excel, PowerPoint, and PDF workflows, accelerating development and eliminating the complexity of integrating multiple document engines. Spire.WordJS.Blazor…
Spire.PDF for Java 12.7.10 enhances the conversion from PDF to Word and Markdown
2026-07-30 07:54:05
We’re pleased to announce the release of Spire.PDF for Java 12.7.10. This update mainly fixes the issues occurred when converting PDF to Word and Markdown. A signature-related issue has been resolved as well. More details are as follows. Here is a list of changes made in this release Category ID Description Bug Fix SPIREPDF-3800 Fixed the issue where adding a signature to a PDF resulted in an invalid certificate. Bug Fix SPIREPDF-3899 Fixed the issue where converting PDF to Word in flow layout mode produced incorrect results. Bug Fix SPIREPDF-8058 Fixed the issue where converting HTML to PDF resulted in…
Spire.Doc for C++ 14.7.2 supports Word to Excel conversion
2026-07-27 08:07:30
We're pleased to announce the release of Spire.Doc for C++ 14.7.2. This version adds support for converting Word documents to Excel files, expanding document format conversion capabilities. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREDOC-11984 Supports Word to Excel conversion. intrusive_ptr<Document> doc = new Document(); doc->LoadFromFile(inputFile.c_str()); doc->SaveToFile(outputFile.c_str(), FileFormat::XLSX); doc->Close(); Click the link below to download Spire.Doc for C++ 14.7.2: https://www.e-iceblue.com/Download/doc-for-cpp.html
Spire.XLS for Java 16.7.3 supports converting a specified cell range to HTML
2026-07-23 09:55:11
We're pleased to announce the release of Spire.XLS for Java 16.7.3. This version supports converting a specified cell range to HTML, embedding checkbox controls in cells, and converting Excel to JSON data. Meanwhile, some issues that occurred when loading Excel documents, copying cell ranges or worksheets, and retrieving the print area 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-5934 Adds a new property to control whether to retain frozen rows and columns when converting Excel to HTML, with the default value set…
Spire.Presentation 11.7.6 adds support for VBA modules and macro-enabled files
2026-07-22 07:20:47
We’re pleased to announce the release of Spire.Presentation 11.7.6. This version adds support for saving macro-enabled files and managing VBA modules, including adding and deleting VBA modules. It also fixes an issue where applying multiple licenses failed to take effect. More details are listed below. Here is a list of changes made in this release Category ID Description New Feature SPIREPPT-660 Added the FileFormat.Pptm enumeration type to support saving macro-enabled files. New Feature - Added support for adding VBA modules. Presentation ppt = new Presentation(); // Add VBA project to the document IVbaProject vbaProject = ppt.VbaProject; vbaProject.Name = "SampleVBAMacro"; vbaProject.CodePage…
Spire.XLS 16.7.2 adds a property to avoid exceptions triggered by long header/footer text
2026-07-22 07:08:30
We’re pleased to announce the release of Spire.XLS 16.7.2. This version introduces the new ValidateHeaderFooterLength property to prevent exceptions triggered by overly long header or footer text during Excel-to-PDF conversion. Additionally, several known bugs have been fixed. Further details are outlined below. Here is a list of changes made in this release Category ID Description New Feature SPIREXLS-6161 Added the new ValidateHeaderFooterLength property to prevent the exception triggered by long header or footer text when converting Excel to PDF. workbook.ConverterSetting.ValidateHeaderFooterLength = false; Bug Fix - Fixed the issue where applying multiple licenses failed to take effect. Bug Fix SPIREXLS-6152 Fixed…
