GroupDocs.Editor for .NET 26.6 with its hot-fix release 26.6.1 is now available. This release adds new options for spreadsheet editing, reduces the assembly size, and resolves lots of different bugs. List below contains all bugs from original 26.6 release and from the 26.6.1 hotfix.
What’s new in this release
| Key | Category | Summary |
|---|---|---|
| EDITORNET-3044 | New feature | Implement option to disable merging of horizontal cells when converting Spreadsheet documents |
| EDITORNET-3045 | New feature | Implement option to disable emitting an empty bottom bogus row data when converting Spreadsheet documents |
| EDITORNET-3040 | Improvement | Get rid of embedded imaging library and decrease byte size of final assembly |
| EDITORNET-3017 | Bug | PDF output has different pagination after DOCX edit and save |
| EDITORNET-3022 | Bug | License is not applied if processing DSV documents |
| EDITORNET-3061 | Bug | Fix exception when creating and editing empty Email document |
| EDITORNET-3062 | Bug | FileNotFoundException for Aspose.Common.Drawing 26.6 on .NET Framework 4.6.2 build |
Public API changes
- Added new
MergeEmptyAdjacentCellsboolean property in SpreadsheetEditOptions. - Added new
ExportBogusRowDataboolean property in SpreadsheetEditOptions.
Both these options are described in corresponding article.
How to get the update
NuGet
- GroupDocs.Editor – .NET 6.0 and .NET 4.6.2 assemblies.