Spire.XLS 16.5.6 enhances the conversion from Excel to EMF
2026-05-18 01:11:36
We're pleased to announce the release of Spire.XLS 16.5.6. This version enhances the conversion from Excel to EMF, and also fixes two issues that occurred when reading and calculating formulas. More details are shown below. Here is a list of changes made in this release Category ID Description Bug Fix SPIREXLS-6129 Fixed the issue where a "GDI+" exception was thrown when converting Excel files to EMF format. Bug Fix SPIREXLS-6130 Fixed the issue where read formula values returned incorrect results. Bug Fix SPIREXLS-6136 Fixed the issue where formula values were calculated incorrectly. Click the link to download Spire.XLS 16.5.6: https://www.e-iceblue.com/Download/download-excel-for-net-now.html…
Spire.XLS 16.4.2 enhances stability of PDF and SVG conversion
2026-04-29 05:45:11
We are pleased to announce the release of Spire.XLS 16.4.2. This version enhances the stability of PDF and SVG conversion, ensuring more consistent export results. Meanwhile, it also fixes a critical issue where the text wrapping style did not apply correctly in pivot table cells. Please refer to the details below for more information. Here is a list of changes made in this release Category ID Description Adjustment SPIREXLS-6127 Corrected the spelling of the SortComparsionType enum to SortComparisonType. Bug Fix SPIREXLS-6095 Fixed an issue where the text wrapping style did not apply to pivot table cells. Bug Fix SPIREXLS-6117 Fixed…
Spire.XLS 16.3.6 supports manipulating the VBA Macro Project
2026-03-27 06:25:20
We're pleased to announce the release of Spire.XLS 16.3.6. This version supports manipulation of the VBA Macro Project and the Data Simulation Analysis (Scenario Manager). Besides, it also fixes an issue where macros were lost when copying worksheets. More details are shown below. Here is a list of changes made in this release Category ID Description New Feature SPIREXLS-938 SPIREXLS-5995 Added support for VBA Macro Project manipulation, covering creation, reading, modification, and deletion. Adding VBA project: Workbook workbook = new Workbook(); // Add VBA project to the document IVbaProject vbaProject = workbook.VbaProject; vbaProject.Name = "SampleVBAMacro"; string text = "Encoding before…
Spire.XLS 16.2.4 Adds Support for LET and MAP Functions
2026-02-28 07:32:54
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,…
Spire.XLS 16.1.4 supports converting a specified cell range to HTML
2026-01-23 03:06:32
We're pleased to announce the release of Spire.XLS 16.1.4. This version adds several new features, such as support for converting a specified cell range to HTML and converting Excel files to PDF/UA-compliant documents. Besides, it also fixes an issue where OLE objects in the document could not be deleted successfully. More details are shown below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5948 Added support for the BYROW and BYCOL functions. // Use BYROW to calculate the average of each row sheet.Range["G2"].Formula = "=BYROW(B2:F2, LAMBDA(row, AVERAGE(row)))"; // Use BYCOL to calculate the…
Spire.XLS 15.12 supports customizing export options when converting Excel to Markdown
2025-12-29 07:03:12
We're pleased to announce the release of Spire.XLS 15.12. This version supports customizing export options when converting Excel to Markdown. Furthermore, the .NET 10.0 framework is now supported, while some obsolete frameworks have been removed. Meanwhile, some issues that occurred when converting Excel to PDF or HTML, and calculating formulas have also been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description Adjustment / Removed .NET 2.0, .NET 4.0 ClientProfile, netcoreapp 2.0, and WPF 4.0 ClientProfile; added support for .NET 10.0. New Feature SPIREXLS-5938, SPIREXLS-5975 Supports customizing export options…
Spire.XLS 15.11.3 adds support for exporting equations to MathML and LaTeX
2025-11-28 09:38:32
We're pleased to announce the release of Spire.XLS 15.11.3. This version adds support for exporting equation content to MathML and LaTeX, the XMATCH function, converting Excel to JSON, setting EMF background images, and inserting checkbox effects similar to Office 365. Meanwhile, several issues related to loading Excel documents, converting Excel to PDF, and formula calculations have been successfully fixed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5977, SPIREXLS-5978 Added support for exporting equation content to MathML and LaTeX. Workbook workbook = new Workbook(); workbook.LoadFromFile(inputFile); Worksheet sheet =…
Spire.XLS 15.10.3 adds support for reading Office cached cloud fonts by default
2025-10-27 08:52:44
We are delighted to announce the release of Spire.XLS 15.10.3. This version adds support for reading Office cached cloud fonts by default, in addition to system and in-memory fonts. It also adjusts the parameters of the AddDigitalSignature() and IDigitalSignatures.Add() methods, and fixes several known issues to improve the library’s stability and performance. Details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-5979 Adds support for reading Office cached cloud fonts by default, besides system font directories and in-memory fonts. Adjustment - Modifies the parameter list of the AddDigitalSignature() and IDigitalSignatures.Add()…