News & Releases
|
|

Spire.XLS 10.1.1 supports converting entire workbook to Html and setting copy options
We're pleased to announce the release of Spire.XLS 10.1.1. This version supports converting entire workbook to Html and setting copy options when copying. Meanwhile, some issues that occurred when converting Excel to PDF, loading and manipulating files are fixed successfully. More details are listed below.
New Features:
- Supports converting entire workbook to Html.
- Supports setting copy options when copying.
Workbook.SaveToHtml(string fileName);
CopyRangeOptions copyOptions = CopyRangeOptions.OnlyCopyFormulaValue; CellRange.Copy(destRange, copyOptions); WorkSheet.Copy(sourceRange, destRange, copyOptions);
Bug Fixes:
- Fixes the issue that the Bubble chart couldn't be created.
- Fixes the issue that the application threw "KeyNotFoundException" when removing styles.
- Fixes the issue that the content was incorrect after converting Excel to PDF.
- Fixes the issue that the application threw "OverflowException" when loading a file.
- Fixes the issue that the content was missing after converting Excel to PDF.
- Fixes the issue that the leading 0 of the text was missing when using Marker Designer function.
Click the link to download Spire.XLS 10.1.1:
More information of Spire.XLS new release or hotfix: