File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,19 @@ This repository contains source project of Examples and Showcases of DsExcel to
54
54
| SpringBootDemo/SpringBoot+Angular2 | A source project that demonstrates how to use DsExcel with SpringBoot + Angular2 + Spread.Sheets|
55
55
56
56
---
57
+ ## 7.1.4
58
+ ## Fixed
59
+ * Merged cells are unmerged in the exported Excel file when template cell have G=R property.(DOCXLS-10484)
60
+ * The serise line of chart changed after loading the SSJSON file then exporting to SJS file.(DOCXLS-10488)
61
+ * The formula is lost after loading the particular SJS file.(DOCXLS-10495)
62
+ * The font weight is lost after loading the particular SSJSON file.(DOCXLS-10498)
63
+ * Performance issues on opening a particular Excel file which contains lots of external workbooks.(DOCXLS-10506)
64
+ * Exception is thrown on expoting Excel file after deleting particular sheet.(DOCXLS-10510)
65
+ * The customized properties of celltype are lost in the exported SSJSON file.(DOCXLS-10553)
66
+ * Exception is thrown on setting dynamic array formula to data validation.(DOCXLS-10571)
67
+ * Exception is thrown on calling Workbook.toJson() method when the original SSJSON file contains invalid comment data.(DOCXLS-10589)
68
+ * The result of TEXTJOIN function is incorrect if the parameter contains CalcError.(DOCXLS-10617)
69
+ * The text is incorrect in the exported PDF file when the font is "symbol".(DOCXLS-10639)
57
70
## 7.1.3
58
71
## Fixed
59
72
* The column style is lost after calling processTemplate method in the exported XLSX file.(DOCXLS-10338)
You can’t perform that action at this time.
0 commit comments