@syncfusion/ej2-angular-spreadsheet 20.1.60 → 20.2.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +14 -0
  3. package/esm2020/src/spreadsheet/cells.directive.mjs +71 -0
  4. package/esm2020/src/spreadsheet/chart.directive.mjs +46 -0
  5. package/esm2020/src/spreadsheet/columns.directive.mjs +61 -0
  6. package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +61 -0
  7. package/esm2020/src/spreadsheet/definednames.directive.mjs +58 -0
  8. package/esm2020/src/spreadsheet/image.directive.mjs +46 -0
  9. package/esm2020/src/spreadsheet/ranges.directive.mjs +69 -0
  10. package/esm2020/src/spreadsheet/rows.directive.mjs +65 -0
  11. package/esm2020/src/spreadsheet/sheets.directive.mjs +68 -0
  12. package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +80 -0
  13. package/esm2020/src/spreadsheet/spreadsheet.component.mjs +202 -0
  14. package/esm2020/src/spreadsheet/spreadsheet.module.mjs +106 -0
  15. package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +5 -0
  16. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
  17. package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  18. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +886 -0
  19. package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
  20. package/package.json +29 -15
  21. package/schematics/utils/lib-details.ts +2 -2
  22. package/src/spreadsheet/cells.directive.d.ts +5 -0
  23. package/src/spreadsheet/chart.directive.d.ts +5 -0
  24. package/src/spreadsheet/columns.directive.d.ts +5 -0
  25. package/src/spreadsheet/conditionalformats.directive.d.ts +5 -0
  26. package/src/spreadsheet/definednames.directive.d.ts +5 -0
  27. package/src/spreadsheet/image.directive.d.ts +5 -0
  28. package/src/spreadsheet/ranges.directive.d.ts +5 -0
  29. package/src/spreadsheet/rows.directive.d.ts +5 -0
  30. package/src/spreadsheet/sheets.directive.d.ts +5 -0
  31. package/src/spreadsheet/spreadsheet-all.module.d.ts +6 -0
  32. package/src/spreadsheet/spreadsheet.component.d.ts +3 -0
  33. package/src/spreadsheet/spreadsheet.module.d.ts +15 -0
  34. package/styles/bootstrap-dark.css +43 -80
  35. package/styles/bootstrap.css +43 -77
  36. package/styles/bootstrap4.css +45 -79
  37. package/styles/bootstrap5-dark.css +53 -83
  38. package/styles/bootstrap5.css +53 -83
  39. package/styles/fabric-dark.css +45 -81
  40. package/styles/fabric.css +45 -78
  41. package/styles/fluent-dark.css +70 -89
  42. package/styles/fluent.css +70 -89
  43. package/styles/highcontrast-light.css +45 -77
  44. package/styles/highcontrast.css +44 -77
  45. package/styles/material-dark.css +43 -80
  46. package/styles/material.css +43 -77
  47. package/styles/ribbon/_all.scss +2 -0
  48. package/styles/ribbon/_bootstrap-dark-definition.scss +13 -0
  49. package/styles/ribbon/_bootstrap-definition.scss +12 -0
  50. package/styles/ribbon/_bootstrap4-definition.scss +13 -0
  51. package/styles/ribbon/_bootstrap5-dark-definition.scss +1 -0
  52. package/styles/ribbon/_bootstrap5-definition.scss +14 -0
  53. package/styles/ribbon/_fabric-dark-definition.scss +14 -0
  54. package/styles/ribbon/_fabric-definition.scss +14 -0
  55. package/styles/ribbon/_fluent-dark-definition.scss +1 -0
  56. package/styles/ribbon/_fluent-definition.scss +14 -0
  57. package/styles/ribbon/_fusionnew-definition.scss +14 -0
  58. package/styles/ribbon/_highcontrast-definition.scss +12 -0
  59. package/styles/ribbon/_highcontrast-light-definition.scss +12 -0
  60. package/styles/ribbon/_layout.scss +243 -0
  61. package/styles/ribbon/_material-dark-definition.scss +15 -0
  62. package/styles/ribbon/_material-definition.scss +13 -0
  63. package/styles/ribbon/_material3-definition.scss +15 -0
  64. package/styles/ribbon/_mixin.scss +89 -0
  65. package/styles/ribbon/_tailwind-dark-definition.scss +1 -0
  66. package/styles/ribbon/_tailwind-definition.scss +13 -0
  67. package/styles/ribbon/_theme.scss +115 -0
  68. package/styles/ribbon/bootstrap-dark.css +7 -0
  69. package/styles/ribbon/bootstrap-dark.scss +4 -1
  70. package/styles/ribbon/bootstrap.css +7 -0
  71. package/styles/ribbon/bootstrap.scss +4 -1
  72. package/styles/ribbon/bootstrap4.css +7 -0
  73. package/styles/ribbon/bootstrap4.scss +4 -1
  74. package/styles/ribbon/bootstrap5-dark.css +15 -0
  75. package/styles/ribbon/bootstrap5-dark.scss +4 -1
  76. package/styles/ribbon/bootstrap5.css +15 -0
  77. package/styles/ribbon/bootstrap5.scss +4 -1
  78. package/styles/ribbon/fabric-dark.css +8 -0
  79. package/styles/ribbon/fabric-dark.scss +4 -1
  80. package/styles/ribbon/fabric.css +8 -0
  81. package/styles/ribbon/fabric.scss +4 -1
  82. package/styles/ribbon/fluent-dark.css +10 -0
  83. package/styles/ribbon/fluent-dark.scss +4 -1
  84. package/styles/ribbon/fluent.css +10 -0
  85. package/styles/ribbon/fluent.scss +4 -1
  86. package/styles/ribbon/highcontrast-light.css +9 -0
  87. package/styles/ribbon/highcontrast-light.scss +3 -1
  88. package/styles/ribbon/highcontrast.css +9 -0
  89. package/styles/ribbon/highcontrast.scss +4 -1
  90. package/styles/ribbon/icons/_bootstrap-dark.scss +15 -0
  91. package/styles/ribbon/icons/_bootstrap.scss +15 -0
  92. package/styles/ribbon/icons/_bootstrap4.scss +9 -0
  93. package/styles/ribbon/icons/_bootstrap5-dark.scss +1 -0
  94. package/styles/ribbon/icons/_bootstrap5.scss +15 -0
  95. package/styles/ribbon/icons/_fabric-dark.scss +9 -0
  96. package/styles/ribbon/icons/_fabric.scss +9 -0
  97. package/styles/ribbon/icons/_fluent-dark.scss +1 -0
  98. package/styles/ribbon/icons/_fluent.scss +15 -0
  99. package/styles/ribbon/icons/_fusionnew.scss +15 -0
  100. package/styles/ribbon/icons/_highcontrast.scss +9 -0
  101. package/styles/ribbon/icons/_material-dark.scss +15 -0
  102. package/styles/ribbon/icons/_material.scss +15 -0
  103. package/styles/ribbon/icons/_material3.scss +15 -0
  104. package/styles/ribbon/icons/_tailwind-dark.scss +15 -0
  105. package/styles/ribbon/icons/_tailwind.scss +15 -0
  106. package/styles/ribbon/material-dark.css +7 -0
  107. package/styles/ribbon/material-dark.scss +4 -1
  108. package/styles/ribbon/material.css +7 -0
  109. package/styles/ribbon/material.scss +4 -1
  110. package/styles/ribbon/tailwind-dark.css +7 -0
  111. package/styles/ribbon/tailwind-dark.scss +4 -1
  112. package/styles/ribbon/tailwind.css +7 -0
  113. package/styles/ribbon/tailwind.scss +4 -1
  114. package/styles/spreadsheet/_all.scss +2 -0
  115. package/styles/spreadsheet/_bootstrap-dark-definition.scss +133 -0
  116. package/styles/spreadsheet/_bootstrap-definition.scss +133 -0
  117. package/styles/spreadsheet/_bootstrap4-definition.scss +132 -0
  118. package/styles/spreadsheet/_bootstrap5-dark-definition.scss +1 -0
  119. package/styles/spreadsheet/_bootstrap5-definition.scss +134 -0
  120. package/styles/spreadsheet/_fabric-dark-definition.scss +130 -0
  121. package/styles/spreadsheet/_fabric-definition.scss +130 -0
  122. package/styles/spreadsheet/_fluent-dark-definition.scss +1 -0
  123. package/styles/spreadsheet/_fluent-definition.scss +134 -0
  124. package/styles/spreadsheet/_fusionnew-definition.scss +134 -0
  125. package/styles/spreadsheet/_highcontrast-definition.scss +130 -0
  126. package/styles/spreadsheet/_highcontrast-light-definition.scss +130 -0
  127. package/styles/spreadsheet/_layout.scss +2981 -0
  128. package/styles/spreadsheet/_material-dark-definition.scss +133 -0
  129. package/styles/spreadsheet/_material-definition.scss +131 -0
  130. package/styles/spreadsheet/_material3-definition.scss +134 -0
  131. package/styles/spreadsheet/_tailwind-dark-definition.scss +1 -0
  132. package/styles/spreadsheet/_tailwind-definition.scss +136 -0
  133. package/styles/spreadsheet/_theme.scss +1356 -0
  134. package/styles/spreadsheet/bootstrap-dark.css +36 -80
  135. package/styles/spreadsheet/bootstrap-dark.scss +23 -1
  136. package/styles/spreadsheet/bootstrap.css +36 -77
  137. package/styles/spreadsheet/bootstrap.scss +23 -1
  138. package/styles/spreadsheet/bootstrap4.css +38 -79
  139. package/styles/spreadsheet/bootstrap4.scss +23 -1
  140. package/styles/spreadsheet/bootstrap5-dark.css +38 -83
  141. package/styles/spreadsheet/bootstrap5-dark.scss +22 -1
  142. package/styles/spreadsheet/bootstrap5.css +38 -83
  143. package/styles/spreadsheet/bootstrap5.scss +23 -1
  144. package/styles/spreadsheet/fabric-dark.css +37 -81
  145. package/styles/spreadsheet/fabric-dark.scss +23 -1
  146. package/styles/spreadsheet/fabric.css +37 -78
  147. package/styles/spreadsheet/fabric.scss +23 -1
  148. package/styles/spreadsheet/fluent-dark.css +60 -89
  149. package/styles/spreadsheet/fluent-dark.scss +22 -1
  150. package/styles/spreadsheet/fluent.css +60 -89
  151. package/styles/spreadsheet/fluent.scss +23 -1
  152. package/styles/spreadsheet/highcontrast-light.css +36 -77
  153. package/styles/spreadsheet/highcontrast-light.scss +22 -1
  154. package/styles/spreadsheet/highcontrast.css +35 -77
  155. package/styles/spreadsheet/highcontrast.scss +23 -1
  156. package/styles/spreadsheet/icons/_bootstrap-dark.scss +990 -0
  157. package/styles/spreadsheet/icons/_bootstrap.scss +990 -0
  158. package/styles/spreadsheet/icons/_bootstrap4.scss +994 -0
  159. package/styles/spreadsheet/icons/_bootstrap5-dark.scss +1 -0
  160. package/styles/spreadsheet/icons/_bootstrap5.scss +996 -0
  161. package/styles/spreadsheet/icons/_fabric-dark.scss +990 -0
  162. package/styles/spreadsheet/icons/_fabric.scss +995 -0
  163. package/styles/spreadsheet/icons/_fluent-dark.scss +1 -0
  164. package/styles/spreadsheet/icons/_fluent.scss +996 -0
  165. package/styles/spreadsheet/icons/_fusionnew.scss +996 -0
  166. package/styles/spreadsheet/icons/_highcontrast.scss +990 -0
  167. package/styles/spreadsheet/icons/_material-dark.scss +993 -0
  168. package/styles/spreadsheet/icons/_material.scss +995 -0
  169. package/styles/spreadsheet/icons/_material3.scss +996 -0
  170. package/styles/spreadsheet/icons/_tailwind-dark.scss +996 -0
  171. package/styles/spreadsheet/icons/_tailwind.scss +996 -0
  172. package/styles/spreadsheet/material-dark.css +36 -80
  173. package/styles/spreadsheet/material-dark.scss +23 -1
  174. package/styles/spreadsheet/material.css +36 -77
  175. package/styles/spreadsheet/material.scss +23 -1
  176. package/styles/spreadsheet/tailwind-dark.css +263 -82
  177. package/styles/spreadsheet/tailwind-dark.scss +22 -1
  178. package/styles/spreadsheet/tailwind.css +53 -82
  179. package/styles/spreadsheet/tailwind.scss +23 -1
  180. package/styles/tailwind-dark.css +270 -82
  181. package/styles/tailwind.css +60 -82
  182. package/syncfusion-ej2-angular-spreadsheet.d.ts +5 -0
  183. package/@syncfusion/ej2-angular-spreadsheet.es5.js +0 -989
  184. package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +0 -1
  185. package/@syncfusion/ej2-angular-spreadsheet.js +0 -929
  186. package/@syncfusion/ej2-angular-spreadsheet.js.map +0 -1
  187. package/CHANGELOG.md +0 -1247
  188. package/dist/ej2-angular-spreadsheet.umd.js +0 -1586
  189. package/dist/ej2-angular-spreadsheet.umd.js.map +0 -1
  190. package/dist/ej2-angular-spreadsheet.umd.min.js +0 -11
  191. package/dist/ej2-angular-spreadsheet.umd.min.js.map +0 -1
  192. package/ej2-angular-spreadsheet.d.ts +0 -5
  193. package/ej2-angular-spreadsheet.metadata.json +0 -1
  194. package/postinstall/tagchange.js +0 -18
  195. package/schematics/collection.json +0 -10
  196. package/schematics/ng-add/index.d.ts +0 -3
  197. package/schematics/ng-add/index.js +0 -9
  198. package/schematics/ng-add/schema.d.ts +0 -13
  199. package/schematics/ng-add/schema.js +0 -2
  200. package/schematics/ng-add/schema.json +0 -34
  201. package/schematics/tsconfig.json +0 -25
  202. package/schematics/utils/lib-details.d.ts +0 -4
  203. package/schematics/utils/lib-details.js +0 -6
