@@ -7,12 +7,41 @@ This repository contains source project of Examples and Showcases of GcExcel to
7
7
8
8
| Directory | Description |
9
9
| ------------- | -------------|
10
- | gcexcel-2 | Contains the latest GcExcel jar package and its dependency packages |
10
+ | gcexcel | Contains the latest GcExcel jar package and its dependency packages |
11
11
| Examples.Library | A collection of Java examples that help you learn and explore the API features |
12
12
| SpringBootDemo/SpringBoot+React | A source project that demonstrates how to use GcExcel Java with SpringBoot + React + Spread.Sheets|
13
13
| SpringBootDemo/SpringBoot+Angular2 | A source project that demonstrates how to use GcExcel with SpringBoot + Angular2 + Spread.Sheets|
14
14
15
15
# Release Notes
16
+ ## 2.2.0
17
+ ### New Features
18
+ * Export Excel files with shapes to pdf.
19
+ * Cut/copy ranges between different workbooks.
20
+ * Copy/move worksheet between different workbooks.
21
+ * Control whether to adjust page breaks after inserting/deleting rows/columns.
22
+ * Customize the row/column/cell delemiter when loading or saving csv file.
23
+ * Set the tail repeated rows and right repeated columns when saving to pdf.
24
+ * Support for paste options during copy and paste ranges.
25
+ * Support IRange.Find() and IRange.Replace() methods.
26
+ * Show or hide different kinds of pivot table styles.
27
+ * Support for exporting pivot table styles to pdf.
28
+ * Support setting the number format for each pivot field.
29
+ * Japanese ruby can now be preserved after Excel I/O.
30
+ * Get and customize each page settings before saving to pdf file.
31
+ * Render any sheet range inside a pdf file.
32
+ * Keep rows/columns togother when saving to pdf.
33
+ * Save multiple workbooks to one pdf file.
34
+ * Export specific pages from spreadsheet to pdf
35
+ * Save multiple spreadsheet pages into one pdf page.
36
+ * Support IRange.AutoFit method to fit rows/columns.
37
+ * Support IRange.FormulaArrayR1C1 property to get or set array formula in R1C1 format.
38
+ * Support more import flags during open an Excel file.
39
+ * OLEObject will be preserved after Excel I/O.
40
+ * Support Shrink to fit, wrapped text while saving to pdf.
41
+ ### Bug fixed
42
+ * GcExcel ignores 'ignore_empty' parameter in TEXTJOIN formula.(DOCXLS-970)
43
+ * Large JSON file generated when using ToJson on a particular Workbook.(DOCXLS-968)
44
+ * UsedRange.Value sets improper values to the range when Formula is set to Empty.(DOCXLS-956)
16
45
## 2.1.5
17
46
### Bug Fixed
18
47
* The column width, font size and picture's left position changes after JSON I/O with GcExcel.(DOCXLS-902)
0 commit comments