We're pleased to announce the release of Spire.XLS 15.7.8. This version adds the LoadFromMarkdown() method to support for loading Markdown-format documents. It also includes several important bug fixes, such as issues with Excel-to-PDF conversion, AGGREGATE formula calculation, text layout, and formula evaluation. More details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| New feature | — | Adds the LoadFromMarkdown() method to support for loading Markdown-format documents.
Workbook wb = new Workbook();
wb.LoadFromMarkdown("test.md");
wb.SaveToFile("out.pdf", FileFormat.PDF);
wb.SaveToFile("out.xlsx", ExcelVersion.Version2010);
|
| Bug | SPIREXLS-5820 | Fixes the issue where checkboxes were displayed incorrectly after converting Excel to PDF. |
| Bug | SPIREXLS-5833 | Fixes the issue where the AGGREGATE formula was calculated incorrectly. |
| Bug | SPIREXLS-5858 | Fixes the issue where content overlapped after converting Excel to PDF. |
| Bug | SPIREXLS-5860 | Fixes the issue where text wrapping was incorrect after converting Excel to PDF. |
| Bug | SPIREXLS-5862 | Fixes the issue where the Ungroup effect was incorrect. |
| Bug | SPIREXLS-5863 | Fixes the issue where page breaks were inconsistent after converting Excel to PDF. |
| Bug | SPIREXLS-5868 | Fixes the issue where formula calculation returned "#VALUE!". |
Click the link to download Spire.XLS 15.7.8:
More information of Spire.XLS new release or hotfix: