Spire.XLS 14.6.6 supports converting Excel to Markdown format

2024-06-25 08:11:20

We're pleased to announce the release of Spire.XLS 14.6.6. This version supports converting Excel to Markdown format, and fixes some issues that occurred when converting Excel to image/HTML, and adding filter to Excel PivotTable. More details are shown below.

Here is a list of changes made in this release

Category ID Description
New feature - Supports converting Excel to Markdown format.
Workbook workbook = new Workbook();
workbook.LoadFromFile("input.xlsx");
workbook.SaveToFile("output.md",FileFormat.Markdown);
Bug SPIREXLS-5191 Fixes the issue that the application threw "ArgumentOutOfRangeException" when setting "horizontal" and "vertical" type borders.
Bug SPIREXLS-5243 Fixes the issue that the effect was incorrect when calling "Worksheet.Activate()" method.
Bug SPIREXLS-5262 Fixes the issue that the text content layout was incorrect when converting Excel to image.
Bug SPIREXLS-5265 Fixes the issue that the comment order in Excel was incorrect after sorting.
Bug SPIREXLS-5269 Fixes the issue that the font effect was incorrect when converting Excel to Html.
Bug SPIREXLS-5272 Fixes the issue that an error prompt appeared when opening the result document after adding a filter to an Excel PivotTable.
Bug SPIREXLS-5273 Fixes the issue that the cell color was lost when converting Excel to Html.
Bug SPIREXLS-5283 Fixes the issue that the cell icons were lost when converting Excel to Html.
Bug SPIREXLS-5217 Fixed the issue that the "Worksheet.SetLastRow()" method did not take effect.
Click the link to download Spire.XLS 14.6.6:
More information of Spire.XLS new release or hotfix: