Spire.XLS 13.11.4 enhances the conversion from Excel to HTML
2023-11-24 10:38:52
We're pleased to announce the release of Spire.XLS 13.11.4. This version mainly fixes the issues occurring when convert Excel to HTML or PDF. In addition, some known issues are fixed, such as the function SHEET(A3) did not auto calculate, and the watermark was incorrect after copying a worksheet. More details are as follows. Here is a list of changes made in this release Category ID Description Bug SPIREXLS-4876 Fixed the issue that some cells were missing when convert Excel to HTML. Bug SPIREXLS-4880 Fixed the issue that the font directory did not take effective when converting Excel to PDF. Bug…
Spire.XLS 13.10.1 supports customizing the names of pivot table fields
2023-10-17 08:19:50
We are excited to announce the release of Spire.XLS 13.10.1. This version improves the efficiency of Excel to PDF conversion and supports customizing the names of pivot table fields. It also enhances the conversion from Excel to HTML. Moreover, some known issues are fixed in this version, such as the issue that deleted annotations were not removed successfully from the document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4907 Improves the efficiency of Excel to PDF conversion. New feature SPIREXLS-4857 Supports customizing the names of pivot table…
Spire.XLS 13.9.1 supports saving shape to image
2023-09-14 01:53:58
We are pleased to announce the release of Spire.XLS 13.9.1. This version supports saving shape to image. What’s more, some known issues are fixed in this version, such as the issue that the data wrapping was incorrect after converting Excel to CSV. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4866 Supports saving shape to image. Workbook workbook = new Workbook(); workbook.LoadFromFile(inputFile); Worksheet sheet = workbook.Worksheets[0]; //convert shapes to images SaveShapeTypeOption shapelist = new SaveShapeTypeOption(); //save the shapes in worksheet to images. shapelist.SaveAll = true; Dictionary<IShape,Bitmap> images =…
Spire.XLS 13.8.9 supports adding Signature Line and getting shapes in sheets
2023-08-25 05:09:31
We are excited to announce the release of Spire.XLS 13.8.9. This version supports adding signature lines, getting shapes in sheets, and customizing the paper size without scaling the content during printing. Besides, some known issues are fixed in this version, such as the issue that the slicer was lost after saving the Excel document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-2146 Supports customizing the paper size without scaling the content during printing. sheet.PageSetup.SetCustomPaperSize(224, (float)25.4); sheet.PageSetup.Orientation = PageOrientationType.Portrait; New feature SPIREXLS-4640 Supports adding Signature Line. sheet.Range["A1"].AddSignatureLine("e-iceblue","E-iceblue","123@123.com", "description"…
Spire.XLS 13.8.0 supports setting paper size to DIN A0
2023-08-02 08:23:40
We are glad to announce the release of Spire.XLS for .NET 13.8.0. This version supports setting paper size to DIN A0 and supports grayscale printing. It also optimizes performance for converting xlsx to HTML with long processing time and high memory consumption. Besides, it enhances the conversion from Excel to PDF and image. In addition, many known issues are fixed in this version, such as the issue that involved failed font replacement. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-288 Supports setting paper size to DIN A0.…
Spire.XLS 13.7.0 supports NETWORKDAYS.INTL function
2023-07-04 10:00:43
We are pleased to announce the release of Spire.XLS for .NET 13.7.0. This version supports NETWORKDAYS.INTL function. What’s more, some known issues are fixed in this version, such as the issue that the content was incorrect after converting a chart to an image. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4712 Supports NETWORKDAYS.INTL function. Bug SPIREXLS-411 Fixed the issue that the added numbers were displayed as date format. Bug SPIREXLS-698 Fixed the issue that the content was incorrect after converting a chart to an image. Bug SPIREXLS-883…
Spire.XLS 13.5.6 adds the method to optimize the speed of deleting rows
2023-06-01 01:58:31
We are pleased to announce the release of Spire.XLS 13.5.6. This version adds the method to optimize the speed of deleting rows and it adds two methods to realize the movement of chartsheets and worksheets between positions. Besides, it enhances the conversion from Excel to PDF and image. In addition, many known issues are fixed in this version, such as the issue that the setting on top function does not take effect when adding a text box. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4560 Adds two…
Spire.XLS 13.5.0 supports ISO.CEILING, WORKDAY.INTL, and EVALUATE functions
2023-05-11 07:15:54
We are happy to announce the release of Spire.XLS 13.5.0. This version supports ISO.CEILING and WORKDAY.INTL functions as well as EVALUATE function in WPS. It also enhances the conversion from Excel to HTML and images. In addition, many known issues are fixed in this version, such as the issue that the function area of the menu bar was incorrect after saving the document. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREXLS-4561 Supports ISO.CEILING function. Workbook workbook = new Workbook(); workbook.Worksheets[0].Range["A1"].Formula = "ISO.CEILING(12.69,2)"; workbook.CalculateAllValue(); workbook.SaveToFile("result.xlsx",ExcelVersion.Version2016); New feature SPIREXLS-4564…
