
Adds support for Office-Add-Ins when rendering Excel files to PDF.
Features
- Obtain CSS separately from HTML markup when exporting to HTML using streams.
- Implemented Cell.FormulaLocal functionality, which is similar to Microsoft Interop FormulaLocal.
- Added support for Office-Add-Ins when rendering Micrsoft Excel files to PDF.
- Update "Keep change history" when sharing workbooks.
Fixes
- Text in cells is overlapping with other cells.
- Images are confused in a picture shape with texture fill.
- Refreshing PivotTable corrupts MS Excel file.
- Array formula involving "MEDIAN" is calculated as blank.
- Cell text alignment is changed in the converted image.
- One page lost when converting worksheet to image.
- Status of DataBars is incorrect in the output PDF.
- Second vertical axis label is missing when converting chart to image.
- Chart.Calculate is taking time and not working.
- Absolute path changes to relative path when re-saving an XLSX file.
- Merged cells lost on copy paste the column to next columns.
- Inserting a column causes MS Excel to prompt an error message.
- Comment settings changed on opening and saving the MS Excel file.
- Fill format is changed for all text shapes in workbook instead of selected one.
- Xlsx file is corrupted after loading and saving.
- The default value of the OoxmlSaveOptions.ExportCellName property is true instead of false.
- Workbook.Save(Stream stream, SaveFormat saveFormat) fails if stream does not support Seek.
- Issue with displaying worksheet data right to left.
- Error when clicking scroll bar on Aspose.Cells.GridDesktop.
- Shape to Image error occurs while converting Excel file to PDF.
- Exception on opening an Excel (Strict Open XML Spreadsheet) file.
- Index was outside the bounds of the array - Exception while rendering Excel file.
- You must enter data for validation criteria - exception occurs while saving the workbook.
- ArgumentOutOfRangeException occurs when worksheet is copied to another workbook.