# Release Notes for Version 3.0.0

Detailed release notes for DsExcel version 3.0.0

## Content



## Enhancements from the Previous Release

The following features has been added with this version of the product:

*   The support for templates have been added to generate Excel reports.
*   The support for converting Excel spreadsheets having Charts to PDF documents have been added to the package.
*   The support for converting Excel spreadsheets having Slicers to PDF documents have been added to the package.
*   The support for New Excel 2016 Chart types have been added to the package.
*   The support for Security options while saving to PDF have been added to the package.
*   The support for document properties while saving to PDF have been added to the package.
*   The API has been enhanced to support Protect Workbook features.
*   The support for Chart Sheet option has been added.
*   The Support for shape with hyperlink has been added.
*   The Support for Group/Ungroup shapes have been added.
*   Now, users can calculate Outline Subtotal.
*   Now, users can get the Precedents and Dependents of formula cell.
*   Now, the Pivot Table's Grand Totals and Report Layout options are similar to MSExcel.
*   The support for Shape Adjustment has been provided.
*   The support for sheet background image to PDF has been provided.
*   Now, user can export Excel files with multiple images to PDF with reduced file size.
*   The support for License Workbook instance has been added.
*   Now, user can rename Pivot fields and Data Fields.
*   The support for Cell tags of SpreadJS has been added.
*   The support for Cell types of SpreadJS has been added.
*   The support for Best fit rows/columns feature of SpreadJS has been added.

## Resolved Issues

The following issues have been resolved since the last release.

*   The NullReferenceException no more occurs on using Workbook.ToJson() and Workbook.Save() methods.
*   Now, user can set Icon for IconCriteria.
*   Now, the \_xlfn" prefix is not added before IFNA formula while converting to JSON.
*   User can export to PDF with a specified culture
*   Fixed the issue where the precision of calculated result was incorrect.
*   Row/Col Header and every cells are retained after JSON(made by SJS) I/O in DsExcel
*   Row/Cols with empty date are retained after JSON(made by SJS) I/O in DsExcel
*   Cell types are retained after JSON(made by SJS) I/O in DsExcel
*   No longer messy code while debugging DsExcel code