Spire.XLS 10.10.6

Spire.XLS 10.10.6 supports converting Excel to PDF A/1B

We are glad to announce the release of Spire.XLS 10.10.6. This version supports converting Excel to PDF A/1B and calculating XLOOKUP formula in Office365 documents, enhances the conversions from Excel to PDF/HTML, and moreover fixes the issue occurred in the process of loading and saving Excel files. View the following list for detailed information.

Here is a list of changes made in this release

Category ID Description
New Feature SPIREXLS-2119 Supports converting Excel to PDF A/1B.
Workbook workbook = new Workbook();
workbook.LoadFromFile("test.xlsx", ExcelVersion.Version2013);
workbook.ConverterSetting.PdfConformanceLevel = Spire.Pdf.PdfConformanceLevel.Pdf_A1B;
workbook.SaveToFile(@"output.pdf", Spire.Xls.FileFormat.PDF);
New Feature SPIREXLS-2834 Supports calculating XLOOKUP formula in Office365 document.
Bug SPIREXLS-2253 Fixes the issue that the content was reduced when printing Excel by a needle printer.
Bug SPIREXLS-2763 Fixes the issue that circular reference error occurred after adding a document custom property.
Bug SPIREXLS-2778 Fixes the issue that font color and font style of chart was changed after loading and saving Excel files.
Bug SPIREXLS-2794 Fixes the issue that AutoFitRow setting did not work.
Bug SPIREXLS-2805 Fixes the issue that chart data was not updated correctly after modifying data source.
Bug SPIREXLS-2809 Fixes the issue that SUM formula update failed.
Bug SPIREXLS-2810 Fixes the issue that the shape of the line was changed when converting Excel to PDF.
Bug SPIREXLS-2813 Fixes the issue that the number format was inconsistent when converting sheet to HTML.
Bug SPIREXLS-2818 Fixes the issue that the Ole object could be not opened successfully when inserting a Word Ole object containing Chinese name.
Bug SPIREXLS-2822 Fixes the issue that the application threw an error"xl/drawings/_rels/vmlDrawingHF1.vml.rels does not exist or is empty" when converting Excel to PDF.
Click the link to download Spire.XLS 10.10.6:
More information of Spire.XLS new release or hotfix: