Skip to content

Commit 624b27a

Browse files
committed
update readme
1 parent 9e1531c commit 624b27a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@ This repository contains source project of Examples and Showcases of GcExcel to
77

88
| Directory | Description |
99
| ------------- |-------------|
10-
| gcexcel-2.0.0 | Contains GcExcel Java 2.0.0 jar package and its dependency packages |
11-
| gcexcel-2.0.1 | Contains GcExcel Java 2.0.1 jar package and its dependency packages |
12-
| gcexcel-2.1.0 | Contains GcExcel Java 2.1.0 jar package and its dependency packages |
13-
| gcexcel-2.1.1 | Contains GcExcel Java 2.1.1 jar package and its dependency packages |
14-
| gcexcel-2.1.2 | Contains GcExcel Java 2.1.2 jar package and its dependency packages |
15-
| gcexcel-2.1.3 | Contains GcExcel Java 2.1.3 jar package and its dependency packages |
10+
| gcexcel-2 | Contains the latest GcExcel jar package and its dependency packages |
1611
| Examples.Library | A collection of Java examples that help you learn and explore the API features |
1712
| SpringBootDemo/SpringBoot+React | A source project that demonstrates how to use GcExcel Java with SpringBoot + React + Spread.Sheets|
1813
| SpringBootDemo/SpringBoot+Angular2 | A source project that demonstrates how to use GcExcel with SpringBoot + Angular2 + Spread.Sheets|
1914

2015
# Release Notes
16+
## 2.1.5
17+
### Bug Fixed
18+
* The column width, font size and picture's left position changes after JSON I/O with GcExcel.(DOCXLS-902)
19+
* The cell font changes after JSON I/O with GcExcel.(DOCXLS-921)
20+
* Visible property of secondary category axis returns incorrect value.(DOCXLS-849)
21+
* The major and minor units of value axis of stacked area chart return incorrect value.(DOCXLS-805)
22+
* The major and minor units of value axis for 100% stacked chart return incorrect value.(DOCXLS-800)
23+
* The data label's text returns incorrect value when Axis.DisplayUnit is set. (DOCXLS-768)
24+
* Exception is thrown on opening json file that contains invalid formula.(DOCXLS-948)
2125
## 2.1.4
2226
### Enhancements
2327
* Performance of exporting a single worksheet to PDF was improved significantly.

0 commit comments

Comments
 (0)