package/CHANGELOG.md DELETED
@@ -1,1247 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### Spreadsheet
6
-
7
- #### Bug Fixes
8
-
9
- - `#I379196` - Left key navigation on 0th column throws script error on imported excel file issue has been fixed.
10
- - `#I383098` - Enter dot(.) in a cell changed to NaN issue has been fixed.
11
- - `#I380469` - The issue with the sum of decimal integers with three decimal places being formatted to two decimal places has been fixed.
12
- - `#I376635` - The issue of the formula with an empty space before the cell reference is not updated properly while performing autofill has been resolved.
13
- - `#I382547` - The issue of the selected range not being updated properly when the frozen column is not in the view port has been resolved.
14
- - `#F175237` - The issue with adjacent column cells updating with formula results for concealed formula cells has been resolved.
15
- - `#I383094` - Filter by selected cell value is not working for custom number format (0.00) applied cell issue resolved.
16
- - `#I380690`, `#I380608` - Selection misalignment occurs and newly inserted row at the bottom is not updated properly in finite mode issues resolved.
17
- - `#I381625` - The unfrozen columns getting scrolled while selecting the frozen column cells issue has been resolved.
18
- - `#I382527` - Column selection in custom sort dialog not updated properly issue has been resolved.
19
-
20
- ## 20.1.59 (2022-06-07)
21
-
22
- ### Spreadsheet
23
-
24
- #### Bug Fixes
25
-
26
- - `#I380999` - Date with year less than 1900 is considered as invalid date like excel and handled properly during filtering.
27
-
28
- ## 20.1.58 (2022-05-31)
29
-
30
- ### Spreadsheet
31
-
32
- #### Bug Fixes
33
-
34
- - `#I378302` - Unique formula referred cell values are deleted after performing the saveAsJson method issue is resolved.
35
- - `#I377838` - Script error occurred while importing the custom number format applied excel issue is resolved.
36
- - `#I379174` - Not considering the password when select the unprotect sheet option in sheet tab context menu issue is resolved.
37
- - `#I378874` - Selection misalignment occurs while performing autofit when the column is hidden issue is resolved.
38
-
39
- ## 20.1.57 (2022-05-24)
40
-
41
- ### Spreadsheet
42
-
43
- #### Bug Fixes
44
-
45
- - `#I379389` - The issue of save as dialog export file type not properly displayed in Angular spreadsheet has been resolved.
46
- - `#I378071` - The issue of sheet is not rendering when we perform an undo action after pasting a value from another sheet has been resolved.
47
-
48
- ## 20.1.56 (2022-05-17)
49
-
50
- ### Spreadsheet
51
-
52
- #### Bug Fixes
53
-
54
- - `#I378180` - Image not cleared when apply clear all action issue is resolved.
55
- - `#I376814` - SPILL error in UNIQUE and IFS formula with the loaded JSON data issue fixed.
56
- - `#F174476` - The issue of importing an excel file into a spreadsheet taking too long has been resolved.
57
-
58
- ## 20.1.55 (2022-05-12)
59
-
60
- ### Spreadsheet
61
-
62
- #### New Features
63
-
64
- - `#I362282` - Provided support for date column filter popup UI like parent-child combination of checkboxes functionality.
65
-
66
- #### Bug Fixes
67
-
68
- - `#F174225` - Background color not exported properly when the conditional formatting contains "null" format issue resolved.
69
- - `#I377104` - Clear options not working properly for localized text issue is resolved.
70
-
71
- ## 20.1.52 (2022-05-04)
72
-
73
- ### Spreadsheet
74
-
75
- #### Bug Fixes
76
-
77
- - `#F174531` - Cleared the formula dependencies from calculate instance while importing the excel file.
78
- - `#I375090` - The dollar formula throws an error when used with a single argument issue resolved.
79
- - `#I370988` - Formula dependency not cleared while performing clipboard functionality is fixed.
80
-
81
- ## 20.1.51 (2022-04-26)
82
-
83
- ### Spreadsheet
84
-
85
- #### Bug Fixes
86
-
87
- - `#I366807` - Clear all does not remove data validation when it applied on whole column issue has been fixed.
88
- - `#I372777` - Hidden rows are visible in saved excel file issue resolved.
89
- - `#I368023` - Issue with UNIQUE formula while performing clipboard (copy/ paste) action is fixed.
90
- - `#I374129` - Shift selection causes the selection to move away from the spreadsheet table issue has been resolved.
91
- - `#I371703` - Filtering causes selection misalignment and script error issue with freeze pane which was applied in scrolled content has been resolved.
92
- - `#I374628` - Pasting empty cell along with formula cell within the same range, empty cell is pasted with wrong value issue has been fixed.
93
- - `#I374069` - When we copy uneven row data from an external source, the paste is not working properly issue is resolved.
94
- - `#I375840` - Border not applied properly when using locale text issue is resolved.
95
- - `#I370989` - Data not pasted proper value in formula contained cells is fixed.
96
-
97
- ## 20.1.50 (2022-04-19)
98
-
99
- ### Spreadsheet
100
-
101
- #### Bug Fixes
102
-
103
- - `#I372580` - Custom function causes exception in spreadsheet server while performing save operation issue resolved.
104
- - `#I372580` - Multiple cell range in custom formula is passed directly as cell range.
105
-
106
- ## 20.1.48 (2022-04-12)
107
-
108
- ### Spreadsheet
109
-
110
- #### Bug Fixes
111
-
112
- - `#I372580` - Range of cells are not processed properly for custom function issue resolved.
113
- - `#I371630` - Formula reference not updated properly while deleting the row issue resolved.
114
- - `#I372573` - Replace action not working with upper case char issue resolved.
115
- - `#I370015` - Handled the filter popup collision based on spreadsheet to resolve the hiding of filter popup when we render spreadsheet after the sidebar.
116
- - `#I369938` - `SUMIF` formula calculation is not proper with external copy / paste content issue resolved.
117
- - `#I372606` - Formula cells which has empty value is updated with `#value` error while performing `saveAsJson` action issue resolved.
118
- - `#I374125` - Script error occurs and selection is not proper after moving the editing to active cell by double clicking the formula bar issue resolved.
119
- - `#I369868` - Dependent cells values are not updated while updating the `UNIQUE` formula values issue resolved.
120
-
121
- ## 20.1.47 (2022-04-04)
122
-
123
- ### Spreadsheet
124
-
125
- #### Bug Fixes
126
-
127
- - `#I370011` - Creating new workbook not removing the filter issue resolved.
128
- - `#I366824` - Formula dependent cells are not updated on clear action issue resolved.
129
- - `#I357792` - Collaborative editing feature issues has been fixed.
130
- - `#I370463` - Getting maximum call stack exceed error during scrolling with large dataset issue resolved.
131
- - `#I366370` - Script error occurs on sheets property change issue resolved.
132
- - `#FB33176` - Chart not rendered if specified data range is not from active sheet issue resolved.
133
- - `#I349643` - Script error occurs on chart creation while importing excel file with custom date format issue resolved.
134
- - `#I371783` - Performance delay occurs while clearing the filter through context menu issue resolved.
135
- - `#I354089` - Hide / show rows not working with freeze pane if headers are hidden issue resolved.
136
- - `#I369939` - Closing circular reference dialog is not working issue has been fixed.
137
-
138
- ## 19.4.56 (2022-03-15)
139
-
140
- ### Spreadsheet
141
-
142
- #### Bug Fixes
143
-
144
- - `SF-369240` - Previous formula displayed while switching the editing from formula cell to blank cell issue resolved.
145
- - `SF-367017` - `Ctrl selection` not working with freeze pane issue resolved.
146
- - `SF-367519` - Border not applied while copy / paste from MS word issue resolved.
147
- - `SF-367525` - Strike through not applied on external copy / paste issue resolved.
148
-
149
- ## 19.4.55 (2022-03-08)
150
-
151
- ### Spreadsheet
152
-
153
- #### Bug Fixes
154
-
155
- - `SF-366825` - Text align icon not updated properly while applying text format for number cell value issue resolved.
156
- - `SF-369477` - Rows not rendered properly while filtering and cell selection not proper with filtered rows in freeze pane issues resolved.
157
-
158
- ## 19.4.54 (2022-03-01)
159
-
160
- ### Spreadsheet
161
-
162
- #### Bug Fixes
163
-
164
- - `SF-367012` - Sort action not working on first row issue resolved.
165
- - `SF-367021` - Filter by selected cell value action on date field is not working issue resolved.
166
- - `SF-367013` - Sort not working after filtered the data in freeze pane issue resolved.
167
- - `SF-368464` - Performance issue while filtering the scrolled data with freeze pane issue resolved.
168
- - `SF-363047` - Insert row is not working while adding rows at the end in finite mode issue resolved.
169
- - `SF-364569` - External paste not working if copy indicator available in spreadsheet issue resolved.
170
-
171
- ## 19.4.53 (2022-02-22)
172
-
173
- ### Spreadsheet
174
-
175
- #### Bug Fixes
176
-
177
- - `SF-367008` - Data range is not updated properly while doing auto fill action issue resolved.
178
- - `SF-367016` - Script error occurs while performing auto fit action on hidden first column after freeze pane issue resolved.
179
- - `SF-364894` - Filtering is not proper in finite mode with less row count issue resolved.
180
- - `SF-367010` - Rows are corrupted on clear filtering action, when the rows are scroll down to bottom issue resolved.
181
- - `SF-367011` - Script error occurs while scrolling up after clearing the large filtered data issue resolved.
182
- - `SF-367014` - Content area scrolled improperly while entering large data in a cell issue resolved.
183
- - `SF-366314` - Horizontal scrolling is not proper after filtering with freeze pane issue resolved.
184
- - `SF-367009` - Scrolling is not proper after filtering the data with freeze row issue resolved.
185
- - `SF-362961` - Formula cell reference not updated properly for other sheets while inserting rows issue resolved.
186
- - `SF-362920` - Cell value is updated while selecting the find next button issue resolved.
187
- - `SF-362962` - Undo and redo actions show invalid expressions in some cases issue resolved.
188
- - `SF-359655` - Improvement for find and replace functionality with locked cells provided.
189
- - `SF-362996` - Invalid error when formula range is updated issue resolved.
190
-
191
- ## 19.4.52 (2022-02-15)
192
-
193
- ### Spreadsheet
194
-
195
- #### Bug Fixes
196
-
197
- - `SF-360092` - Cell navigation occurs while performing key navigation in cell template drop-down popup issue resolved.
198
- - `SF-361817` - Row alignment and cell selection is not proper with large font size during scrolling issue resolved.
199
-
200
- ## 19.4.50 (2022-02-08)
201
-
202
- ### Spreadsheet
203
-
204
- #### New Features
205
-
206
- - `F169781`, `SF-351357` - Provided filtering, sorting, show/hide rows and columns functionalities for freeze pane enabled spreadsheet.
207
- - `SF-359671`, `SF-356044`, `SF-361047` - `actionBegin` event triggered for undo / redo actions. Added `isUndo` and `isRedo` property in undo and redo action respectively to differentiate it from the regular action.
208
-
209
- #### Bug Fixes
210
-
211
- - `SF-354603` - Thousand separator is not working properly for custom number format issue has been fixed.
212
- - `SF-349643` - Excel with external file link takes more time to load issue fixed.
213
- - `SF-362947` - Cascading cell values does not get updated properly for imported file issue has been fixed.
214
- - `SF-362574` - After filtering the cell validation `isHighlighted` property is enabled and updated wrongly on other cells while scrolling issue resolved.
215
- - `SF-362013` - Dependent cells are not getting updated in unique formula issue has been fixed.
216
- - `SF-353164` - Value property is not available while cell containing formula in saved JSON issue has been fixed.
217
- - `SF-360130` - Conditional formatting is not working properly when insert/delete rows and columns issue has been fixed.
218
- - `SF-362001` - Copy and paste is not work properly with conditional formatting when save and load the spreadsheet as JSON issue has been fixed.
219
- - `SF-362018` - Script error on clearing column data validation issue is resolved.
220
- - `SF-362567` - Data is not updated in the list validation when row is inserted issue has been fixed.
221
-
222
- ## 19.4.48 (2022-01-31)
223
-
224
- ### Spreadsheet
225
-
226
- #### New Features
227
-
228
- - `SF-358321` - Triggered `beforeCellUpdate` event before updating the properties of the cell model while doing actions like editing, copy / paste and data validation, etc. Using this event, you can prevent the particular action.
229
-
230
- #### Bug Fixes
231
-
232
- - `SF-361363` - Autofill does not hide when selection is in hidden range after undo & redo on filtered rows issue has been fixed.
233
- - `SF-355507` - Copy indicator height when copy and pasting a wrap cell issue has been fixed.
234
- - `SF-361367` - Script error while pasting large range data on data validation applied cell in editing mode issue has been fixed.
235
- - `SF-361580` - Provided cancel argument in action begin event for cell delete and autofill.
236
- - `SF-360962` - Toolbar item not disable with protect sheet issue and edit alert dialog customization support provided.
237
-
238
- ## 19.4.47 (2022-01-25)
239
-
240
- ### Spreadsheet
241
-
242
- #### Bug Fixes
243
-
244
- - `SF-357914` - Multi range custom sort alert dialog not showing issue resolved.
245
- - `SF-360957` - Spinner loads endlessly while importing an excel file issue resolved.
246
-
247
- ## 19.4.43 (2022-01-18)
248
-
249
- ### Spreadsheet
250
-
251
- #### Bug Fixes
252
-
253
- - `SF-354173`, `SF-360223`, `SF-360057` - Selection misalignment and script error on undo operation after resize the row.
254
- - `SF-360109` - While copy paste the merge cell with all borders, the left border is missing in pasted cell.
255
- - `SF-360465, SF-360473` - Undo action for deleted column which is before the viewport area causes script error and selection misalignment issue resolved.
256
- - `SF-356947` - Row height not proper while applying larger font size when row set as custom height issue resolved.
257
-
258
- ## 19.4.42 (2022-01-11)
259
-
260
- ### Spreadsheet
261
-
262
- #### Bug Fixes
263
-
264
- - `SF-360112` - Script error occurs on continuous undo and redo operation for filtering action issue resolved.
265
- - `SF-360962` - Disable toolbar item for protect sheet and edit Alert dialog content customize support provided.
266
- - `SF-361036`, `SF-361123` - Copy paste is not working properly on filtered rows issue has been fixed.
267
- - `SF-360222` - Sorting is not working properly after undo issue has been fixed.
268
- - `SF-352381` - Data not rendered properly on horizontal scrolling in finite mode issue resolved.
269
- - `F171297` - Importing excel file contains conditional formatting with formula throws script error issue has been fixed.
270
- - `SF-359221` - Insert row not working properly while virtual scrolling is disabled issue is fixed.
271
-
272
- ## 19.4.41 (2022-01-04)
273
-
274
- ### Spreadsheet
275
-
276
- #### Bug Fixes
277
-
278
- - `SF-360492` - Row height issue after performing undo operation has been resolved.
279
- - `SF-353871` - Cell alignment issue while copy paste merge cell issue is fixed.
280
- - `I349145`, `I347733` - Script error throws while set the height to hidden rows is resolved.
281
- - `SF-360109` - Bottom border missing while paste merge applied cell issue fixed.
282
- - `SF-354314` - External pasting formula cell which lies below the viewport not working issue has been fixed.
283
- - `SF-354314` - Performance issue on copying large cells which contains custom number format has been fixed.
284
- - `SF-359382` - Color applied for empty cell if less than condition value is in negative in conditional formatting issue has been fixed.
285
- - `SF-359673` - Find and replace is not working after scrolling to bottom in finite mode issue has been fixed.
286
- - `SF-357076`, `SF-360051` - If the column, row and select-all selection range contains a filtered range then, the sorting is applied to its filtered range.
287
- - `SF-358133` - cell save event arguments are not proper for cut / paste action issue resolved.
288
- - `SF-360303` - Selection issue while pasting the multiline character contained text in cell editing mode is resolved.
289
-
290
- ## 19.4.40 (2021-12-28)
291
-
292
- ### Spreadsheet
293
-
294
- #### New Features
295
-
296
- - `I345022` - Alphanumeric support provided for autofill operation.
297
-
298
- #### Bug Fixes
299
-
300
- - `SF-358411` - Cancelling the replace and replace all actions not working issue resolved. `actionBegin` and `actionComplete` event for `replace` action, the argument property name is changed as below.
301
-
302
- - Previous name | Current name
303
- - -----|-----
304
- - `compareVal` | `compareValue`
305
- - `SF-357609` - Filters added on empty cells which are outside the used range issue resolved.
306
- - `SF-359059` - Console error on performing filter by cell value operation in cut cell issue resolved.
307
- - `I347810` - Performance issue while paste 100000 cells in Spreadsheet is resolved.
308
- - `I348364` - Script error while use freeze pane with \n in cell value issue is resolved.
309
- - `F171230` - Cannot prevent pasting format using actionBegin while using Ctrl+V shortcut is resolved.
310
- - `I346033` - Today formula is not working on import issue has been fixed.
311
- - `I346033` - Custom currency format is not applied for zero value issue has been fixed.
312
- - `I346033` - Text formula is not working with `ddd` format issue has been fixed.
313
- - `I346033` - Adding some value to multiplied range which contains empty cell issue has been fixed.
314
- - `I321503` - Cell selection issue after scrolling on imported sheet has been fixed.
315
- - `SF-358418` - Image resize option problem has been fixed.
316
-
317
- ## 19.4.38 (2021-12-17)
318
-
319
- ### Spreadsheet
320
-
321
- #### Bug Fixes
322
-
323
- - `SF-356190` - Not able to change the cell value using beforeCellSave event issue resolved.
324
- - `I346629` - Cell alignment issue while copy paste merged cell from Excel to Spreadsheet issue resolved.
325
- - `F169598` - Sorting issue with number formatted data is resolved.
326
- - `I351813` - Border missing for last merged cell while doing autofill issue has been resolved.
327
- - `I347937` - Selection issue while load data with row height less than 4 pixel is resolved.
328
- - `I356364` - Script error while selecting autofill option after clicking the autofill icon issue resolved.
329
- - `I348734` - Copy/paste with conditional formatting not working issue resolved.
330
- - `I347888` - Insert/delete rows and columns are not working with collaborative editing issue resolved.
331
- - `I348334` - Cell misalignment while applying wrap on the pasted data issue resolved.
332
- - `I348741` - Conditional format highlighting and cell background color overlaps on wrapped cell issue resolved
333
- - `I343781` - Merge breaks on column copy/paste action issue resolved.
334
- - `I347103` - Copy and paste working incorrectly while copy data in backward direction issue resolved.
335
-
336
- ## 19.3.48 (2021-11-02)
337
-
338
- ### Spreadsheet
339
-
340
- #### Bug Fixes
341
-
342
- - `I345577` - Selection misalignment occurs with the resized row issue resolved.
343
- - `I346629` - Selection misalignment while perform autofit to rows issue resolved.
344
- - `I346978`, `I346947` - Data loss after clear filtering issue resolved.
345
- - `I346943` - Copy / paste not working after clear filtering using ribbon issue resolved.
346
- - `I346921` - Cell selections are not proper after scrolling the filtered data issue resolved.
347
- - `I346267` - Last occurrence value not replaced while doing Replace all with workbook mode issue resolved.
348
-
349
- ## 19.3.47 (2021-10-26)
350
-
351
- ### Spreadsheet
352
-
353
- #### Bug Fixes
354
-
355
- - `I344194` - Filter menu opening delay with large data issue resolved.
356
- - `I344794` - Cell selection misalignment occurs when copy paste and resize the pasted cell issue resolved.
357
- - `F29392` - cell selection misalignment on loading Chinese words issue resolved.
358
- - `I345133` - Cell selection misalignment on wrap applied Japanese characters issue resolved.
359
- - `I345064` - Filtering issue on save and load JSON issue resolved.
360
- - `I345959` - Custom sort with zero not working issue resolved.
361
- - `I345577` - Selection misalignment occurs with the resized row issue resolved.
362
-
363
- ## 19.3.46 (2021-10-19)
364
-
365
- ### Spreadsheet
366
-
367
- #### New Features
368
-
369
- - `I343108` - Provided support to update the border for inserted rows and columns, if the adjacent rows and columns contains same border value.
370
-
371
- #### Bug Fixes
372
-
373
- - `I344194` - Row height not updated properly after filtering for the rows with wrapped cells issue resolved.
374
- - `I341556` - Scrolling hangs after performing the sorting issue resolved.
375
- - `I340403` - Spreadsheet export with row height greater than 409.5 issue resolved.
376
- - `I344984` - Data validation color format not copied on Autofill issue resolved.
377
- - `I343836` - Empty cell sorting issue resolved.
378
- - `I337429` - Added the events for Clear Validation and Clear Highlight actions in spreadsheet.
379
- - `I344507` - Undo Redo actions are not working for hidden rows issue resolved.
380
- - `I344596` - Unable to apply bottom border to a merged cell issue resolved.
381
-
382
- ## 19.3.45 (2021-10-12)
383
-
384
- ### Spreadsheet
385
-
386
- #### Bug Fixes
387
-
388
- - `II342554` - Copy / paste the image from excel to spreadsheet not working issue resolved.
389
- - `I342003` - Undo / redo action with merged cells and border not work properly issue resolved.
390
- - `I342900` - Resolved the clear filter with hidden column issue.
391
- - `I343756` - Script error occurs while clearing filter on manually unhidden rows issue resolved.
392
- - `I344193` - `CellEditing` event argument does not contains edited value issue resolved.
393
- - `I344288` - `beforeOpen` event not triggered in Spreadsheet issue resolved.
394
- - `I343789` - Console error with clearFilter in Spreadsheet issue resolved.
395
-
396
- ## 19.3.44 (2021-10-05)
397
-
398
- ### Spreadsheet
399
-
400
- #### New Features
401
-
402
- - `I323841`, `I305593` - Data validation with formula input support.
403
-
404
- #### Bug Fixes
405
-
406
- - `I342782` - `beforeConditionalFormat` event triggered for `delete` and `Clear Contents` actions.
407
- - `I342786` - Selection and row height misalignment on wrapped cells while resizing the column issue resolved.
408
- - `I343328` - Script error occurs on copy / paste action while the spreadsheet is scrolled horizontally issue resolved.
409
- - `I342553` - `Max` function returns error while referring the empty cells issue resolved.
410
- - `I341489` - Content on cells getting duplicated after removing unique function issue resolved.
411
- - `I343150` - Selection performance issue with large data issue resolved.
412
-
413
- ## 19.3.43 (2021-09-30)
414
-
415
- ### Spreadsheet
416
-
417
- #### New Features
418
-
419
- - **Auto fill:** This feature allows users to easily fill or copy a series or pattern of values and formats into adjacent cells in any direction.
420
- - **Password protection:** This feature allows users to protect a worksheet by encrypting it with a password.
421
- - **Formula values in data validation input:** This feature allows users to provide formula values in data validation input while applying data validation in a spreadsheet.
422
- - **Custom number formatting:** This feature allows users to customize the display format of numbers, dates, times, percentages, and currency values.
423
- - `I336060` - If edited cell value is an URL then, it set as a hyperlink.
424
-
425
- #### Bug Fixes
426
-
427
- - `F164899` - Triggered `actionComplete` event during definedRange actions.
428
- - `I340202` - Filter value by selected cell operation not filtering the data properly issue resolved.
429
- - `I339325` - Selection not working properly after updating the `allowEditing` property issue resolved.
430
- - `I341205` - While changing the border color and style of the merged cell is not applied properly issue resolved.
431
- - `I341516` - Sheet name doesn't support carrot bracket issue resolved.
432
- - `I339059` - Horizontal scrolling not working properly while scroll using arrow key issue resolved.
433
- - `I329238`, `F167723`, `I340073`, `I341556` - Filtering large data performance issue resolved.
434
- - `I336310` - Height not updated properly for the rows with wrapped cells using `setRowHeight` method issue resolved.
435
- - `I342382` - Event `select` is not triggered when selecting cells using the keyboard select issue has been fixed.
436
- - `I342399` - Paste is not working with the find dialog issue resolved.
437
-
438
- - `I341829` - Columns property maintaining same reference for more than one spreadsheet in a web page issue resolved.
439
-
440
- ## 19.3.56 (2021-12-02)
441
-
442
- ### Spreadsheet
443
-
444
- #### Bug Fixes
445
-
446
- - `I347456` - Console error with 110% browser zoom in issue resolved.
447
- - `I347865` - AutoFill is not working for formula applied cell issue is resolved.
448
- - `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
449
- - `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
450
- - `I347340` - Filter popup opening prevented while sheet is protected.
451
- - `I344793` - Getting #Spill while apply Unique formula for text format issue is resolved.
452
-
453
- ## 19.3.55 (2021-11-23)
454
-
455
- ### Spreadsheet
456
-
457
- #### Bug Fixes
458
-
459
- - `I345828` - Toggle Button state not refreshed in ribbon while using clear format option issue resolved.
460
-
461
- ## 19.2.62 (2021-09-14)
462
-
463
- ### Spreadsheet
464
-
465
- #### Bug Fixes
466
-
467
- - `I341489` - Content on cells getting duplicated after removing unique function issue resolved.
468
- - `I321503` - Formula value not updated while changing its dependent cell, Add / delete rows and columns not updated the formula reference, Renamed sheet not updated in formula reference and Alignment issues while switching between sheets issues resolved.
469
- - `I339957` - Copy method not working while pasting the copied data using `ctrl+v` action issue resolved.
470
- - `I339531` - Insert column and cut / paste column actions not updated the range data issue resolved.
471
- - `I338070` - Merged cells copy and paste the whole row issue has been fixed.
472
-
473
- ## 19.2.60 (2021-09-07)
474
-
475
- ### Spreadsheet
476
-
477
- #### New Features
478
-
479
- - `I329743` - Provided the support to use a defined name as the source for the list type data validation.
480
- - `I334078` - Provided the support to get information about the width of the column and the height of the row.
481
-
482
- #### Bug Fixes
483
-
484
- - `I340130` - Spreadsheet usedRange not refreshed while changing the datasource issue resolved.
485
-
486
- ## 19.2.59 (2021-08-31)
487
-
488
- ### Spreadsheet
489
-
490
- #### Bug Fixes
491
-
492
- - `I338835` - The Hyperlink throws script errors when updating a cell with a hyper link issue resolved.
493
- - `I337839` - Rounding of decimal values not same as Excel issue resolved.
494
- - `I338305` - Formula getting updated in wrong cells while scrolling issue resolved.
495
- - `I338305` - Contents are not visible at the bottom while scrolling issue resolved.
496
- - `I337755` - Copy & paste from one spreadsheet to another not working properly issue resolved.
497
- - `F168160` - Spreadsheet format button performs form submit issue resolved.
498
-
499
- ## 19.2.57 (2021-08-24)
500
-
501
- ### Spreadsheet
502
-
503
- #### Bug Fixes
504
-
505
- - `I337420` - Top border not updated for merged cells while loading the saved JSON data issue resolved.
506
- - `I337854` - Sorting action not working properly for newly inserted column issue resolved.
507
- - `I337515` - Same style updated all the rows, while copy / paste multiple lines of text issue resolved.
508
- - `I337957` - Formula expression which contains consecutive `product` and `subtract` operators throws `#VALUE!` error issue resolved.
509
- - `F167279` - Merged cells with border not updated properly on copy / paste action issue resolved.
510
-
511
- ## 19.2.56 (2021-08-17)
512
-
513
- ### Spreadsheet
514
-
515
- #### New Features
516
-
517
- - `I336317` - Updated the formula reference, while performing insert and delete operation.
518
-
519
- #### Bug Fixes
520
-
521
- - `I336287` - Filter getting removed on clicking the `undo` button issue resolved.
522
- - `I336900` - `Undo` operation with border and formatting not working properly issue resolved.
523
- - `I334797` - Time formatted value is updated without the starting date during editing.
524
- - `I337512` - After setting default cell style, script error occurs on external copy / paste action issue resolved.
525
- - `I337779` - Deleting empty rows not working issue resolved.
526
- - `I335158` - Filter popup is not visible, when scrolling the sheet issue resolved.
527
- - `I337789` - `Dropdown` values for list data validation are not updated, while referring the other sheet reference issue resolved.
528
- - `I337291` - Formula not calculated properly after loading the saved `JSON` data issue resolved.
529
- - `I336375` - Row height updated wrongly during scroll action issue resolved.
530
-
531
- - `I333262` - Script error occurs during save action due to cell template issue resolved.
532
-
533
- ## 19.2.55 (2021-08-11)
534
-
535
- ### Spreadsheet
536
-
537
- #### New Features
538
-
539
- - `I327430` - Updated the defined names range, while performing insert and delete operation.
540
- - `I331963` - Number formatting applied while performing copy / paste operation between our different spreadsheets.
541
-
542
- #### Bug Fixes
543
-
544
- - `I336304` - Conditional formatting select button enabled while pressing `SPACE` key without any data issue resolved.
545
- - `I337258` - Script error throws while importing excel file which contains conditional formatting issue resolved.
546
- - `I338761` - UNIQUE function on multiple columns doesn't work properly issue resolved
547
-
548
- ## 19.2.51 (2021-08-03)
549
-
550
- ### Spreadsheet
551
-
552
- #### Bug Fixes
553
-
554
- - `I334797` - Passed the cell value by applying its corresponding format on `dataSourceChanged` changed event.
555
- - `I336261` - Cell alignment while changing `dataSource` property with wrapped data issue resolved.
556
- - `I336144` - Destroyed the find dialog while destroying the spreadsheet component.
557
- - `I336101` - External copied data which contains string value with date is pasted as `ShortDate` format in chrome browser issue resolved.
558
- - `I335814` - Removed the `Hide` item from context menu while right click on hidden selected rows and columns.
559
- - `I331393` - T formula support provided.
560
- - `I336400`, `I334912` - `Undo` and `selection` operation not working properly in the sheet which contains merge cell and freeze pane issue resolved.
561
-
562
- #### New Features
563
-
564
- - `I334191`, `I334175` - Added a `getRowData` method to get the row data from `dataSource` with updated cell value.
565
-
566
- ## 19.2.49 (2021-07-27)
567
-
568
- ### Spreadsheet
569
-
570
- #### Bug Fixes
571
-
572
- - `I334202` - Merge cell is removed when pasting whole row issue has been fixed.
573
- - `I335255` - Double space is added for some text while pasting from excel issue has been fixed.
574
- - `I334254` - Script error while applying wrap to formatted cell which contains number issue resolved.
575
- - `I335137` - Formula not calculated properly while loading the saved JSON issue resolved.
576
- - `I334796` - Removed the `filterCollection` property during clear filter action.
577
- - `I332867` - Triggered `actionComplete` event during filtering actions.
578
- - `I333138` - After loading the JSON, formula not calculated for dynamically rendered rows issue resolved.
579
- - `I334348` - Script error while hiding and unhiding the rows more the number of rows in viewport issue resolved.
580
- - `I333612` - Filter dialog not visible for the bottom cells issue resolved.
581
- - `I327884` - UNIQUE formula support provided.
582
- - `I335296` - Underline and strike through not working on row resize issue resolved.
583
-
584
- ## 19.2.48 (2021-07-20)
585
-
586
- ### Spreadsheet
587
-
588
- #### Bug Fixes
589
-
590
- - `I332804` - Cut / paste action in newly inserted column issues resolved.
591
- - `I333215` - Triggered `datasourceChanged` event once the `dataSource` property is changed.
592
-
593
- ## 19.2.47 (2021-07-13)
594
-
595
- ### Spreadsheet
596
-
597
- #### Bug Fixes
598
-
599
- - `I332945` - Image not positioned properly inside the freeze pane issue resolved.
600
- - `I331840` - Border not applied properly on wrapped and merged cells issue resolved.
601
- - `I332879` - Duplicate values in formula bar for list data validation issue resolved.
602
-
603
- ## 19.2.46 (2021-07-06)
604
-
605
- ### Spreadsheet
606
-
607
- #### Bug Fixes
608
-
609
- - `I331420` - List `popup` width is not proper while resizing the column issue has been fixed.
610
- - `I332235` - Editing cell address in `name box` does not navigate to that cell issue has been fixed.
611
- - `I331920` - Formula having only strings not parsed properly issue has been fixed.
612
- - `I328009` - Provided option to get filter collection details in `actionComplete` event.
613
- - `I332890` - Clearing filter range does not removes filter issue has been fixed.
614
- - `I329431` - Copy / paste into locked and unlocked cells not working properly while preventing alert dialog issue resolved.
615
- - `I321503` - Cross tab formulas with imported excel file having duplicate reference issue resolved.
616
-
617
- ## 19.2.44 (2021-06-30)
618
-
619
- ### Spreadsheet
620
-
621
- #### New Features
622
-
623
- - `I315412` - Provided support to move and duplicate the sheets.
624
-
625
- #### Bug Fixes
626
-
627
- - `F166035` - List `dropdown popup` is not positioned properly in android issue has been fixed.
628
- - `I313764` - Issue of copy whole sheet from excel and paste it in spreadsheet with whole sheet selected has been fixed.
629
- - `FB23950, FB22584` - Issue of pasting text from MS Word has been fixed.
630
- - `I309407` - Sorting does not update formula reference issue has been fixed.
631
- - `FB23949` - Row lines are misaligned when `segeo` font style pasted from excel issue has been fixed.
632
- - `I326128` - Find support not working properly for bigger columns and rows issue resolved.
633
- - `I328868` - Copy / paste the formula applied cells issue resolved.
634
- - `I329167` - Copy / paste a formula from one cell to multiple cells issue resolved.
635
- - `I331717` - Sheet contents are not visible, while setting larger font size in finite mode issue resolved.
636
- - `I330546` - Row header with frozen column not updated properly while setting larger font size in finite mode issue resolved.
637
-
638
- ## 19.1.69 (2021-06-15)
639
-
640
- ### Spreadsheet
641
-
642
- #### Bug Fixes
643
-
644
- - `#24686` - Undo for styles on externally pasted table is not working properly issue has been fixed.
645
- - `#F164024` - External pasting for date with applied locale culture is not working issue has been fixed.
646
- - `I328800` - `topLeftCell` property not updated properly in the non virtual mode issue resolved.
647
- - `I329562` - Formula dependent cells not updated, while clearing the value using `DELETE` key issue resolved.
648
- - `I328866` - Ignore blank option not working when the data validation type is `List` issue resolved.
649
-
650
- #### New Features
651
-
652
- - `#I328608` - Provided support to add cell template dynamically.
653
-
654
- ## 19.1.67 (2021-06-08)
655
-
656
- ### Spreadsheet
657
-
658
- #### Bug Fixes
659
-
660
- - `#I328361` - Resizing row is not proper when the row contains `\n` in the data source issue has been fixed.
661
- - `I328869, I329122` - Nested `IF` formula and `SUMIF` formula negative value issues resolved.
662
- - `I328812` - Finite scrolling in virtual mode issue resolved.
663
- - `I328809` - Sheet content scrolls up on editing issue resolved.
664
-
665
- #### New Features
666
-
667
- - `#I307401` - Filter UI updating for insert and delete column actions.
668
- - `I328800` - Provided option for updating the `paneTopLeftCell` property dynamically.
669
-
670
- ## 19.1.66 (2021-06-01)
671
-
672
- ### Spreadsheet
673
-
674
- #### Bug Fixes
675
-
676
- - `#I326912` - Image positioned with negative values after drag and drop issue has been fixed.
677
- - `#24970` - Zero value is not copied from spreadsheet and pasted into MS Excel issue has been fixed.
678
- - `#I327232` - Copy and paste issue of conditional formatting for highlight cell rules case has been fixed.
679
- - `#24626` - Pasting merge cell when copied from MS Excel issue has been fixed.
680
- - `#I328300` - Data gets duplicated while apply sorting with hidden columns issue has been fixed.
681
- - `#24231` - Filter is not getting removed from cells after save and load issue has been fixed.
682
- - `I324752` - Horizontal scrolling through touchpad not working issue resolved in `chrome`, `firefox` and `edge` browsers.
683
- - `#24582` - Conditional formatting is not getting refreshed in a cell with formula after editing argument values issue has been fixed.
684
- - `I328018` - Editing is not working in formula bar for unlocked cells issue resolved.
685
- - `I328870` - Hide sheet option in context menu not working issue resolved.
686
- - `I328151` - Clear content option not working properly in `hyperlink` applied cells issue resolved.
687
- - `I327665` - Provided the CTRL + A and double/triple tap selection support inside the cell.
688
- - `I329132`, `I329160` - Deleting a row changes the formula values to `#REF!` issue resolved.
689
- - `I328248` - Charts are not refreshed during filtering issue resolved.
690
- - `I327667` - `Match` formula does not throw error while no match is found in a given range issue resolved.
691
- - `I306565` - Cross tab formula cell range selection and sheet name reference in formula issues resolved.
692
-
693
- #### New Features
694
-
695
- - `#22392` - Added `beforeConditionalFormat` event which will be triggered before applying or removing the format from a cell based on its condition.
696
-
697
- ## 19.1.64 (2021-05-19)
698
-
699
- ### Spreadsheet
700
-
701
- #### Bug Fixes
702
-
703
- - `I304896`, `I305853` - `SUMIF` and `AVERGEIFS` formula issue resolved.
704
- - `I325908` - Empty space occurs with merge / freeze pane and `IF` formula calculation return as wrong number issues resolved.
705
- - `!289803`, `I306565`, `I305935`, `I308657`, `I321503`, `I296802`, `I316078`, `I325908`, `I327092` - We have provided the cross tab reference in formula expression support.
706
- - `#25146` - Copy paste related issue with the locked / unlocked cells has been fixed.
707
-
708
- ## 19.1.63 (2021-05-13)
709
-
710
- ### Spreadsheet
711
-
712
- #### Bug Fixes
713
-
714
- - `I319406` - Date is not updated properly in `Ukraine` time zone issue resolved.
715
- - `I324752` - Horizontal scroll bar not visible in `MAC` machine issue resolved.
716
-
717
- ## 19.1.59 (2021-05-04)
718
-
719
- ### Spreadsheet
720
-
721
- #### Bug Fixes
722
-
723
- - `#24579` - `Gridlines` got disappear while performing horizontal scrolling with `showHeaders` property as `false` issue resolved.
724
- - `#23650` - Formula reference not properly updated on copy / paste action issue resolved.
725
- - `#I314883` - Formula dependent cells not updated after rendering destroyed spreadsheet issue has been fixed.
726
- - `#F164825` - Cell navigation throws script error when `allowScrolling` set to `false` issue has been fixed.
727
- - `#23944` - Formula suggestion drop down is not displayed in the cells located in the bottom of the sheet issue has been fixed.
728
- - `I312024` - `Sheets` property binding not working issue resolved.
729
- - `#24848` - Nested formula issue resolved.
730
-
731
- ## 19.1.58 (2021-04-27)
732
-
733
- ### Spreadsheet
734
-
735
- #### Bug Fixes
736
-
737
- - `#22087` - Filter icon is removed after refresh issue has been fixed.
738
- - `#24222` - Conditional formatting font color is changed to default color in list data validation issue has been fixed.
739
- - `#23945` - Conditional Formatting is not working properly when range is selected from down to up & right to left issue has been fixed.
740
- - `F163837`, `F164024` - Number format drop down shows wrong formatted value while setting locale text for the number format items issue resolved.
741
- - `#23856` - Height of the merged cell increases on `Alt + Enter` action issue resolved.
742
- - `#23644` - Dependent cells not updated after using `openFromJson` and `refresh` method issue resolved.
743
-
744
- ## 19.1.57 (2021-04-20)
745
-
746
- ### Spreadsheet
747
-
748
- #### Bug Fixes
749
-
750
- - Custom height not working properly while importing with wrap text, it updates normal height.
751
- - `#24298` - Conditional formatting applied to selected cells even if there is no value given in the dialog issue resolved.
752
- - Issue with copy data from power point table and paste it in spreadsheet has been fixed.
753
- - `#I314444` - Fixed cell selection issue in different screen resolution.
754
- - `#24295` - Aggregate count is not displayed properly when selected range contains zero value issue has been fixed.
755
- - `#23869` - Paste values only is not working for formula cells issue has been fixed.
756
- - `#23867` - Cancel button is not working in hyperlink dialog when sheet is protected issue has been fixed.
757
- - `#23861` - Unwrapping externally pasted wrap text does not reduce the row height issue has been fixed.
758
- - `#23112` - Match function is not working when cell reference is given as parameter issue has been fixed.
759
- - `#21561` - Unable to type percentage value without autoformat issue has been fixed.
760
-
761
- ## 19.1.56 (2021-04-13)
762
-
763
- ### Spreadsheet
764
-
765
- #### Bug Fixes
766
-
767
- `#I323532` - Pressing any key on chart throws script error issue has been fixed.
768
-
769
-
770
- ## 19.1.55 (2021-04-06)
771
-
772
- ### Spreadsheet
773
-
774
- #### Bug Fixes
775
-
776
- - Sort formula not working properly issue resolved.
777
- - Clipboard style issue resolved.
778
- - `I316103` - Resolved the selection misalignment issue in non virtual mode.
779
- - `#I316931` - Selection alignment for wrap cell having border on 150 resolution issue has been fixed.
780
- - `#I321143` - Warning message is not showing while deleting locked cells issue has been fixed.
781
- - `#I319204` - Skipped `query` property while saving as JSON.
782
-
783
- ## 19.1.54 (2021-03-30)
784
-
785
- ### Spreadsheet
786
-
787
- #### New Features
788
-
789
- - **Freeze pane:** Allows users to keep the specified rows and columns always visible at the top and left side of the sheet while scrolling through the sheet.
790
- - **PDF Export:** Allows users to save the spreadsheet data as a PDF document.
791
- - **Password protection:** Allows users to protect the workbook with a password.
792
-
793
- #### Bug Fixes
794
-
795
- - Copy / paste the merge cells not working properly issue resolved.
796
- - `#I316931` - Selection misalignment issue when applying border on wrap text has been resolved.
797
-
798
- ## 18.4.44 (2021-02-23)
799
-
800
- ### Spreadsheet
801
-
802
- #### Bug Fixes
803
-
804
- - The `getData` method is not working when range is passed without sheet name issue fixed.
805
-
806
- ## 18.4.43 (2021-02-16)
807
-
808
- ### Spreadsheet
809
-
810
- #### Bug Fixes
811
-
812
- `#F161227` - Prevented deleting range which contains lock cells.
813
- `#F162534` - Issue on editing a cell that depend on other cell after addition of date using Plus (+) operator issue fixed.
814
- `#313009` - Delete rows and columns using `delete` method issues resolved.
815
- `#313000` - The `insertSheet` method will now prevent the sheet with duplicate name from inserting.
816
- `#I312853` - Provided the actionBegin and actionComplete event for sheet rename action in spreadsheet
817
-
818
-
819
- ## 18.4.42 (2021-02-09)
820
-
821
- ### Spreadsheet
822
-
823
- #### Bug Fixes
824
-
825
- - External paste for cell style is not working properly when spreadsheet has common style issue has been fixed.
826
- - Ribbon items are not updated during external paste issue has been fixed.
827
- - External paste is not working for `strikethrough` style issue has been fixed.
828
- - Wrap with Resize, text align issue fixed.
829
- - Formula range with more than AA issue fixed.
830
-
831
- ## 18.4.41 (2021-02-02)
832
-
833
- ### Spreadsheet
834
-
835
- #### Bug Fixes
836
-
837
- `#I311925` - Event `cellSave` is not triggered when list value changes issue has been fixed.
838
-
839
-
840
- ## 18.4.39 (2021-01-28)
841
-
842
- ### Spreadsheet
843
-
844
- #### Bug Fixes
845
-
846
- `#F161227` - Lock cell delete issue prevented.
847
- `#I311230` - Sorting for number is not working after editing issue has been fixed.
848
- `#I311230` - Pasting within the copied range is not working properly issue has been fixed.
849
-
850
-
851
- ## 18.4.35 (2021-01-19)
852
-
853
- ### Spreadsheet
854
-
855
- #### Bug Fixes
856
-
857
- `#I308657` - Hyperlink issue with the colon specified address is fixed.
858
-
859
-
860
- ## 18.4.34 (2021-01-12)
861
-
862
- ### Spreadsheet
863
-
864
- #### Bug Fixes
865
-
866
- `#I309395` - Merge method for different sheet is not working issue fixed.
867
- `#I309076` - Formula parsing issue fixed.
868
-
869
-
870
- ## 18.4.33 (2021-01-05)
871
-
872
- ### Spreadsheet
873
-
874
- #### Bug Fixes
875
-
876
- `#I308693` - Editing merge cell shows text two times issue has been fixed.
877
- `#I308693` - Undo & redo is not working for background color issue has been fixed.
878
- `#I293654` - Nested formula issue fixed.
879
-
880
-
881
- ## 18.4.32 (2020-12-29)
882
-
883
- ### Spreadsheet
884
-
885
- #### Bug Fixes
886
-
887
- `#I308504` - Added missed text in the localization file.
888
- `#I305131` - Unlocking cells is not working for the defined columns in the view in ASP.NET Core issue has been fixed.
889
-
890
-
891
- ## 18.4.31 (2020-12-22)
892
-
893
- ### Spreadsheet
894
-
895
- #### Bug Fixes
896
-
897
- `#I296802` - Provided proper error support and if formula issue fixed.
898
-
899
-
900
- ## 18.4.30 (2020-12-17)
901
-
902
- ### Spreadsheet
903
-
904
- #### New Features
905
-
906
- - **Chart:** Transforms your Spreadsheet data to an intuitive overview for better understanding and to make smart business decisions.
907
- - `#I298335` - Provided support to paste content inside a cell while editing.
908
- - `#I301769` - Provided support for short date formats `dd/MM/yyyy` and `yyyy-MM-dd`.
909
-
910
- #### Bug Fixes
911
-
912
- `#I301769` - Entered date value changes for Eastern European Standard Time issue has been fixed.
913
- `#I301769` - Sorting whole column show empty rows first issue has been fixed.
914
-
915
-
916
- ## 18.3.52 (2020-12-01)
917
-
918
- ### Spreadsheet
919
-
920
- #### Bug Fixes
921
-
922
- - Paste is not working when clicking on paste button in the ribbon tab.
923
- - `#I296802` - Fixed column paste and formula issue.
924
-
925
- ## 18.3.51 (2020-11-24)
926
-
927
- ### Spreadsheet
928
-
929
- #### New Features
930
-
931
- `#I300338` - Provided support to link the whole column or row data to the list validation.
932
- `#I300657` - Provided support for custom alert message to the validation dialog.
933
-
934
-
935
- #### Bug Fixes
936
-
937
- `#I301708` - Border is removed when pasting values adjacent to border contained cells issue has been fixed.
938
-
939
-
940
- ## 18.3.50 (2020-11-17)
941
-
942
- ### Spreadsheet
943
-
944
- #### Bug Fixes
945
-
946
- `#I301868` - Script error throws after editing long number in custom format applied cell issue has been fixed.
947
- `#I301863` - Issue of editing date in `Text` format applied cell is formatted to date value has been fixed.
948
- `#I300737` - Issue of select all after scrolling not selecting some top rows has been fixed.
949
- `#I300737` - External paste is not working when spreadsheet has copied data issue has been fixed.
950
-
951
-
952
- ## 18.3.48 (2020-11-11)
953
-
954
- ### Spreadsheet
955
-
956
- #### Bug Fixes
957
-
958
- - Cell text navigation through mouse click is not working during cell edit issue has been fixed.
959
- - `#I301019` - Default value not set for data validation model issue has been fixed.
960
- - `#I301121` - Script error throws while editing the border style applied cell issue fixed.
961
-
962
- ## 18.3.47 (2020-11-05)
963
-
964
- ### Spreadsheet
965
-
966
- #### Bug Fixes
967
-
968
- `#I295003` - Column header misalignment during scrolling when the spreadsheet contains merge cell issue has been fixed.
969
- `#I299237` - Keyboard shortcut for clipboard is not working on macOS issue has been fixed.
970
- `#I292451` - Cell misalignment during scrolling when it contains merged range issue has been fixed.
971
-
972
-
973
- ## 18.3.44 (2020-10-27)
974
-
975
- ### Spreadsheet
976
-
977
- #### Bug Fixes
978
-
979
- `#I298442` - File type added for `file` property in `OpenOptions`.
980
-
981
-
982
- #### New Features
983
-
984
- - **Dynamic data binding:** Provides the option to change datasource dynamically by changing `dataSource` property of the range.
985
-
986
- ## 18.3.42 (2020-10-20)
987
-
988
- ### Spreadsheet
989
-
990
- #### Bug Fixes
991
-
992
- `#I297215`- The method `lockCell` is not working in JS platform issue has been fixed.
993
- `#I296710`- Formula reference selection issue has been fixed.
994
-
995
-
996
- ## 18.3.40 (2020-10-13)
997
-
998
- ### Spreadsheet
999
-
1000
- #### Bug Fixes
1001
-
1002
- `#I295594`- Data validation export issue with the empty values has been fixed.
1003
- `#I287796`- Image not displaying issue has been fixed.
1004
- `#I296132`- Console issue while providing the incorrect data source format has been fixed.
1005
- `#I296145`- Number value not updated properly with the property binding in angular spreadsheet fixed.
1006
- `#I290629`- Script error throws while editing the formula bar after scrolling fixed.
1007
- `#I288573` - Fixed issue of cell is duplicated randomly on merge cell during scrolling.
1008
- `#I295398`- Added isLocked cell property in import export support.
1009
- `#I301019` - Default value not set for data validation model issue has been fixed.
1010
- `#I301121` - Script error throws while editing the border style applied cell issue fixed.
1011
-
1012
-
1013
- ## 18.3.35 (2020-10-01)
1014
-
1015
- ### Spreadsheet
1016
-
1017
- #### Bug Fixes
1018
-
1019
- `#I276272`- Spinner not showed until remote data being loaded issue is fixed.
1020
- `#I285113`, `#I285621`, `#I286053`, `#I286103`, `#I288652`- Spreadsheet is not working in ES2015 issue is fixed.
1021
- `#I287385` - Added missed text in the localization file.
1022
-
1023
-
1024
- #### New Features
1025
-
1026
- `#I282699`- Provided option to prevent protected sheet dialog box in spreadsheet.
1027
-
1028
- - **Picture:** Allows you to view, insert, and modify a picture in a spreadsheet with customizing options.
1029
- - **Multi-line editing:** Allows you to insert a line break between paragraphs of the text within a cell in a Spreadsheet.
1030
- - **Range selection helper:** Helps you to select a range or multiple ranges when editing a formula in a cell.
1031
-
1032
- - **Picture:** Allows you to view, insert, and modify a picture in a spreadsheet with customizing options.
1033
- - **Multi-line editing:** Allows you to insert a line break between paragraphs of the text within a cell in a Spreadsheet.
1034
- - **Range selection helper:** Helps you to select a range or multiple ranges when editing a formula in a cell.
1035
-
1036
- ## 18.2.44 (2020-07-07)
1037
-
1038
- ### Spreadsheet
1039
-
1040
- #### New Features
1041
-
1042
- - **Conditional formatting:** Provides option to format a cell or range of cells based on the conditions applied.
1043
- - **Clear:** Provides option to clear the content, formats, and hyperlinks applied to a cell or range of cells in a spreadsheet.
1044
- - **Aggregates:** Provides option to check the sum, average, and count for the selected cells or range in the sheet tab.
1045
-
1046
- #### Breaking Changes
1047
-
1048
- - API name changes.
1049
-
1050
- | Old Property | New Property |
1051
- |---|---|
1052
- | `rangeSettings` | `ranges` |
1053
-
1054
- - Tag directive changed for rangeSettings property.
1055
-
1056
- | Old Tag Directive | New Tag Directive |
1057
- |---|---|
1058
- | `<e-rangesettings>`<br/>`<e-rangesetting>` | `<e-ranges>`<br/>`<e-range>` |
1059
-
1060
- ## 18.1.56 (2020-06-09)
1061
-
1062
- ### Spreadsheet
1063
-
1064
- #### Breaking Changes
1065
-
1066
- - API name changes.
1067
-
1068
- | Old Property | New Property |
1069
- |---|---|
1070
- | `rangeSettings` | `ranges` |
1071
-
1072
- ## 18.1.42 (2020-04-01)
1073
-
1074
- ### Spreadsheet
1075
-
1076
- #### Bug Fixes
1077
-
1078
- `#I256901` - Used range not setting properly while using cell data binding issue is fixed.
1079
- `#I264109` - Error alert doesn't shows when named range given with space issue is fixed.
1080
- `#I266607` - Header created multiple time while adding the sheet model dynamically is fixed.
1081
-
1082
-
1083
- #### New Features
1084
-
1085
- - **Merge cells:** Provides option to can combine two or more cells located in the same row or column into a single cell.
1086
-
1087
- #### Breaking Changes
1088
-
1089
- - API name changes.
1090
-
1091
- | Old Property | New Property |
1092
- |---|---|
1093
- | `activeSheetTab` | `activeSheetIndex` |
1094
-
1095
- ## 18.1.36-beta (2020-03-19)
1096
-
1097
- ### Spreadsheet
1098
-
1099
- #### New Features
1100
-
1101
- - **Wrap text:** Provides the option to display the large content as multiple lines in a single cell.
1102
- - **Data validation:** Provides the option to validate edited values based on data validation rules defined for a cell or range of cells.
1103
- - **Find and Replace:** Provides the option to find the data and replace it across all the sheets in Spreadsheet.
1104
- - **Protect sheet:** Provides the option to restrict the user actions like cell editing, row and column insertion, deletion, and resizing.
1105
- - **Borders:** Provides the option to customize cell gridlines such as color and its style for enhanced UI.
1106
- - **Show/Hide:** Provides the option to show/hide the rows, columns and sheets.
1107
- - **Insert/delete:** Provides the option to insert/delete the rows, columns and sheets.
1108
-
1109
- ## 17.4.51 (2020-02-25)
1110
-
1111
- ### Spreadsheet
1112
-
1113
- #### New Features
1114
-
1115
- `#I258049`- Provided LN formula support in Spreadsheet.
1116
-
1117
-
1118
- ## 17.4.50 (2020-02-18)
1119
-
1120
- ### Spreadsheet
1121
-
1122
- #### Bug Fixes
1123
-
1124
- - File menu item select event not triggered issue fixed.
1125
-
1126
- ## 17.4.49 (2020-02-11)
1127
-
1128
- ### Spreadsheet
1129
-
1130
- #### Bug Fixes
1131
-
1132
- - Integrated the separate styles for filtering.
1133
-
1134
- ## 17.4.47 (2020-02-05)
1135
-
1136
- ### Spreadsheet
1137
-
1138
- #### Bug Fixes
1139
-
1140
- `#I256901` - Hyperlink is not working with URL scheme 'https' issue has been fixed.
1141
- `#I256901` - Export not working when adding hyperlink through method issue has been fixed.
1142
-
1143
-
1144
- ## 17.4.46 (2020-01-30)
1145
-
1146
- ### Spreadsheet
1147
-
1148
- #### New Features
1149
-
1150
- - `#I256901` - Provided the supports to show/hide ribbon tabs, add new ribbon tabs and enable/disable file menu items.
1151
- - `#I257035` - Provided option to add custom items in Spreadsheet ribbon toolbar
1152
- - `#I261768` - Provided custom function support.
1153
- - `#I259360` - Provided sheet visibility support to hide/show the sheets in Spreadsheet.
1154
- - Provided `AutoFit` method for auto resize the rows/columns in Spreadsheet.
1155
- - `#I251695`, `#I256191`, `#I261629` - Provided Save as JSON and Load from JSON support.
1156
- - `#I251210`, `#I256211` - Provided cell template support which is used for adding custom components in to Spreadsheet.
1157
- - `#I258878`, `#I260952`, `#I258876`, `#I258049` - Provided `SLOPE` and `INTERCEPT` Formula support.
1158
-
1159
- #### Bug Fixes
1160
-
1161
- - `#I256901` - Script error while loading the Spreadsheet control with empty data source issue fixed.
1162
- - `#I256901` - Support Handled for providing the hyperlink through data source.
1163
- - `#I260738` - Fixed the style compatibility issue.
1164
-
1165
- ## 17.4.41 (2020-01-07)
1166
-
1167
- ### Spreadsheet
1168
-
1169
- #### Bug Fixes
1170
-
1171
- `#F149335` - Excel export issue has been fixed.
1172
-
1173
-
1174
- ## 17.4.39 (2019-12-17)
1175
-
1176
- ### Spreadsheet
1177
-
1178
- #### New Features
1179
-
1180
- - **Filtering:** Helps you to view specific rows in the spreadsheet by hiding the other rows.
1181
- - **Undo Redo:** Provides the option to perform undo redo operations in spreadsheet.
1182
- - **Collaborative Editing:** Provides the option for real time changes across multiple users in the Spreadsheet.
1183
- - **Hyperlink:** Provides the option to navigate the web links or cell reference within the sheet or to other sheets in spreadsheet.
1184
-
1185
- ## 17.3.16 (2019-10-09)
1186
-
1187
- ### Spreadsheet
1188
-
1189
- #### New Features
1190
-
1191
- - Provided `updateCell` method to update a cell properties
1192
-
1193
- ## 17.3.14 (2019-10-03)
1194
-
1195
- ### Spreadsheet
1196
-
1197
- #### New Features
1198
-
1199
- - **Sorting:** Helps you to arrange the data to particular order in a selected range of cells.
1200
- - **Resize:** Allows you to change the row height and column width. Auto fit the rows and columns based on its content.
1201
-
1202
- ## 17.3.9-beta (2019-09-20)
1203
-
1204
- ### Spreadsheet
1205
-
1206
- The Spreadsheet is an user interactive component to organize and analyze data in tabular format with configuration options for customization.
1207
-
1208
-
1209
- - **Data sources:** Binds the spreadsheet component with an array of JavaScript objects or DataManager.
1210
- - **Virtualization:** Provides option to load large amount of data without performance degradation.
1211
- - **Selection:** Provides option to select a cell or range of cells.
1212
- - **Editing:** Provides options to dynamically edit a cell.
1213
- - **Formulas:** Provides built-in calculation library with predefined formulas and named range support.
1214
- - **Clipboard:** Provides option to perform the clipboard operations.
1215
- - **Cell formatting:** Provides option to customize the appearance of cells.
1216
- - **Number formatting:** Provides option to format the cell value.
1217
- - **Open:** Provides option to open an Excel file in spreadsheet.
1218
- - **Save:** Provides option to save spreadsheet data as excel file.
1219
- - **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
1220
- - **Localization:** Provides inherent support to localize the UI.
1221
- - **Accessibility:** Provides with built-in accessibility support which helps to access all the spreadsheet component features using the keyboard, screen readers, or other assistive technology devices.
1222
-
1223
-
1224
- ## 17.4.40 (2019-12-24)
1225
-
1226
- ### Spreadsheet
1227
-
1228
- #### Bug Fixes
1229
-
1230
- - Export not working issue fixed.
1231
-
1232
- ## 17.3.26 (2019-11-05)
1233
-
1234
- ### Spreadsheet
1235
-
1236
- #### Bug Fixes
1237
-
1238
- - `#252717` - Excel export issue in Angular 8 has been fixed.
1239
-
1240
- ## 17.3.17 (2019-10-15)
1241
-
1242
- ### Spreadsheet
1243
-
1244
- #### Bug Fixes
1245
-
1246
- - Export not working issue fixed.
1247
-