@@ -7,17 +7,21 @@ This repository contains source project of Examples and Showcases of GcExcel to
7
7
8
8
| Directory | Description |
9
9
| ------------- | -------------|
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 |
16
11
| Examples.Library | A collection of Java examples that help you learn and explore the API features |
17
12
| SpringBootDemo/SpringBoot+React | A source project that demonstrates how to use GcExcel Java with SpringBoot + React + Spread.Sheets|
18
13
| SpringBootDemo/SpringBoot+Angular2 | A source project that demonstrates how to use GcExcel with SpringBoot + Angular2 + Spread.Sheets|
19
14
20
15
# 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)
21
25
## 2.1.4
22
26
### Enhancements
23
27
* Performance of exporting a single worksheet to PDF was improved significantly.
0 commit comments