GrapeCity Documents for Excel, Java Edition 4.2.2
Released: Sep 24, 2021
4.2.2 中的更新
特性
- Added support for XlsmOpenOptions and XlsmSaveOptions.
- Upgraded PDFBox version to 2.0.24.
修补程序
- Exception is thrown on copying a worksheet to another workbook.
- The checkbox is lost in the exported PDF file.
- The cell value is incorrect after using setValue method to set the cell value.
- Print Area is different from the original JSON file in the exported JSON.
- Exception is thrown on reading the JSON file.
- The exported Excel file is corrupted after deleting rows using GcExcel API.
- It takes too much time on calling the ToJson method.
- The cell value is incorrect on using setValue method when the value is a BigDecimal.
- Exception is thrown on calling the toJson method when the margin of the printinfo is null.
- The formula result "=EDATE(NOW(),1)" calculated by GcExcel is different from Excel.
- NumberFormatException is thrown on loading a particular excel file with user.language=de.
- It takes too much time on opening a workbook.
- The grouped result using GcExcel is different from Excel.
- Exception is thrown on calling the IRange.Group()and workbook.Save() methods.
- NullPointerException is thrown on calling the toJson method for specific Excel using GcExcel API.
- NullPointerException is thrown on copying a range from a specific Excel file to a new workbook using GcExcel API.
- The result in exported Excel file is incorrect after using IWorksheet.Outline.ShowLevels() method.
- The cell style is incorrect in the exported PDF file.