Spire.XLS 13.4.0 supports BITXOR and ISFUNCTION functions
2023-04-10 06:16:20
We are excited to announce the release of Spire.XLS 13.4.0. This version supports BITXOR and ISFUNCTION functions. Besides, it enhances the conversion from Excel to HTML, images, as well as PDF and the conversion from HTML to Excel. What's more, some known issues are fixed in this version, such as the issue that the application threw 'missing root element' when loading a .xlsm file. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4485 Supports BITXOR function. Workbook workbook = new Workbook(); workbook.Worksheets[0].Range["A1"].Formula = "BITXOR(12,58)"; workbook.CalculateAllValue(); workbook.SaveToFile("result.xlsx"); New feature…
Spire.XLS Standard Edition 12.12 fixes the issue that an exception was thrown while saving files
2023-03-30 06:30:39
We are happy to announce the release of Spire.XLS Standard Edition 12.12. This version fixes the issue that the program threw an exception "Some parts of this workbook may have been repaired or discarded" while saving files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4571 Fixes the issue that the program threw an exception "Some parts of this workbook may have been repaired or discarded" when saving files. Click the link to download Spire.XLS Standard Edition 12.12: https://www.e-iceblue.com/Download/download-excel-for-net-now.html More information of Spire.XLS new release or hotfix: https://www.e-iceblue.com/forum/spire-xls-new-release-or-hotfix-t4630.html
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");…
Spire.XLS 13.2.4 supports the FLOOR.MATH formula and "what if analysis" goal seek
2023-02-16 06:06:33
We are glad to announce the release of Spire.XLS 13.2.4. This version supports the FLOOR.MATH formula as well as "what if analysis" goal seek and supports setting the Boolean value of addQuotationForStringValue to make the result strings have quotation marks after converting excel to CSV. Besides, this version enhances the conversion from Excel to PDF and images. Moreover, some known issues are successfully fixed in this release. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4405 Supports setting the Boolean value of addQuotationForStringValue to make the result strings…
Spire.XLS 13.1.1 enhances the conversion from Excel to PDF and XLS to XLSX
2023-01-17 02:18:00
We are happy to announce the release of Spire.XLS 13.1.1. This version enhances the conversion from Excel to PDF and XLS to XLSX. Besides, many known issues are fixed in this version, such as the issue that the bar charts protruded from the left of the axis when converting charts to images and the issue that the macros lost after loading and saving an XLSM file. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-1105 Fixes the issue that the program threw “Maximum number of extended formats exceeded”when using…
Spire.XLS 12.12.3 enhances the conversion from Excel to PDF and CSV and HTML to Excel
2022-12-23 08:29:17
We are excited to announce the release of Spire.XLS 12.12.3. This version supports .NET 7.0. It also enhances the conversion from Excel to PDF and CSV as well as HTML to Excel. Besides, some known issues are fixed in this release, such as the issue that the modified data failed to be saved after calling Save() function to save .et files. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-783 Fixes the issue that the borders were incorrect after converting Excel to PDF. Bug SPIREXLS-4288 Fixes the issue that…
Spire.XLS 12.11.3 supports a variety of new formulas and "SHA-512" encryption scheme
2022-11-25 08:42:40
We are excited to announce the release of Spire.XLS 12.11.3. This version supports CEILING.MATH, BITOR, BITAND, BITLSHIFT, and BITRSHIFT formula, "SHA-512" encryption scheme, grouping shapes, and setting the layout pattern of the entire pivot table. Besides, it enhances the conversion from Excel to PDF and HTML to Excel. What’s more, some known issues are fixed successfully. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4120 Supports CEILING.MATH formula. Workbook workbook = new Workbook(); workbook.Worksheets[0].Range["A1"].Formula = "CEILING.MATH(-2.78,5,-1)"; workbook.CalculateAllValue(); workbook.SaveToFile("1.xlsx",ExcelVersion.Version2016); New feature SPIREXLS-4195 Supports BITOR formula. Workbook workbook = new…
Spire.XLS 12.10 enhances the conversion from Excel to PDF and XML to Excel
2022-10-21 05:41:13
We are excited to announce the release of Spire.XLS 12.10. This version enhances the conversion from Excel to PDF and XML to Excel. In addition, it fixes some known issues such as the application threw an exception when loading an Excel in which the sheet name contains the character "#". More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-3674 Fixes the issue that the content format was incorrect after converting Excel to HTML. Bug SPIREXLS-4074 Fixes the issue that it failed to get text of checkbox. Bug SPIREXLS-4098 Fixes…