@@ -54,6 +54,32 @@ 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.2.1
58
+ ## Fixed
59
+ * The macro button is missing after processing template file.(DOCXLS-10883)
60
+ * The XValues of chart are incorrect in the exported PDF file.(DOCXLS-10893)
61
+ * The static cell did not expand with the adjacent cell.(DOCXLS-10902)
62
+ * Performance issue on calling ToJson method.(DOCXLS-10903)
63
+ * The value and reference range of defined name become "#REF!" after processing template.(DOCXLS-10908)
64
+ * "_ Report_0" is added to the end of the shape name after processing template.(DOCXLS-10931)
65
+ * There is a null fallback FontFamily in the exported HTML file.(DOCXLS-10969)
66
+ * Exception is thrown on setting formula of Calculated Fields in Switzerland culture locale.(DOCXLS-10976)
67
+ * There is a memory leak when using the ResultSet data source.(DOCXLS-10986)
68
+ * After setting TimeSpan to cell value, the number format changes.(DOCXLS-10990)
69
+ * The formula in table is lost after binding data.(DOCXLS-10994)
70
+ * Exception is thrown on copying sheet to another workbook when sheet contains column header.(DOCXLS-11005)
71
+ * The hidden rows are revealed when calling ITable.ConvertToRange method.(DOCXLS-11014)
72
+ * Exception is thrown on exporting to Excel file when workbook contains invalid threaded comment.(DOCXLS-11055)
73
+ * The Japanese currency symbol ¥ is not recognized correctly.(DOCXLS-11057)
74
+ * The result of getting the cell value is inconsistent.(DOCXLS-11059)
75
+ * The formula is lost after data binding.(DOCXLS-11067)
76
+ * The image is lost in the exported PDF file when image function contains special content.(DOCXLS-11068)
77
+ * The row height is lost after processing template.(DOCXLS-11073)
78
+ * Performance issue on adding lots of hyperlinks.(DOCXLS-11074)
79
+ * The cell value cannot be set correctly after setting default value.(DOCXLS-11078)
80
+ * Some resources are incorrect in the Deutsch(German) culture in the exported Excel file.(DOCXLS-11103)
81
+ * The warning message is incorrect when copying sheet that some references do not exist.(DOCXLS-11104)
82
+ * The column width is lost after processing template twice.(DOCXLS-11113)
57
83
## 7.2.0
58
84
## Added
59
85
* Support Asynchronous IMAGE function.(DOCXLS-6740)
0 commit comments