Skip to content

Commit e2555bc

Browse files
committed
v2.2.1 release
1 parent 69abba1 commit e2555bc

5 files changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ This repository contains source project of Examples and Showcases of GcExcel to
1313
| SpringBootDemo/SpringBoot+Angular2 | A source project that demonstrates how to use GcExcel with SpringBoot + Angular2 + Spread.Sheets|
1414

1515
# Release Notes
16+
## 2.2.1
17+
### Bug fixed
18+
* GcExcel throws exception when loading ssjon with invalid image source.(DOCXLS-1115)
19+
* Exception is thrown when opening an Excel with a lot of conditional formatting.(DOCXLS-1047)
20+
* Unable to export to PDF with a specified culture.(DOCXLS-1043)
21+
* The exported Excel file does not open correctly after loading ssjson.(DOCXLS-1076)
22+
* Redundant lines are rendered while exporting to PDF.(DOCXLS-1068)
23+
* SSJSON is not exported correctly if there are charts with duplicate names.(DOCXLS-1067)
24+
* PrintInfo.firstPageNumber in ssjson is always 1 even though it is not set for IWorksheet.PageSetup.(DOCXLS-1107)
25+
* Exception is thrown when opening certain Excel file.(DOCXLS-1104)
26+
* Exception is thrown when loading a ssjson containing font with line height.(DOCXLS-1110)
27+
* Leading apostrophe in a cell value is displayed as part of the cell text (not consistent with Excel behavior).(DOCXLS-1041)
28+
* Exception is thrown when loading ssjson with custom function.(DOCXLS-1044)
29+
* Copy behavior is inconsistent with Excel when the target range is larger than the source range.(DOCXLS-844)
30+
* Exception is thrown after opening certain Excel file and then export to ssjson.(DOCXLS-1116)
31+
* GcExcel can not export text with Simhei bold font.(DOCXLS-937).
32+
* Load ssjson with combobox cells and then export to Excel, the cell value of combobox cell is wrong in the exported Excel file.(DOCXLS-1106)
1633
## 2.2.0
1734
### New Features
1835
* Export Excel files with shapes to pdf.

gcexcel/gcexcel-2.2.0-javadoc.jar

-1.75 MB
Binary file not shown.

gcexcel/gcexcel-2.2.1-javadoc.jar

1.76 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)