
Improves Spreadsheet and Word Processing APIs for Excel file and Word document creation.
Fixes
Spreadsheet Document API
- A background color specified with a cell background pattern is not printed.
- Changing the Picture.Top and Picture.Left property values does not update the document layout.
- Incorrect items are shown after slicer refresh.
- Spreadsheet - IndexOutOfRangeException is thrown when inserting cells via InsertCellsMode.ShiftCellsDown.
- Styles are incorrectly copied when a worksheet is copied from an external workbook.
- The InsertCells method with the InsertCellsMode.EntireRow parameter incorrectly inserts cells into a union cell range.
Word Processing Document API
- Bulleted lists are not copied from the source document while merging documents with the InsertOptions.KeepSourceFormatting option if styles in these documents have the same name.
- Certain content in table cells is lost if a table is split into two columns.
- It is impossible to change the print document name at the RichEditDocumentServer level.
- The <br> tag is not correctly processed when it is inserted at the beginning of a document.
- The Html table's border isn't shown after importing a specific Html document.
- The margin attribute for the blockqoute is ignored on importing the Html document.