File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,22 @@ 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.3
58
+ ## Fixed
59
+ * The column style is lost after calling processTemplate method in the exported XLSX file.(DOCXLS-10338)
60
+ * There is a performance issue when saving specific Excel files to an HTML file.(DOCXLS-10342)
61
+ * Enhance the exception message when deleting range is not allowed.(DOCXLS-10364)
62
+ * Exception is thrown on filling the specific template file.(DOCXLS-10379)
63
+ * Row heights are changed after opening an XLSX file then export to SSJSON file.(DOCXLS-10386)
64
+ * Exception is thrown on deleting row after loading some particular SJS file.(DOCXLS-10389)
65
+ * Constant cells are expand along with the template cell.(DOCXLS-10417)
66
+ * Exception is thrown on calling processTemplate method after loading some particular file.(DOCXLS-10418)
67
+ * Some zero value appera after process template in the export XLSX file.(DOCXLS-10422)
68
+ * Exception is thrown on exporting to SJS file.(DOCXLS-10428)
69
+ * Exception is thrown on calling IWorksheets.CopyAfter method.(DOCXLS-10448)
70
+ * Performance issue on loading particular XLSX file.(DOCXLS-10457)
71
+ * The value of allowMove property in chart changed in the exported SJS file.(DOCXLS-10461)
72
+ * The text changes to vertical text in the exported PDF file.(DOCXLS-10482)
57
73
## 7.1.2
58
74
## Fixed
59
75
* The formula result is incorrect using API to get the cell value.(DOCXLS-10106)
You can’t perform that action at this time.
0 commit comments