@syncfusion/ej2-angular-spreadsheet 31.2.10-ngcc → 31.2.10
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.
- package/CHANGELOG.md +1580 -0
- package/README.md +9 -2
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/index.mjs +14 -0
- package/esm2020/src/spreadsheet/cells.directive.mjs +71 -0
- package/esm2020/src/spreadsheet/chart.directive.mjs +46 -0
- package/esm2020/src/spreadsheet/columns.directive.mjs +61 -0
- package/esm2020/src/spreadsheet/conditionalformats.directive.mjs +61 -0
- package/esm2020/src/spreadsheet/definednames.directive.mjs +58 -0
- package/esm2020/src/spreadsheet/image.directive.mjs +46 -0
- package/esm2020/src/spreadsheet/ranges.directive.mjs +69 -0
- package/esm2020/src/spreadsheet/rows.directive.mjs +65 -0
- package/esm2020/src/spreadsheet/sheets.directive.mjs +68 -0
- package/esm2020/src/spreadsheet/spreadsheet-all.module.mjs +71 -0
- package/esm2020/src/spreadsheet/spreadsheet.component.mjs +181 -0
- package/esm2020/src/spreadsheet/spreadsheet.module.mjs +106 -0
- package/esm2020/syncfusion-ej2-angular-spreadsheet.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs +854 -0
- package/fesm2015/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs +854 -0
- package/fesm2020/syncfusion-ej2-angular-spreadsheet.mjs.map +1 -0
- package/package.json +20 -7
- package/public_api.d.ts +1 -1
- package/src/index.d.ts +13 -13
- package/src/spreadsheet/cells.directive.d.ts +120 -115
- package/src/spreadsheet/chart.directive.d.ts +84 -79
- package/src/spreadsheet/columns.directive.d.ts +76 -71
- package/src/spreadsheet/conditionalformats.directive.d.ts +60 -55
- package/src/spreadsheet/definednames.directive.d.ts +54 -49
- package/src/spreadsheet/image.directive.d.ts +53 -48
- package/src/spreadsheet/ranges.directive.d.ts +73 -68
- package/src/spreadsheet/rows.directive.d.ts +74 -69
- package/src/spreadsheet/sheets.directive.d.ts +154 -149
- package/src/spreadsheet/spreadsheet-all.module.d.ts +27 -21
- package/src/spreadsheet/spreadsheet.component.d.ts +72 -69
- package/src/spreadsheet/spreadsheet.module.d.ts +20 -5
- package/syncfusion-ej2-angular-spreadsheet.d.ts +5 -0
- package/@syncfusion/ej2-angular-spreadsheet.es5.js +0 -962
- package/@syncfusion/ej2-angular-spreadsheet.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-spreadsheet.js +0 -902
- package/@syncfusion/ej2-angular-spreadsheet.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-spreadsheet.umd.js +0 -1602
- package/dist/ej2-angular-spreadsheet.umd.js.map +0 -1
- package/dist/ej2-angular-spreadsheet.umd.min.js +0 -11
- package/dist/ej2-angular-spreadsheet.umd.min.js.map +0 -1
- package/ej2-angular-spreadsheet.d.ts +0 -5
- package/ej2-angular-spreadsheet.metadata.json +0 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1580 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [Unreleased]
|
|
4
|
+
|
|
5
|
+
### Spreadsheet
|
|
6
|
+
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#I756181` - Issue with "script errors when refreshing charts with empty data ranges during cell updates in the Spreadsheet" has been resolved.
|
|
10
|
+
|
|
11
|
+
## 31.2.4 (2025-10-28)
|
|
12
|
+
|
|
13
|
+
### Spreadsheet
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
17
|
+
- `#I775038` - Issue with "category options not translated in the Insert Function dialog when using different cultures in the Spreadsheet" has been resolved.
|
|
18
|
+
|
|
19
|
+
## 31.2.3 (2025-10-22)
|
|
20
|
+
|
|
21
|
+
### Spreadsheet
|
|
22
|
+
|
|
23
|
+
#### Bug fixes
|
|
24
|
+
|
|
25
|
+
- `#I769422` - Issue with "page goes unresponsive while importing a file containing a `COUNTIFS` formula with large criteria range" has been resolved.
|
|
26
|
+
|
|
27
|
+
## 31.1.22 (2025-10-01)
|
|
28
|
+
|
|
29
|
+
### Spreadsheet
|
|
30
|
+
|
|
31
|
+
#### Bug fixes
|
|
32
|
+
|
|
33
|
+
-`#I752195` - Issue with "`getSingleSelectedRange` was not found in spreadsheet while building an Angular application with Angular Spreadsheet's `ngcc` package" has been resolved.
|
|
34
|
+
|
|
35
|
+
## 31.1.21 (2025-09-23)
|
|
36
|
+
|
|
37
|
+
### Spreadsheet
|
|
38
|
+
|
|
39
|
+
#### Bug fixes
|
|
40
|
+
|
|
41
|
+
-`#I706975` - Issue with "chart axis label inconsistency while inserting a chart in `Blazor Spreadsheet` with `Javascript-ES5` packages" has been resolved.
|
|
42
|
+
|
|
43
|
+
- `#I760350` - Issue with "cells becoming misaligned when pasting external content into wrap-applied cells" has been resolved.
|
|
44
|
+
- `#I764692` - Issue with "deleting content selected directly in the formula bar not reflecting in the cell editor" has been resolved.
|
|
45
|
+
|
|
46
|
+
## 30.1.37 (2025-06-25)
|
|
47
|
+
|
|
48
|
+
### Spreadsheet
|
|
49
|
+
|
|
50
|
+
#### Features
|
|
51
|
+
|
|
52
|
+
- **Improved Excel import performance:** Added support to skip styles and formats during Excel file import using the server-side library. This optimization reduces the generated JSON size and significantly improves rendering speed, especially for large or style-heavy Excel files.
|
|
53
|
+
|
|
54
|
+
#### Bug fixes
|
|
55
|
+
|
|
56
|
+
- `#I733762` - Issue with "`IF` formula with string values being mistakenly considered as date values and returning the wrong result" has been resolved.
|
|
57
|
+
|
|
58
|
+
## 29.1.33 (2025-03-25)
|
|
59
|
+
|
|
60
|
+
### Spreadsheet
|
|
61
|
+
|
|
62
|
+
#### Bug fixes
|
|
63
|
+
|
|
64
|
+
- This release improves usability and stability in Spreadsheet by addressing issues in Conditional Formatting, Editing, Notes, Autofit, Autofill, Protection, Undo/Redo, Filtering, Sorting, and Virtual Scrolling. Enhancements in Import/Export, Data Validation, Number and Cell Formatting, Wrap, Merge, Freeze Pane, and Read-Only Mode further optimize performance, security, and user experience.
|
|
65
|
+
|
|
66
|
+
- `#I694368` - Issue with "hidden cells being included while calculating aggregate values" has been resolved.
|
|
67
|
+
|
|
68
|
+
## 28.1.33 (2024-12-12)
|
|
69
|
+
|
|
70
|
+
### Spreadsheet
|
|
71
|
+
|
|
72
|
+
#### Features
|
|
73
|
+
|
|
74
|
+
- `#I491300`, `#I271239`, `#I636239` - Now, you can use custom data validation with formulas, allowing you to define rules based on custom formulas.
|
|
75
|
+
|
|
76
|
+
- `#I370203` - Now, you can experience chunked response processing to enhance performance when opening large Excel files in the Spreadsheet.
|
|
77
|
+
|
|
78
|
+
- You can now use the manual calculation mode, allowing you to manually trigger formula calculations. This feature continues to enhance performance and accuracy, especially when handling large datasets.
|
|
79
|
+
|
|
80
|
+
## 26.1.35 (2024-06-11)
|
|
81
|
+
|
|
82
|
+
### Spreadsheet
|
|
83
|
+
|
|
84
|
+
#### Features
|
|
85
|
+
|
|
86
|
+
- Now, added a `notes` option that allows users to provide additional cell information, with the ability to easily add, edit, and delete notes.
|
|
87
|
+
|
|
88
|
+
- Now, added a printing option that enables users to `print` either the active worksheet or the entire workbook directly. Additionally, users can customize their printouts by choosing to display or hide row and column headers, as well as gridlines.
|
|
89
|
+
|
|
90
|
+
- Now, provided support to specify the order in which the data source fields are populated into the cell.
|
|
91
|
+
|
|
92
|
+
- `#I535379` - Now, introduced an option for locking and unlocking cells without need to protect the sheet.
|
|
93
|
+
|
|
94
|
+
- `#I432805`, `#I558536`, `#I432808` - Now, introduced a new serialization option in the `saveAsJson` method, enabling users to extract cell values without formatting or formulas, like a `CSV` file.
|
|
95
|
+
|
|
96
|
+
#### Bug fixes
|
|
97
|
+
|
|
98
|
+
- `#I594197` - Issue with "copying and pasting the formula using the '&' operator is not updating properly and throws a mismatched string quotes error" has been resolved.
|
|
99
|
+
|
|
100
|
+
- `#I594197` - Issue with "cell references are not updated properly when copying and pasting the formula if there are extra spaces before the cell references" has been resolved.
|
|
101
|
+
|
|
102
|
+
- `#I592725` - Issue with "data gets duplicated when performing a cut operation on an entire column and pasting it by selecting an entire column." has been resolved.
|
|
103
|
+
|
|
104
|
+
## 25.1.35 (2024-03-15)
|
|
105
|
+
|
|
106
|
+
### Spreadsheet
|
|
107
|
+
|
|
108
|
+
#### Bug fixes
|
|
109
|
+
|
|
110
|
+
- `#I549016` - Issue with "script error occurs when inserting multiple images into a single active cell and performing delete an action" has been resolved.
|
|
111
|
+
|
|
112
|
+
- `#I558792` - Issue with "empty cells are highlighted while applying the duplicate value conditional formatting on the cell" has been resolved.
|
|
113
|
+
|
|
114
|
+
#### Features
|
|
115
|
+
|
|
116
|
+
- `#I369726` - Now, provided support for accepting the culture-based argument separator in the formula.
|
|
117
|
+
|
|
118
|
+
- `#I369726` - Now, provided support to pass numeric values with culture-based decimal separators as arguments to the formulas.
|
|
119
|
+
|
|
120
|
+
## 24.1.41 (2023-12-18)
|
|
121
|
+
|
|
122
|
+
### Spreadsheet
|
|
123
|
+
|
|
124
|
+
#### Features
|
|
125
|
+
|
|
126
|
+
- `#I477190` - Now, provided support for displaying a confirmation dialog before opening an Excel file that contains an external workbook references.
|
|
127
|
+
|
|
128
|
+
- The following new formulas added to the Spreadsheet.
|
|
129
|
+
- LOOKUP, VLOOKUP, HLOOKUP.
|
|
130
|
+
- SQRT, RSQ, ROUNDDOWN, EOMONTH, NOT.
|
|
131
|
+
|
|
132
|
+
#### Bug fixes
|
|
133
|
+
|
|
134
|
+
- `#I525758` - Issue with "cell value is updated with wrong value while loading the data source with a mismatched key pair on each data" has been resolved.
|
|
135
|
+
- `#I514887` - Issue with "culture-based currency symbol and its position are not updated correctly in the saved Excel file" has been resolved.
|
|
136
|
+
- `#I527910` - Issue with "filtered blank cells are not cleared properly while choosing the clear filter option" has been resolved.
|
|
137
|
+
|
|
138
|
+
## 23.1.36 (2023-09-15)
|
|
139
|
+
|
|
140
|
+
### Spreadsheet
|
|
141
|
+
|
|
142
|
+
#### Features
|
|
143
|
+
|
|
144
|
+
- `#339651` - Now, provided support for displaying the error alert dialog when an invalid formula is typed, or the wrong number of arguments is supplied to the formula.
|
|
145
|
+
- `#369492` - Now, you can experience cut and paste actions in the Spreadsheet faster compared to earlier versions.
|
|
146
|
+
- `#476502` - Now, you can experience smooth scrolling with multiple conditional formatting set in the Spreadsheet, which is faster compared to earlier versions.
|
|
147
|
+
|
|
148
|
+
## 22.1.34 (2023-06-21)
|
|
149
|
+
|
|
150
|
+
### Spreadsheet
|
|
151
|
+
|
|
152
|
+
#### Features
|
|
153
|
+
|
|
154
|
+
- `#F181385` - Now, you can insert the `line chart` with or without `marker` on the sheet.
|
|
155
|
+
|
|
156
|
+
## 21.2.8 (2023-05-30)
|
|
157
|
+
|
|
158
|
+
### Spreadsheet
|
|
159
|
+
|
|
160
|
+
#### Bug Fixes
|
|
161
|
+
|
|
162
|
+
- `#I462789` - Issue with "formula calculation is not updated properly when cells contain the decimal values" has been resolved.
|
|
163
|
+
|
|
164
|
+
- `#I460838` - Issue with "an exception occurs during export when a sheet contains an online image" has been resolved.
|
|
165
|
+
- `#I462900` - Issue with "when using custom format to display zero as a dash, it doesn't work properly" has been resolved.
|
|
166
|
+
|
|
167
|
+
## 21.2.3 (2023-05-03)
|
|
168
|
+
|
|
169
|
+
### Spreadsheet
|
|
170
|
+
|
|
171
|
+
#### Bug Fixes
|
|
172
|
+
|
|
173
|
+
- `#F181548` - Issue with "border and cell values are not properly updated when hiding and unhiding the merge applied columns" has been resolved.
|
|
174
|
+
|
|
175
|
+
- `#I451996` - Issue with "automatic scrolling is not working as expected when selecting a cell range outside of the display area with the mouse" has been resolved.
|
|
176
|
+
|
|
177
|
+
## 21.1.41 (2023-04-18)
|
|
178
|
+
|
|
179
|
+
### Spreadsheet
|
|
180
|
+
|
|
181
|
+
#### Bug Fixes
|
|
182
|
+
|
|
183
|
+
- `#I452434` - Issue with "hyphen symbol converts into `NaN` when typing hyphen alone and saving the cell" has been resolved.
|
|
184
|
+
|
|
185
|
+
- `#I451102` - Issue with "chart label displays wrong percentage values when inserting a chart with percentage values" has been resolved.
|
|
186
|
+
|
|
187
|
+
## 21.1.38 (2023-04-04)
|
|
188
|
+
|
|
189
|
+
### Spreadsheet
|
|
190
|
+
|
|
191
|
+
#### Bug Fixes
|
|
192
|
+
|
|
193
|
+
- `#I447298` - Issue with "IF formula does not return the expected result while providing the argument with value as true or false" has been resolved.
|
|
194
|
+
|
|
195
|
+
## 20.3.60 (2022-12-06)
|
|
196
|
+
|
|
197
|
+
### Spreadsheet
|
|
198
|
+
|
|
199
|
+
#### Bug Fixes
|
|
200
|
+
|
|
201
|
+
- `#I412801` - Issue with "cell text is not displayed while using the custom cell styling in the imported excel file" has been resolved.
|
|
202
|
+
|
|
203
|
+
- `#I420156` - Issue with "autofill icon is not aligned properly while rendering the component in the RTL mode" has been resolved.
|
|
204
|
+
- `#I420156` - Issue with "row and column resize is not working while rendering the component in the RTL mode" has been resolved.
|
|
205
|
+
|
|
206
|
+
## 20.3.56 (2022-11-08)
|
|
207
|
+
|
|
208
|
+
### Spreadsheet
|
|
209
|
+
|
|
210
|
+
#### Features
|
|
211
|
+
|
|
212
|
+
- `#F176472` - Provided `setRowsHeight` and `setColumnsWidth` methods to set the height and width to multiple rows and columns respectively.
|
|
213
|
+
|
|
214
|
+
#### Bug Fixes
|
|
215
|
+
|
|
216
|
+
- `#I411919` - Issue with "performance issue occurs on the chart refresh when chart is mapped to formula applied cells" has been resolved.
|
|
217
|
+
|
|
218
|
+
## 20.3.47 (2022-09-29)
|
|
219
|
+
|
|
220
|
+
### Spreadsheet
|
|
221
|
+
|
|
222
|
+
#### Bug Fixes
|
|
223
|
+
|
|
224
|
+
- `I387270` - Issue with "importing the excel file that contain special character in sheet name" has been resolved.
|
|
225
|
+
|
|
226
|
+
## 20.2.46 (2022-08-30)
|
|
227
|
+
|
|
228
|
+
### Spreadsheet
|
|
229
|
+
|
|
230
|
+
#### Bug Fixes
|
|
231
|
+
|
|
232
|
+
- `#I387270` - Issue with "post back occurs while clicking the button in the control" has been resolved.
|
|
233
|
+
|
|
234
|
+
- `#I397860` - Issue with "characters are repeated in the locked cells while scroll down the sheet and move on the top of the sheet" has been resolved.
|
|
235
|
+
|
|
236
|
+
## 20.2.45 (2022-08-23)
|
|
237
|
+
|
|
238
|
+
### Spreadsheet
|
|
239
|
+
|
|
240
|
+
#### Bug Fixes
|
|
241
|
+
|
|
242
|
+
- `#I395418` - Issue with "unable to perform copy and paste actions on the textbox inside the cell template" has been resolved.
|
|
243
|
+
|
|
244
|
+
## 20.2.44 (2022-08-16)
|
|
245
|
+
|
|
246
|
+
### Spreadsheet
|
|
247
|
+
|
|
248
|
+
#### Bug Fixes
|
|
249
|
+
|
|
250
|
+
- `#I383440` - Issue with "exception throws while applying formula reference on the wrap content cell" has been resolved.
|
|
251
|
+
- `#I390638` - Issue with "exception throws while performing multi-selection along with scrolling action on the freeze pane" has been resolved.
|
|
252
|
+
- `#I394857` - Issue with "typed content is not visible while performing the edit on partially viewed cell" has been resolved.
|
|
253
|
+
- `#I395466` - Issue with "allow to rename and moving the sheets on protect workbook" has been resolved.
|
|
254
|
+
- `#I395410`, `#I395411`, `#I395414`, `#I395416`, `#I395419`, `#I394857`, `#I395421` - Issue with "context menu and autofill option shows while disabling the cell selection" has been resolved.
|
|
255
|
+
- `#I394806` - Provided new argument in the `addCustomFunction` method to add the description for the custom formula.
|
|
256
|
+
- `#I392186` - Provided option to set maximum file size and maximum data count for validating the files before opening into the component.
|
|
257
|
+
|
|
258
|
+
## 20.2.43 (2022-08-08)
|
|
259
|
+
|
|
260
|
+
### Spreadsheet
|
|
261
|
+
|
|
262
|
+
#### Bug Fixes
|
|
263
|
+
|
|
264
|
+
- `#I392958` - Issue with "exception throws while pressing the `ctrl` key in the search input on the filter popup" has been resolved.
|
|
265
|
+
- `#I393391` - Issue with "cell values convert into Date type while scrolling the sheet along with cell value contain `-` in the data" has been resolved.
|
|
266
|
+
|
|
267
|
+
## 20.2.40 (2022-07-26)
|
|
268
|
+
|
|
269
|
+
### Spreadsheet
|
|
270
|
+
|
|
271
|
+
#### Bug Fixes
|
|
272
|
+
|
|
273
|
+
- `#I392225` - Issue with "exception throws while applying large formula in the sheet" has been resolved.
|
|
274
|
+
- `#I391983` - Issue with "custom sorting for multiple columns is not applied properly" has been resolved.
|
|
275
|
+
- `#I345383` - Issue with "unwanted commas added in the exported sheet" has been resolved.
|
|
276
|
+
- `#I391962` - Issue with "sort order is not getting properly while sorting the column" has been resolved.
|
|
277
|
+
- `#I391982` - Issue with "sorting the time column without considering AM / PM" has been resolved.
|
|
278
|
+
- `#I390848` - Issue with "sorting method is not working properly when active cell is not the sorting column" has been resolved.
|
|
279
|
+
|
|
280
|
+
## 20.2.39 (2022-07-19)
|
|
281
|
+
|
|
282
|
+
### Spreadsheet
|
|
283
|
+
|
|
284
|
+
#### Bug Fixes
|
|
285
|
+
|
|
286
|
+
- `#I390848` - Issue with "sort method is not working as expected for the date type" has been resolved.
|
|
287
|
+
- `#I390792` - Issue with "chart object is not updated properly in the cell model after deleting an already created chart element" has been resolved.
|
|
288
|
+
- `#I390792` - Issue with "script error occurs while switching chart theme and changing chart type" has been resolved.
|
|
289
|
+
- `#I391056` - Issue with "selection is not updated properly after filtering and scrolling which causes copying invalid data" has been resolved.
|
|
290
|
+
- `#I390628` - Issue with "find toolbar dialog is misaligned while resizing the browser" has been resolved.
|
|
291
|
+
- `#I390628` - Filtered hidden rows are considered during find action issue has been resolved.
|
|
292
|
+
- `#I390638` - Issue with "exception throws while unhiding the hidden rows, after selecting a column and perform a Cut action" has been resolved.
|
|
293
|
+
- `#I390638` - Issue with "exception throws while scrolling with multi selection in the freeze pane" has been resolved.
|
|
294
|
+
|
|
295
|
+
## 20.2.38 (2022-07-12)
|
|
296
|
+
|
|
297
|
+
### Spreadsheet
|
|
298
|
+
|
|
299
|
+
#### Bug Fixes
|
|
300
|
+
|
|
301
|
+
- `#I384048` - The issue of copied values being removed after saving when unique is applied is resolved.
|
|
302
|
+
- `#I379174` - After importing the protected excel file, the problem of not considering the password when selecting the unprotect sheet option in the sheet tab context menu has been resolved.
|
|
303
|
+
- `#I386574` - The exception thrown with font size pixel values while exporting is resolved.
|
|
304
|
+
- `#I384953` - Unique formula cell value gets `#spill` error on refresh issue resolved.
|
|
305
|
+
- `#F175967` - The `addToolbarItems` method is not working for locale other than 'en-US' issue has been resolved.
|
|
306
|
+
|
|
307
|
+
## 20.2.36 (2022-06-30)
|
|
308
|
+
|
|
309
|
+
### Spreadsheet
|
|
310
|
+
|
|
311
|
+
#### New Features
|
|
312
|
+
|
|
313
|
+
- Provided keyboard shortcut for ribbon and added additional shortcut for the spreadsheet.
|
|
314
|
+
- Provided improvement in Accessibility for the spreadsheet.
|
|
315
|
+
- `#I361779`, `#F174565`, `#I379630` - Performance improvement for conditional formatting with large data.
|
|
316
|
+
- `#I360114`, `#I361182`, `#I362993` - Performance improvement for sorting and its undo redo for large data.
|
|
317
|
+
- `#I377000` - Provided `unMerge` method to split the merged cell into multiple cells.
|
|
318
|
+
|
|
319
|
+
#### Bug Fixes
|
|
320
|
+
|
|
321
|
+
- `#I383625` - Auto detecting as currency format for cell which contains text with currency number issue has been resolved.
|
|
322
|
+
- `#I386346` - The select event is not triggered after clicking the formula applied cells issue is resolved.
|
|
323
|
+
- `#I383355` - Undo on deleting unique formula cell with text format throws spill error issue has been resolved.
|
|
324
|
+
- `#I383420` - The issue of formula bar data not changing after clicking the retry button in the validation dialogue has been resolved.
|
|
325
|
+
|
|
326
|
+
## 20.1.47 (2022-04-04)
|
|
327
|
+
|
|
328
|
+
### Spreadsheet
|
|
329
|
+
|
|
330
|
+
#### Bug Fixes
|
|
331
|
+
|
|
332
|
+
- `#I370011` - Creating new workbook not removing the filter issue resolved.
|
|
333
|
+
- `#I366824` - Formula dependent cells are not updated on clear action issue resolved.
|
|
334
|
+
- `#I357792` - Collaborative editing feature issues has been fixed.
|
|
335
|
+
- `#I370463` - Getting maximum call stack exceed error during scrolling with large dataset issue resolved.
|
|
336
|
+
- `#I366370` - Script error occurs on sheets property change issue resolved.
|
|
337
|
+
- `#FB33176` - Chart not rendered if specified data range is not from active sheet issue resolved.
|
|
338
|
+
- `#I349643` - Script error occurs on chart creation while importing excel file with custom date format issue resolved.
|
|
339
|
+
- `#I371783` - Performance delay occurs while clearing the filter through context menu issue resolved.
|
|
340
|
+
- `#I354089` - Hide / show rows not working with freeze pane if headers are hidden issue resolved.
|
|
341
|
+
- `#I369939` - Closing circular reference dialog is not working issue has been fixed.
|
|
342
|
+
|
|
343
|
+
## 19.4.56 (2022-03-15)
|
|
344
|
+
|
|
345
|
+
### Spreadsheet
|
|
346
|
+
|
|
347
|
+
#### Bug Fixes
|
|
348
|
+
|
|
349
|
+
- `SF-369240` - Previous formula displayed while switching the editing from formula cell to blank cell issue resolved.
|
|
350
|
+
- `SF-367017` - `Ctrl selection` not working with freeze pane issue resolved.
|
|
351
|
+
- `SF-367519` - Border not applied while copy / paste from MS word issue resolved.
|
|
352
|
+
- `SF-367525` - Strike through not applied on external copy / paste issue resolved.
|
|
353
|
+
|
|
354
|
+
## 19.4.55 (2022-03-08)
|
|
355
|
+
|
|
356
|
+
### Spreadsheet
|
|
357
|
+
|
|
358
|
+
#### Bug Fixes
|
|
359
|
+
|
|
360
|
+
- `SF-366825` - Text align icon not updated properly while applying text format for number cell value issue resolved.
|
|
361
|
+
- `SF-369477` - Rows not rendered properly while filtering and cell selection not proper with filtered rows in freeze pane issues resolved.
|
|
362
|
+
|
|
363
|
+
## 19.4.54 (2022-03-01)
|
|
364
|
+
|
|
365
|
+
### Spreadsheet
|
|
366
|
+
|
|
367
|
+
#### Bug Fixes
|
|
368
|
+
|
|
369
|
+
- `SF-367012` - Sort action not working on first row issue resolved.
|
|
370
|
+
- `SF-367021` - Filter by selected cell value action on date field is not working issue resolved.
|
|
371
|
+
- `SF-367013` - Sort not working after filtered the data in freeze pane issue resolved.
|
|
372
|
+
- `SF-368464` - Performance issue while filtering the scrolled data with freeze pane issue resolved.
|
|
373
|
+
- `SF-363047` - Insert row is not working while adding rows at the end in finite mode issue resolved.
|
|
374
|
+
- `SF-364569` - External paste not working if copy indicator available in spreadsheet issue resolved.
|
|
375
|
+
|
|
376
|
+
## 19.4.53 (2022-02-22)
|
|
377
|
+
|
|
378
|
+
### Spreadsheet
|
|
379
|
+
|
|
380
|
+
#### Bug Fixes
|
|
381
|
+
|
|
382
|
+
- `SF-367008` - Data range is not updated properly while doing auto fill action issue resolved.
|
|
383
|
+
- `SF-367016` - Script error occurs while performing auto fit action on hidden first column after freeze pane issue resolved.
|
|
384
|
+
- `SF-364894` - Filtering is not proper in finite mode with less row count issue resolved.
|
|
385
|
+
- `SF-367010` - Rows are corrupted on clear filtering action, when the rows are scroll down to bottom issue resolved.
|
|
386
|
+
- `SF-367011` - Script error occurs while scrolling up after clearing the large filtered data issue resolved.
|
|
387
|
+
- `SF-367014` - Content area scrolled improperly while entering large data in a cell issue resolved.
|
|
388
|
+
- `SF-366314` - Horizontal scrolling is not proper after filtering with freeze pane issue resolved.
|
|
389
|
+
- `SF-367009` - Scrolling is not proper after filtering the data with freeze row issue resolved.
|
|
390
|
+
- `SF-362961` - Formula cell reference not updated properly for other sheets while inserting rows issue resolved.
|
|
391
|
+
- `SF-362920` - Cell value is updated while selecting the find next button issue resolved.
|
|
392
|
+
- `SF-362962` - Undo and redo actions show invalid expressions in some cases issue resolved.
|
|
393
|
+
- `SF-359655` - Improvement for find and replace functionality with locked cells provided.
|
|
394
|
+
- `SF-362996` - Invalid error when formula range is updated issue resolved.
|
|
395
|
+
|
|
396
|
+
## 19.4.52 (2022-02-15)
|
|
397
|
+
|
|
398
|
+
### Spreadsheet
|
|
399
|
+
|
|
400
|
+
#### Bug Fixes
|
|
401
|
+
|
|
402
|
+
- `SF-360092` - Cell navigation occurs while performing key navigation in cell template drop-down popup issue resolved.
|
|
403
|
+
- `SF-361817` - Row alignment and cell selection is not proper with large font size during scrolling issue resolved.
|
|
404
|
+
|
|
405
|
+
## 19.4.50 (2022-02-08)
|
|
406
|
+
|
|
407
|
+
### Spreadsheet
|
|
408
|
+
|
|
409
|
+
#### New Features
|
|
410
|
+
|
|
411
|
+
- `F169781`, `SF-351357` - Provided filtering, sorting, show/hide rows and columns functionalities for freeze pane enabled spreadsheet.
|
|
412
|
+
- `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.
|
|
413
|
+
|
|
414
|
+
#### Bug Fixes
|
|
415
|
+
|
|
416
|
+
- `SF-354603` - Thousand separator is not working properly for custom number format issue has been fixed.
|
|
417
|
+
- `SF-349643` - Excel with external file link takes more time to load issue fixed.
|
|
418
|
+
- `SF-362947` - Cascading cell values does not get updated properly for imported file issue has been fixed.
|
|
419
|
+
- `SF-362574` - After filtering the cell validation `isHighlighted` property is enabled and updated wrongly on other cells while scrolling issue resolved.
|
|
420
|
+
- `SF-362013` - Dependent cells are not getting updated in unique formula issue has been fixed.
|
|
421
|
+
- `SF-353164` - Value property is not available while cell containing formula in saved JSON issue has been fixed.
|
|
422
|
+
- `SF-360130` - Conditional formatting is not working properly when insert/delete rows and columns issue has been fixed.
|
|
423
|
+
- `SF-362001` - Copy and paste is not work properly with conditional formatting when save and load the spreadsheet as JSON issue has been fixed.
|
|
424
|
+
- `SF-362018` - Script error on clearing column data validation issue is resolved.
|
|
425
|
+
- `SF-362567` - Data is not updated in the list validation when row is inserted issue has been fixed.
|
|
426
|
+
|
|
427
|
+
## 19.4.48 (2022-01-31)
|
|
428
|
+
|
|
429
|
+
### Spreadsheet
|
|
430
|
+
|
|
431
|
+
#### New Features
|
|
432
|
+
|
|
433
|
+
- `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.
|
|
434
|
+
|
|
435
|
+
#### Bug Fixes
|
|
436
|
+
|
|
437
|
+
- `SF-361363` - Autofill does not hide when selection is in hidden range after undo & redo on filtered rows issue has been fixed.
|
|
438
|
+
- `SF-355507` - Copy indicator height when copy and pasting a wrap cell issue has been fixed.
|
|
439
|
+
- `SF-361367` - Script error while pasting large range data on data validation applied cell in editing mode issue has been fixed.
|
|
440
|
+
- `SF-361580` - Provided cancel argument in action begin event for cell delete and autofill.
|
|
441
|
+
- `SF-360962` - Toolbar item not disable with protect sheet issue and edit alert dialog customization support provided.
|
|
442
|
+
|
|
443
|
+
## 19.4.47 (2022-01-25)
|
|
444
|
+
|
|
445
|
+
### Spreadsheet
|
|
446
|
+
|
|
447
|
+
#### Bug Fixes
|
|
448
|
+
|
|
449
|
+
- `SF-357914` - Multi range custom sort alert dialog not showing issue resolved.
|
|
450
|
+
- `SF-360957` - Spinner loads endlessly while importing an excel file issue resolved.
|
|
451
|
+
|
|
452
|
+
## 19.4.43 (2022-01-18)
|
|
453
|
+
|
|
454
|
+
### Spreadsheet
|
|
455
|
+
|
|
456
|
+
#### Bug Fixes
|
|
457
|
+
|
|
458
|
+
- `SF-354173`, `SF-360223`, `SF-360057` - Selection misalignment and script error on undo operation after resize the row.
|
|
459
|
+
- `SF-360109` - While copy paste the merge cell with all borders, the left border is missing in pasted cell.
|
|
460
|
+
- `SF-360465, SF-360473` - Undo action for deleted column which is before the viewport area causes script error and selection misalignment issue resolved.
|
|
461
|
+
- `SF-356947` - Row height not proper while applying larger font size when row set as custom height issue resolved.
|
|
462
|
+
|
|
463
|
+
## 19.4.42 (2022-01-11)
|
|
464
|
+
|
|
465
|
+
### Spreadsheet
|
|
466
|
+
|
|
467
|
+
#### Bug Fixes
|
|
468
|
+
|
|
469
|
+
- `SF-360112` - Script error occurs on continuous undo and redo operation for filtering action issue resolved.
|
|
470
|
+
- `SF-360962` - Disable toolbar item for protect sheet and edit Alert dialog content customize support provided.
|
|
471
|
+
- `SF-361036`, `SF-361123` - Copy paste is not working properly on filtered rows issue has been fixed.
|
|
472
|
+
- `SF-360222` - Sorting is not working properly after undo issue has been fixed.
|
|
473
|
+
- `SF-352381` - Data not rendered properly on horizontal scrolling in finite mode issue resolved.
|
|
474
|
+
- `F171297` - Importing excel file contains conditional formatting with formula throws script error issue has been fixed.
|
|
475
|
+
- `SF-359221` - Insert row not working properly while virtual scrolling is disabled issue is fixed.
|
|
476
|
+
|
|
477
|
+
## 19.4.41 (2022-01-04)
|
|
478
|
+
|
|
479
|
+
### Spreadsheet
|
|
480
|
+
|
|
481
|
+
#### Bug Fixes
|
|
482
|
+
|
|
483
|
+
- `SF-360492` - Row height issue after performing undo operation has been resolved.
|
|
484
|
+
- `SF-353871` - Cell alignment issue while copy paste merge cell issue is fixed.
|
|
485
|
+
- `I349145`, `I347733` - Script error throws while set the height to hidden rows is resolved.
|
|
486
|
+
- `SF-360109` - Bottom border missing while paste merge applied cell issue fixed.
|
|
487
|
+
- `SF-354314` - External pasting formula cell which lies below the viewport not working issue has been fixed.
|
|
488
|
+
- `SF-354314` - Performance issue on copying large cells which contains custom number format has been fixed.
|
|
489
|
+
- `SF-359382` - Color applied for empty cell if less than condition value is in negative in conditional formatting issue has been fixed.
|
|
490
|
+
- `SF-359673` - Find and replace is not working after scrolling to bottom in finite mode issue has been fixed.
|
|
491
|
+
- `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.
|
|
492
|
+
- `SF-358133` - cell save event arguments are not proper for cut / paste action issue resolved.
|
|
493
|
+
- `SF-360303` - Selection issue while pasting the multiline character contained text in cell editing mode is resolved.
|
|
494
|
+
|
|
495
|
+
## 19.4.40 (2021-12-28)
|
|
496
|
+
|
|
497
|
+
### Spreadsheet
|
|
498
|
+
|
|
499
|
+
#### New Features
|
|
500
|
+
|
|
501
|
+
- `I345022` - Alphanumeric support provided for autofill operation.
|
|
502
|
+
|
|
503
|
+
#### Bug Fixes
|
|
504
|
+
|
|
505
|
+
- `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.
|
|
506
|
+
|
|
507
|
+
Previous name | Current name
|
|
508
|
+
-----|-----
|
|
509
|
+
`compareVal` | `compareValue`
|
|
510
|
+
|
|
511
|
+
- `SF-357609` - Filters added on empty cells which are outside the used range issue resolved.
|
|
512
|
+
- `SF-359059` - Console error on performing filter by cell value operation in cut cell issue resolved.
|
|
513
|
+
- `I347810` - Performance issue while paste 100000 cells in Spreadsheet is resolved.
|
|
514
|
+
- `I348364` - Script error while use freeze pane with \n in cell value issue is resolved.
|
|
515
|
+
- `F171230` - Cannot prevent pasting format using actionBegin while using Ctrl+V shortcut is resolved.
|
|
516
|
+
- `I346033` - Today formula is not working on import issue has been fixed.
|
|
517
|
+
- `I346033` - Custom currency format is not applied for zero value issue has been fixed.
|
|
518
|
+
- `I346033` - Text formula is not working with `ddd` format issue has been fixed.
|
|
519
|
+
- `I346033` - Adding some value to multiplied range which contains empty cell issue has been fixed.
|
|
520
|
+
- `I321503` - Cell selection issue after scrolling on imported sheet has been fixed.
|
|
521
|
+
- `SF-358418` - Image resize option problem has been fixed.
|
|
522
|
+
|
|
523
|
+
## 19.4.38 (2021-12-17)
|
|
524
|
+
|
|
525
|
+
### Spreadsheet
|
|
526
|
+
|
|
527
|
+
#### Bug Fixes
|
|
528
|
+
|
|
529
|
+
- `SF-356190` - Not able to change the cell value using beforeCellSave event issue resolved.
|
|
530
|
+
- `I346629` - Cell alignment issue while copy paste merged cell from Excel to Spreadsheet issue resolved.
|
|
531
|
+
- `F169598` - Sorting issue with number formatted data is resolved.
|
|
532
|
+
- `I351813` - Border missing for last merged cell while doing autofill issue has been resolved.
|
|
533
|
+
- `I347937` - Selection issue while load data with row height less than 4 pixel is resolved.
|
|
534
|
+
- `I356364` - Script error while selecting autofill option after clicking the autofill icon issue resolved.
|
|
535
|
+
- `I348734` - Copy/paste with conditional formatting not working issue resolved.
|
|
536
|
+
- `I347888` - Insert/delete rows and columns are not working with collaborative editing issue resolved.
|
|
537
|
+
- `I348334` - Cell misalignment while applying wrap on the pasted data issue resolved.
|
|
538
|
+
- `I348741` - Conditional format highlighting and cell background color overlaps on wrapped cell issue resolved
|
|
539
|
+
- `I343781` - Merge breaks on column copy/paste action issue resolved.
|
|
540
|
+
- `I347103` - Copy and paste working incorrectly while copy data in backward direction issue resolved.
|
|
541
|
+
|
|
542
|
+
## 19.3.48 (2021-11-02)
|
|
543
|
+
|
|
544
|
+
### Spreadsheet
|
|
545
|
+
|
|
546
|
+
#### Bug Fixes
|
|
547
|
+
|
|
548
|
+
- `I345577` - Selection misalignment occurs with the resized row issue resolved.
|
|
549
|
+
- `I346629` - Selection misalignment while perform autofit to rows issue resolved.
|
|
550
|
+
- `I346978`, `I346947` - Data loss after clear filtering issue resolved.
|
|
551
|
+
- `I346943` - Copy / paste not working after clear filtering using ribbon issue resolved.
|
|
552
|
+
- `I346921` - Cell selections are not proper after scrolling the filtered data issue resolved.
|
|
553
|
+
- `I346267` - Last occurrence value not replaced while doing Replace all with workbook mode issue resolved.
|
|
554
|
+
|
|
555
|
+
## 19.3.47 (2021-10-26)
|
|
556
|
+
|
|
557
|
+
### Spreadsheet
|
|
558
|
+
|
|
559
|
+
#### Bug Fixes
|
|
560
|
+
|
|
561
|
+
- `I344194` - Filter menu opening delay with large data issue resolved.
|
|
562
|
+
- `I344794` - Cell selection misalignment occurs when copy paste and resize the pasted cell issue resolved.
|
|
563
|
+
- `F29392` - cell selection misalignment on loading Chinese words issue resolved.
|
|
564
|
+
- `I345133` - Cell selection misalignment on wrap applied Japanese characters issue resolved.
|
|
565
|
+
- `I345064` - Filtering issue on save and load JSON issue resolved.
|
|
566
|
+
- `I345959` - Custom sort with zero not working issue resolved.
|
|
567
|
+
- `I345577` - Selection misalignment occurs with the resized row issue resolved.
|
|
568
|
+
|
|
569
|
+
## 19.3.46 (2021-10-19)
|
|
570
|
+
|
|
571
|
+
### Spreadsheet
|
|
572
|
+
|
|
573
|
+
#### New Features
|
|
574
|
+
|
|
575
|
+
- `I343108` - Provided support to update the border for inserted rows and columns, if the adjacent rows and columns contains same border value.
|
|
576
|
+
|
|
577
|
+
#### Bug Fixes
|
|
578
|
+
|
|
579
|
+
- `I344194` - Row height not updated properly after filtering for the rows with wrapped cells issue resolved.
|
|
580
|
+
- `I341556` - Scrolling hangs after performing the sorting issue resolved.
|
|
581
|
+
- `I340403` - Spreadsheet export with row height greater than 409.5 issue resolved.
|
|
582
|
+
- `I344984` - Data validation color format not copied on Autofill issue resolved.
|
|
583
|
+
- `I343836` - Empty cell sorting issue resolved.
|
|
584
|
+
- `I337429` - Added the events for Clear Validation and Clear Highlight actions in spreadsheet.
|
|
585
|
+
- `I344507` - Undo Redo actions are not working for hidden rows issue resolved.
|
|
586
|
+
- `I344596` - Unable to apply bottom border to a merged cell issue resolved.
|
|
587
|
+
|
|
588
|
+
## 19.3.45 (2021-10-12)
|
|
589
|
+
|
|
590
|
+
### Spreadsheet
|
|
591
|
+
|
|
592
|
+
#### Bug Fixes
|
|
593
|
+
|
|
594
|
+
- `II342554` - Copy / paste the image from excel to spreadsheet not working issue resolved.
|
|
595
|
+
- `I342003` - Undo / redo action with merged cells and border not work properly issue resolved.
|
|
596
|
+
- `I342900` - Resolved the clear filter with hidden column issue.
|
|
597
|
+
- `I343756` - Script error occurs while clearing filter on manually unhidden rows issue resolved.
|
|
598
|
+
- `I344193` - `CellEditing` event argument does not contains edited value issue resolved.
|
|
599
|
+
- `I344288` - `beforeOpen` event not triggered in Spreadsheet issue resolved.
|
|
600
|
+
- `I343789` - Console error with clearFilter in Spreadsheet issue resolved.
|
|
601
|
+
|
|
602
|
+
## 19.3.44 (2021-10-05)
|
|
603
|
+
|
|
604
|
+
### Spreadsheet
|
|
605
|
+
|
|
606
|
+
#### New Features
|
|
607
|
+
|
|
608
|
+
- `I323841`, `I305593` - Data validation with formula input support.
|
|
609
|
+
|
|
610
|
+
#### Bug Fixes
|
|
611
|
+
|
|
612
|
+
- `I342782` - `beforeConditionalFormat` event triggered for `delete` and `Clear Contents` actions.
|
|
613
|
+
- `I342786` - Selection and row height misalignment on wrapped cells while resizing the column issue resolved.
|
|
614
|
+
- `I343328` - Script error occurs on copy / paste action while the spreadsheet is scrolled horizontally issue resolved.
|
|
615
|
+
- `I342553` - `Max` function returns error while referring the empty cells issue resolved.
|
|
616
|
+
- `I341489` - Content on cells getting duplicated after removing unique function issue resolved.
|
|
617
|
+
- `I343150` - Selection performance issue with large data issue resolved.
|
|
618
|
+
|
|
619
|
+
## 19.3.43 (2021-09-30)
|
|
620
|
+
|
|
621
|
+
### Spreadsheet
|
|
622
|
+
|
|
623
|
+
#### New Features
|
|
624
|
+
|
|
625
|
+
- **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.
|
|
626
|
+
- **Password protection:** This feature allows users to protect a worksheet by encrypting it with a password.
|
|
627
|
+
- **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.
|
|
628
|
+
- **Custom number formatting:** This feature allows users to customize the display format of numbers, dates, times, percentages, and currency values.
|
|
629
|
+
- `I336060` - If edited cell value is an URL then, it set as a hyperlink.
|
|
630
|
+
|
|
631
|
+
#### Bug Fixes
|
|
632
|
+
|
|
633
|
+
- `F164899` - Triggered `actionComplete` event during definedRange actions.
|
|
634
|
+
- `I340202` - Filter value by selected cell operation not filtering the data properly issue resolved.
|
|
635
|
+
- `I339325` - Selection not working properly after updating the `allowEditing` property issue resolved.
|
|
636
|
+
- `I341205` - While changing the border color and style of the merged cell is not applied properly issue resolved.
|
|
637
|
+
- `I341516` - Sheet name doesn't support carrot bracket issue resolved.
|
|
638
|
+
- `I339059` - Horizontal scrolling not working properly while scroll using arrow key issue resolved.
|
|
639
|
+
- `I329238`, `F167723`, `I340073`, `I341556` - Filtering large data performance issue resolved.
|
|
640
|
+
- `I336310` - Height not updated properly for the rows with wrapped cells using `setRowHeight` method issue resolved.
|
|
641
|
+
- `I342382` - Event `select` is not triggered when selecting cells using the keyboard select issue has been fixed.
|
|
642
|
+
- `I342399` - Paste is not working with the find dialog issue resolved.
|
|
643
|
+
|
|
644
|
+
- `I341829` - Columns property maintaining same reference for more than one spreadsheet in a web page issue resolved.
|
|
645
|
+
|
|
646
|
+
## 19.3.56 (2021-12-02)
|
|
647
|
+
|
|
648
|
+
### Spreadsheet
|
|
649
|
+
|
|
650
|
+
#### Bug Fixes
|
|
651
|
+
|
|
652
|
+
- `I347456` - Console error with 110% browser zoom in issue resolved.
|
|
653
|
+
- `I347865` - AutoFill is not working for formula applied cell issue is resolved.
|
|
654
|
+
- `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
|
|
655
|
+
- `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
|
|
656
|
+
- `I347340` - Filter popup opening prevented while sheet is protected.
|
|
657
|
+
- `I344793` - Getting #Spill while apply Unique formula for text format issue is resolved.
|
|
658
|
+
|
|
659
|
+
## 19.3.55 (2021-11-23)
|
|
660
|
+
|
|
661
|
+
### Spreadsheet
|
|
662
|
+
|
|
663
|
+
#### Bug Fixes
|
|
664
|
+
|
|
665
|
+
- `I345828` - Toggle Button state not refreshed in ribbon while using clear format option issue resolved.
|
|
666
|
+
|
|
667
|
+
## 19.2.62 (2021-09-14)
|
|
668
|
+
|
|
669
|
+
### Spreadsheet
|
|
670
|
+
|
|
671
|
+
#### Bug Fixes
|
|
672
|
+
|
|
673
|
+
- `I341489` - Content on cells getting duplicated after removing unique function issue resolved.
|
|
674
|
+
- `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.
|
|
675
|
+
- `I339957` - Copy method not working while pasting the copied data using `ctrl+v` action issue resolved.
|
|
676
|
+
- `I339531` - Insert column and cut / paste column actions not updated the range data issue resolved.
|
|
677
|
+
- `I338070` - Merged cells copy and paste the whole row issue has been fixed.
|
|
678
|
+
|
|
679
|
+
## 19.2.60 (2021-09-07)
|
|
680
|
+
|
|
681
|
+
### Spreadsheet
|
|
682
|
+
|
|
683
|
+
#### New Features
|
|
684
|
+
|
|
685
|
+
- `I329743` - Provided the support to use a defined name as the source for the list type data validation.
|
|
686
|
+
- `I334078` - Provided the support to get information about the width of the column and the height of the row.
|
|
687
|
+
|
|
688
|
+
#### Bug Fixes
|
|
689
|
+
|
|
690
|
+
- `I340130` - Spreadsheet usedRange not refreshed while changing the datasource issue resolved.
|
|
691
|
+
|
|
692
|
+
## 19.2.59 (2021-08-31)
|
|
693
|
+
|
|
694
|
+
### Spreadsheet
|
|
695
|
+
|
|
696
|
+
#### Bug Fixes
|
|
697
|
+
|
|
698
|
+
- `I338835` - The Hyperlink throws script errors when updating a cell with a hyper link issue resolved.
|
|
699
|
+
- `I337839` - Rounding of decimal values not same as Excel issue resolved.
|
|
700
|
+
- `I338305` - Formula getting updated in wrong cells while scrolling issue resolved.
|
|
701
|
+
- `I338305` - Contents are not visible at the bottom while scrolling issue resolved.
|
|
702
|
+
- `I337755` - Copy & paste from one spreadsheet to another not working properly issue resolved.
|
|
703
|
+
- `F168160` - Spreadsheet format button performs form submit issue resolved.
|
|
704
|
+
|
|
705
|
+
## 19.2.57 (2021-08-24)
|
|
706
|
+
|
|
707
|
+
### Spreadsheet
|
|
708
|
+
|
|
709
|
+
#### Bug Fixes
|
|
710
|
+
|
|
711
|
+
- `I337420` - Top border not updated for merged cells while loading the saved JSON data issue resolved.
|
|
712
|
+
- `I337854` - Sorting action not working properly for newly inserted column issue resolved.
|
|
713
|
+
- `I337515` - Same style updated all the rows, while copy / paste multiple lines of text issue resolved.
|
|
714
|
+
- `I337957` - Formula expression which contains consecutive `product` and `subtract` operators throws `#VALUE!` error issue resolved.
|
|
715
|
+
- `F167279` - Merged cells with border not updated properly on copy / paste action issue resolved.
|
|
716
|
+
|
|
717
|
+
## 19.2.56 (2021-08-17)
|
|
718
|
+
|
|
719
|
+
### Spreadsheet
|
|
720
|
+
|
|
721
|
+
#### New Features
|
|
722
|
+
|
|
723
|
+
- `I336317` - Updated the formula reference, while performing insert and delete operation.
|
|
724
|
+
|
|
725
|
+
#### Bug Fixes
|
|
726
|
+
|
|
727
|
+
- `I336287` - Filter getting removed on clicking the `undo` button issue resolved.
|
|
728
|
+
- `I336900` - `Undo` operation with border and formatting not working properly issue resolved.
|
|
729
|
+
- `I334797` - Time formatted value is updated without the starting date during editing.
|
|
730
|
+
- `I337512` - After setting default cell style, script error occurs on external copy / paste action issue resolved.
|
|
731
|
+
- `I337779` - Deleting empty rows not working issue resolved.
|
|
732
|
+
- `I335158` - Filter popup is not visible, when scrolling the sheet issue resolved.
|
|
733
|
+
- `I337789` - `Dropdown` values for list data validation are not updated, while referring the other sheet reference issue resolved.
|
|
734
|
+
- `I337291` - Formula not calculated properly after loading the saved `JSON` data issue resolved.
|
|
735
|
+
- `I336375` - Row height updated wrongly during scroll action issue resolved.
|
|
736
|
+
|
|
737
|
+
- `I333262` - Script error occurs during save action due to cell template issue resolved.
|
|
738
|
+
|
|
739
|
+
## 19.2.55 (2021-08-11)
|
|
740
|
+
|
|
741
|
+
### Spreadsheet
|
|
742
|
+
|
|
743
|
+
#### New Features
|
|
744
|
+
|
|
745
|
+
- `I327430` - Updated the defined names range, while performing insert and delete operation.
|
|
746
|
+
- `I331963` - Number formatting applied while performing copy / paste operation between our different spreadsheets.
|
|
747
|
+
|
|
748
|
+
#### Bug Fixes
|
|
749
|
+
|
|
750
|
+
- `I336304` - Conditional formatting select button enabled while pressing `SPACE` key without any data issue resolved.
|
|
751
|
+
- `I337258` - Script error throws while importing excel file which contains conditional formatting issue resolved.
|
|
752
|
+
- `I338761` - UNIQUE function on multiple columns doesn't work properly issue resolved
|
|
753
|
+
|
|
754
|
+
## 19.2.51 (2021-08-03)
|
|
755
|
+
|
|
756
|
+
### Spreadsheet
|
|
757
|
+
|
|
758
|
+
#### Bug Fixes
|
|
759
|
+
|
|
760
|
+
- `I334797` - Passed the cell value by applying its corresponding format on `dataSourceChanged` changed event.
|
|
761
|
+
- `I336261` - Cell alignment while changing `dataSource` property with wrapped data issue resolved.
|
|
762
|
+
- `I336144` - Destroyed the find dialog while destroying the spreadsheet component.
|
|
763
|
+
- `I336101` - External copied data which contains string value with date is pasted as `ShortDate` format in chrome browser issue resolved.
|
|
764
|
+
- `I335814` - Removed the `Hide` item from context menu while right click on hidden selected rows and columns.
|
|
765
|
+
- `I331393` - T formula support provided.
|
|
766
|
+
- `I336400`, `I334912` - `Undo` and `selection` operation not working properly in the sheet which contains merge cell and freeze pane issue resolved.
|
|
767
|
+
|
|
768
|
+
#### New Features
|
|
769
|
+
|
|
770
|
+
- `I334191`, `I334175` - Added a `getRowData` method to get the row data from `dataSource` with updated cell value.
|
|
771
|
+
|
|
772
|
+
## 19.2.49 (2021-07-27)
|
|
773
|
+
|
|
774
|
+
### Spreadsheet
|
|
775
|
+
|
|
776
|
+
#### Bug Fixes
|
|
777
|
+
|
|
778
|
+
- `I334202` - Merge cell is removed when pasting whole row issue has been fixed.
|
|
779
|
+
- `I335255` - Double space is added for some text while pasting from excel issue has been fixed.
|
|
780
|
+
- `I334254` - Script error while applying wrap to formatted cell which contains number issue resolved.
|
|
781
|
+
- `I335137` - Formula not calculated properly while loading the saved JSON issue resolved.
|
|
782
|
+
- `I334796` - Removed the `filterCollection` property during clear filter action.
|
|
783
|
+
- `I332867` - Triggered `actionComplete` event during filtering actions.
|
|
784
|
+
- `I333138` - After loading the JSON, formula not calculated for dynamically rendered rows issue resolved.
|
|
785
|
+
- `I334348` - Script error while hiding and unhiding the rows more the number of rows in viewport issue resolved.
|
|
786
|
+
- `I333612` - Filter dialog not visible for the bottom cells issue resolved.
|
|
787
|
+
- `I327884` - UNIQUE formula support provided.
|
|
788
|
+
- `I335296` - Underline and strike through not working on row resize issue resolved.
|
|
789
|
+
|
|
790
|
+
## 19.2.48 (2021-07-20)
|
|
791
|
+
|
|
792
|
+
### Spreadsheet
|
|
793
|
+
|
|
794
|
+
#### Bug Fixes
|
|
795
|
+
|
|
796
|
+
- `I332804` - Cut / paste action in newly inserted column issues resolved.
|
|
797
|
+
- `I333215` - Triggered `datasourceChanged` event once the `dataSource` property is changed.
|
|
798
|
+
|
|
799
|
+
## 19.2.47 (2021-07-13)
|
|
800
|
+
|
|
801
|
+
### Spreadsheet
|
|
802
|
+
|
|
803
|
+
#### Bug Fixes
|
|
804
|
+
|
|
805
|
+
- `I332945` - Image not positioned properly inside the freeze pane issue resolved.
|
|
806
|
+
- `I331840` - Border not applied properly on wrapped and merged cells issue resolved.
|
|
807
|
+
- `I332879` - Duplicate values in formula bar for list data validation issue resolved.
|
|
808
|
+
|
|
809
|
+
## 19.2.46 (2021-07-06)
|
|
810
|
+
|
|
811
|
+
### Spreadsheet
|
|
812
|
+
|
|
813
|
+
#### Bug Fixes
|
|
814
|
+
|
|
815
|
+
- `I331420` - List `popup` width is not proper while resizing the column issue has been fixed.
|
|
816
|
+
- `I332235` - Editing cell address in `name box` does not navigate to that cell issue has been fixed.
|
|
817
|
+
- `I331920` - Formula having only strings not parsed properly issue has been fixed.
|
|
818
|
+
- `I328009` - Provided option to get filter collection details in `actionComplete` event.
|
|
819
|
+
- `I332890` - Clearing filter range does not removes filter issue has been fixed.
|
|
820
|
+
- `I329431` - Copy / paste into locked and unlocked cells not working properly while preventing alert dialog issue resolved.
|
|
821
|
+
- `I321503` - Cross tab formulas with imported excel file having duplicate reference issue resolved.
|
|
822
|
+
|
|
823
|
+
## 19.2.44 (2021-06-30)
|
|
824
|
+
|
|
825
|
+
### Spreadsheet
|
|
826
|
+
|
|
827
|
+
#### New Features
|
|
828
|
+
|
|
829
|
+
- `I315412` - Provided support to move and duplicate the sheets.
|
|
830
|
+
|
|
831
|
+
#### Bug Fixes
|
|
832
|
+
|
|
833
|
+
- `F166035` - List `dropdown popup` is not positioned properly in android issue has been fixed.
|
|
834
|
+
- `I313764` - Issue of copy whole sheet from excel and paste it in spreadsheet with whole sheet selected has been fixed.
|
|
835
|
+
- `FB23950, FB22584` - Issue of pasting text from MS Word has been fixed.
|
|
836
|
+
- `I309407` - Sorting does not update formula reference issue has been fixed.
|
|
837
|
+
- `FB23949` - Row lines are misaligned when `segeo` font style pasted from excel issue has been fixed.
|
|
838
|
+
- `I326128` - Find support not working properly for bigger columns and rows issue resolved.
|
|
839
|
+
- `I328868` - Copy / paste the formula applied cells issue resolved.
|
|
840
|
+
- `I329167` - Copy / paste a formula from one cell to multiple cells issue resolved.
|
|
841
|
+
- `I331717` - Sheet contents are not visible, while setting larger font size in finite mode issue resolved.
|
|
842
|
+
- `I330546` - Row header with frozen column not updated properly while setting larger font size in finite mode issue resolved.
|
|
843
|
+
|
|
844
|
+
## 19.1.69 (2021-06-15)
|
|
845
|
+
|
|
846
|
+
### Spreadsheet
|
|
847
|
+
|
|
848
|
+
#### Bug Fixes
|
|
849
|
+
|
|
850
|
+
- `#24686` - Undo for styles on externally pasted table is not working properly issue has been fixed.
|
|
851
|
+
- `#F164024` - External pasting for date with applied locale culture is not working issue has been fixed.
|
|
852
|
+
- `I328800` - `topLeftCell` property not updated properly in the non virtual mode issue resolved.
|
|
853
|
+
- `I329562` - Formula dependent cells not updated, while clearing the value using `DELETE` key issue resolved.
|
|
854
|
+
- `I328866` - Ignore blank option not working when the data validation type is `List` issue resolved.
|
|
855
|
+
|
|
856
|
+
#### New Features
|
|
857
|
+
|
|
858
|
+
- `#I328608` - Provided support to add cell template dynamically.
|
|
859
|
+
|
|
860
|
+
## 19.1.67 (2021-06-08)
|
|
861
|
+
|
|
862
|
+
### Spreadsheet
|
|
863
|
+
|
|
864
|
+
#### Bug Fixes
|
|
865
|
+
|
|
866
|
+
- `#I328361` - Resizing row is not proper when the row contains `\n` in the data source issue has been fixed.
|
|
867
|
+
- `I328869, I329122` - Nested `IF` formula and `SUMIF` formula negative value issues resolved.
|
|
868
|
+
- `I328812` - Finite scrolling in virtual mode issue resolved.
|
|
869
|
+
- `I328809` - Sheet content scrolls up on editing issue resolved.
|
|
870
|
+
|
|
871
|
+
#### New Features
|
|
872
|
+
|
|
873
|
+
- `#I307401` - Filter UI updating for insert and delete column actions.
|
|
874
|
+
- `I328800` - Provided option for updating the `paneTopLeftCell` property dynamically.
|
|
875
|
+
|
|
876
|
+
## 19.1.66 (2021-06-01)
|
|
877
|
+
|
|
878
|
+
### Spreadsheet
|
|
879
|
+
|
|
880
|
+
#### Bug Fixes
|
|
881
|
+
|
|
882
|
+
- `#I326912` - Image positioned with negative values after drag and drop issue has been fixed.
|
|
883
|
+
- `#24970` - Zero value is not copied from spreadsheet and pasted into MS Excel issue has been fixed.
|
|
884
|
+
- `#I327232` - Copy and paste issue of conditional formatting for highlight cell rules case has been fixed.
|
|
885
|
+
- `#24626` - Pasting merge cell when copied from MS Excel issue has been fixed.
|
|
886
|
+
- `#I328300` - Data gets duplicated while apply sorting with hidden columns issue has been fixed.
|
|
887
|
+
- `#24231` - Filter is not getting removed from cells after save and load issue has been fixed.
|
|
888
|
+
- `I324752` - Horizontal scrolling through touchpad not working issue resolved in `chrome`, `firefox` and `edge` browsers.
|
|
889
|
+
- `#24582` - Conditional formatting is not getting refreshed in a cell with formula after editing argument values issue has been fixed.
|
|
890
|
+
- `I328018` - Editing is not working in formula bar for unlocked cells issue resolved.
|
|
891
|
+
- `I328870` - Hide sheet option in context menu not working issue resolved.
|
|
892
|
+
- `I328151` - Clear content option not working properly in `hyperlink` applied cells issue resolved.
|
|
893
|
+
- `I327665` - Provided the CTRL + A and double/triple tap selection support inside the cell.
|
|
894
|
+
- `I329132`, `I329160` - Deleting a row changes the formula values to `#REF!` issue resolved.
|
|
895
|
+
- `I328248` - Charts are not refreshed during filtering issue resolved.
|
|
896
|
+
- `I327667` - `Match` formula does not throw error while no match is found in a given range issue resolved.
|
|
897
|
+
- `I306565` - Cross tab formula cell range selection and sheet name reference in formula issues resolved.
|
|
898
|
+
|
|
899
|
+
#### New Features
|
|
900
|
+
|
|
901
|
+
- `#22392` - Added `beforeConditionalFormat` event which will be triggered before applying or removing the format from a cell based on its condition.
|
|
902
|
+
|
|
903
|
+
## 19.1.64 (2021-05-19)
|
|
904
|
+
|
|
905
|
+
### Spreadsheet
|
|
906
|
+
|
|
907
|
+
#### Bug Fixes
|
|
908
|
+
|
|
909
|
+
- `I304896`, `I305853` - `SUMIF` and `AVERGEIFS` formula issue resolved.
|
|
910
|
+
- `I325908` - Empty space occurs with merge / freeze pane and `IF` formula calculation return as wrong number issues resolved.
|
|
911
|
+
- `!289803`, `I306565`, `I305935`, `I308657`, `I321503`, `I296802`, `I316078`, `I325908`, `I327092` - We have provided the cross tab reference in formula expression support.
|
|
912
|
+
- `#25146` - Copy paste related issue with the locked / unlocked cells has been fixed.
|
|
913
|
+
|
|
914
|
+
## 19.1.63 (2021-05-13)
|
|
915
|
+
|
|
916
|
+
### Spreadsheet
|
|
917
|
+
|
|
918
|
+
#### Bug Fixes
|
|
919
|
+
|
|
920
|
+
- `I319406` - Date is not updated properly in `Ukraine` time zone issue resolved.
|
|
921
|
+
- `I324752` - Horizontal scroll bar not visible in `MAC` machine issue resolved.
|
|
922
|
+
|
|
923
|
+
## 19.1.59 (2021-05-04)
|
|
924
|
+
|
|
925
|
+
### Spreadsheet
|
|
926
|
+
|
|
927
|
+
#### Bug Fixes
|
|
928
|
+
|
|
929
|
+
- `#24579` - `Gridlines` got disappear while performing horizontal scrolling with `showHeaders` property as `false` issue resolved.
|
|
930
|
+
- `#23650` - Formula reference not properly updated on copy / paste action issue resolved.
|
|
931
|
+
- `#I314883` - Formula dependent cells not updated after rendering destroyed spreadsheet issue has been fixed.
|
|
932
|
+
- `#F164825` - Cell navigation throws script error when `allowScrolling` set to `false` issue has been fixed.
|
|
933
|
+
- `#23944` - Formula suggestion drop down is not displayed in the cells located in the bottom of the sheet issue has been fixed.
|
|
934
|
+
- `I312024` - `Sheets` property binding not working issue resolved.
|
|
935
|
+
- `#24848` - Nested formula issue resolved.
|
|
936
|
+
|
|
937
|
+
## 19.1.58 (2021-04-27)
|
|
938
|
+
|
|
939
|
+
### Spreadsheet
|
|
940
|
+
|
|
941
|
+
#### Bug Fixes
|
|
942
|
+
|
|
943
|
+
- `#22087` - Filter icon is removed after refresh issue has been fixed.
|
|
944
|
+
- `#24222` - Conditional formatting font color is changed to default color in list data validation issue has been fixed.
|
|
945
|
+
- `#23945` - Conditional Formatting is not working properly when range is selected from down to up & right to left issue has been fixed.
|
|
946
|
+
- `F163837`, `F164024` - Number format drop down shows wrong formatted value while setting locale text for the number format items issue resolved.
|
|
947
|
+
- `#23856` - Height of the merged cell increases on `Alt + Enter` action issue resolved.
|
|
948
|
+
- `#23644` - Dependent cells not updated after using `openFromJson` and `refresh` method issue resolved.
|
|
949
|
+
|
|
950
|
+
## 19.1.57 (2021-04-20)
|
|
951
|
+
|
|
952
|
+
### Spreadsheet
|
|
953
|
+
|
|
954
|
+
#### Bug Fixes
|
|
955
|
+
|
|
956
|
+
- Custom height not working properly while importing with wrap text, it updates normal height.
|
|
957
|
+
- `#24298` - Conditional formatting applied to selected cells even if there is no value given in the dialog issue resolved.
|
|
958
|
+
- Issue with copy data from power point table and paste it in spreadsheet has been fixed.
|
|
959
|
+
`#I314444` - Fixed cell selection issue in different screen resolution.
|
|
960
|
+
`#24295` - Aggregate count is not displayed properly when selected range contains zero value issue has been fixed.
|
|
961
|
+
`#23869` - Paste values only is not working for formula cells issue has been fixed.
|
|
962
|
+
`#23867` - Cancel button is not working in hyperlink dialog when sheet is protected issue has been fixed.
|
|
963
|
+
`#23861` - Unwrapping externally pasted wrap text does not reduce the row height issue has been fixed.
|
|
964
|
+
`#23112` - Match function is not working when cell reference is given as parameter issue has been fixed.
|
|
965
|
+
`#21561` - Unable to type percentage value without autoformat issue has been fixed.
|
|
966
|
+
|
|
967
|
+
## 19.1.56 (2021-04-13)
|
|
968
|
+
|
|
969
|
+
### Spreadsheet
|
|
970
|
+
|
|
971
|
+
#### Bug Fixes
|
|
972
|
+
|
|
973
|
+
`#I323532` - Pressing any key on chart throws script error issue has been fixed.
|
|
974
|
+
|
|
975
|
+
## 19.1.55 (2021-04-06)
|
|
976
|
+
|
|
977
|
+
### Spreadsheet
|
|
978
|
+
|
|
979
|
+
#### Bug Fixes
|
|
980
|
+
|
|
981
|
+
- Sort formula not working properly issue resolved.
|
|
982
|
+
- Clipboard style issue resolved.
|
|
983
|
+
- `I316103` - Resolved the selection misalignment issue in non virtual mode.
|
|
984
|
+
`#I316931` - Selection alignment for wrap cell having border on 150 resolution issue has been fixed.
|
|
985
|
+
`#I321143` - Warning message is not showing while deleting locked cells issue has been fixed.
|
|
986
|
+
`#I319204` - Skipped `query` property while saving as JSON.
|
|
987
|
+
|
|
988
|
+
## 19.1.54 (2021-03-30)
|
|
989
|
+
|
|
990
|
+
### Spreadsheet
|
|
991
|
+
|
|
992
|
+
#### New Features
|
|
993
|
+
|
|
994
|
+
- **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.
|
|
995
|
+
- **PDF Export:** Allows users to save the spreadsheet data as a PDF document.
|
|
996
|
+
- **Password protection:** Allows users to protect the workbook with a password.
|
|
997
|
+
|
|
998
|
+
#### Bug Fixes
|
|
999
|
+
|
|
1000
|
+
- Copy / paste the merge cells not working properly issue resolved.
|
|
1001
|
+
`#I316931` - Selection misalignment issue when applying border on wrap text has been resolved.
|
|
1002
|
+
|
|
1003
|
+
## 18.4.44 (2021-02-23)
|
|
1004
|
+
|
|
1005
|
+
### Spreadsheet
|
|
1006
|
+
|
|
1007
|
+
#### Bug Fixes
|
|
1008
|
+
|
|
1009
|
+
- The `getData` method is not working when range is passed without sheet name issue fixed.
|
|
1010
|
+
|
|
1011
|
+
## 18.4.43 (2021-02-16)
|
|
1012
|
+
|
|
1013
|
+
### Spreadsheet
|
|
1014
|
+
|
|
1015
|
+
#### Bug Fixes
|
|
1016
|
+
|
|
1017
|
+
`#F161227` - Prevented deleting range which contains lock cells.
|
|
1018
|
+
`#F162534` - Issue on editing a cell that depend on other cell after addition of date using Plus (+) operator issue fixed.
|
|
1019
|
+
`#313009` - Delete rows and columns using `delete` method issues resolved.
|
|
1020
|
+
`#313000` - The `insertSheet` method will now prevent the sheet with duplicate name from inserting.
|
|
1021
|
+
`#I312853` - Provided the actionBegin and actionComplete event for sheet rename action in spreadsheet
|
|
1022
|
+
|
|
1023
|
+
## 18.4.42 (2021-02-09)
|
|
1024
|
+
|
|
1025
|
+
### Spreadsheet
|
|
1026
|
+
|
|
1027
|
+
#### Bug Fixes
|
|
1028
|
+
|
|
1029
|
+
- External paste for cell style is not working properly when spreadsheet has common style issue has been fixed.
|
|
1030
|
+
- Ribbon items are not updated during external paste issue has been fixed.
|
|
1031
|
+
- External paste is not working for `strikethrough` style issue has been fixed.
|
|
1032
|
+
- Wrap with Resize, text align issue fixed.
|
|
1033
|
+
- Formula range with more than AA issue fixed.
|
|
1034
|
+
|
|
1035
|
+
## 18.4.41 (2021-02-02)
|
|
1036
|
+
|
|
1037
|
+
### Spreadsheet
|
|
1038
|
+
|
|
1039
|
+
#### Bug Fixes
|
|
1040
|
+
|
|
1041
|
+
`#I311925` - Event `cellSave` is not triggered when list value changes issue has been fixed.
|
|
1042
|
+
|
|
1043
|
+
## 18.4.39 (2021-01-28)
|
|
1044
|
+
|
|
1045
|
+
### Spreadsheet
|
|
1046
|
+
|
|
1047
|
+
#### Bug Fixes
|
|
1048
|
+
|
|
1049
|
+
`#F161227` - Lock cell delete issue prevented.
|
|
1050
|
+
`#I311230` - Sorting for number is not working after editing issue has been fixed.
|
|
1051
|
+
`#I311230` - Pasting within the copied range is not working properly issue has been fixed.
|
|
1052
|
+
|
|
1053
|
+
## 18.4.35 (2021-01-19)
|
|
1054
|
+
|
|
1055
|
+
### Spreadsheet
|
|
1056
|
+
|
|
1057
|
+
#### Bug Fixes
|
|
1058
|
+
|
|
1059
|
+
`#I308657` - Hyperlink issue with the colon specified address is fixed.
|
|
1060
|
+
|
|
1061
|
+
## 18.4.34 (2021-01-12)
|
|
1062
|
+
|
|
1063
|
+
### Spreadsheet
|
|
1064
|
+
|
|
1065
|
+
#### Bug Fixes
|
|
1066
|
+
|
|
1067
|
+
`#I309395` - Merge method for different sheet is not working issue fixed.
|
|
1068
|
+
`#I309076` - Formula parsing issue fixed.
|
|
1069
|
+
|
|
1070
|
+
## 18.4.33 (2021-01-05)
|
|
1071
|
+
|
|
1072
|
+
### Spreadsheet
|
|
1073
|
+
|
|
1074
|
+
#### Bug Fixes
|
|
1075
|
+
|
|
1076
|
+
`#I308693` - Editing merge cell shows text two times issue has been fixed.
|
|
1077
|
+
`#I308693` - Undo & redo is not working for background color issue has been fixed.
|
|
1078
|
+
`#I293654` - Nested formula issue fixed.
|
|
1079
|
+
|
|
1080
|
+
## 18.4.32 (2020-12-29)
|
|
1081
|
+
|
|
1082
|
+
### Spreadsheet
|
|
1083
|
+
|
|
1084
|
+
#### Bug Fixes
|
|
1085
|
+
|
|
1086
|
+
`#I308504` - Added missed text in the localization file.
|
|
1087
|
+
`#I305131` - Unlocking cells is not working for the defined columns in the view in ASP.NET Core issue has been fixed.
|
|
1088
|
+
|
|
1089
|
+
## 18.4.31 (2020-12-22)
|
|
1090
|
+
|
|
1091
|
+
### Spreadsheet
|
|
1092
|
+
|
|
1093
|
+
#### Bug Fixes
|
|
1094
|
+
|
|
1095
|
+
`#I296802` - Provided proper error support and if formula issue fixed.
|
|
1096
|
+
|
|
1097
|
+
## 18.4.30 (2020-12-17)
|
|
1098
|
+
|
|
1099
|
+
### Spreadsheet
|
|
1100
|
+
|
|
1101
|
+
#### New Features
|
|
1102
|
+
|
|
1103
|
+
- **Chart:** Transforms your Spreadsheet data to an intuitive overview for better understanding and to make smart business decisions.
|
|
1104
|
+
`#I298335` - Provided support to paste content inside a cell while editing.
|
|
1105
|
+
`#I301769` - Provided support for short date formats `dd/MM/yyyy` and `yyyy-MM-dd`.
|
|
1106
|
+
|
|
1107
|
+
#### Bug Fixes
|
|
1108
|
+
|
|
1109
|
+
`#I301769` - Entered date value changes for Eastern European Standard Time issue has been fixed.
|
|
1110
|
+
`#I301769` - Sorting whole column show empty rows first issue has been fixed.
|
|
1111
|
+
|
|
1112
|
+
## 18.3.52 (2020-12-01)
|
|
1113
|
+
|
|
1114
|
+
### Spreadsheet
|
|
1115
|
+
|
|
1116
|
+
#### Bug Fixes
|
|
1117
|
+
|
|
1118
|
+
- Paste is not working when clicking on paste button in the ribbon tab.
|
|
1119
|
+
`#I296802` - Fixed column paste and formula issue.
|
|
1120
|
+
|
|
1121
|
+
## 18.3.51 (2020-11-24)
|
|
1122
|
+
|
|
1123
|
+
### Spreadsheet
|
|
1124
|
+
|
|
1125
|
+
#### New Features
|
|
1126
|
+
|
|
1127
|
+
`#I300338` - Provided support to link the whole column or row data to the list validation.
|
|
1128
|
+
`#I300657` - Provided support for custom alert message to the validation dialog.
|
|
1129
|
+
|
|
1130
|
+
#### Bug Fixes
|
|
1131
|
+
|
|
1132
|
+
`#I301708` - Border is removed when pasting values adjacent to border contained cells issue has been fixed.
|
|
1133
|
+
|
|
1134
|
+
## 18.3.50 (2020-11-17)
|
|
1135
|
+
|
|
1136
|
+
### Spreadsheet
|
|
1137
|
+
|
|
1138
|
+
#### Bug Fixes
|
|
1139
|
+
|
|
1140
|
+
`#I301868` - Script error throws after editing long number in custom format applied cell issue has been fixed.
|
|
1141
|
+
`#I301863` - Issue of editing date in `Text` format applied cell is formatted to date value has been fixed.
|
|
1142
|
+
`#I300737` - Issue of select all after scrolling not selecting some top rows has been fixed.
|
|
1143
|
+
`#I300737` - External paste is not working when spreadsheet has copied data issue has been fixed.
|
|
1144
|
+
|
|
1145
|
+
## 18.3.48 (2020-11-11)
|
|
1146
|
+
|
|
1147
|
+
### Spreadsheet
|
|
1148
|
+
|
|
1149
|
+
#### Bug Fixes
|
|
1150
|
+
|
|
1151
|
+
- Cell text navigation through mouse click is not working during cell edit issue has been fixed.
|
|
1152
|
+
`#I301019` - Default value not set for data validation model issue has been fixed.
|
|
1153
|
+
`#I301121` - Script error throws while editing the border style applied cell issue fixed.
|
|
1154
|
+
|
|
1155
|
+
## 18.3.47 (2020-11-05)
|
|
1156
|
+
|
|
1157
|
+
### Spreadsheet
|
|
1158
|
+
|
|
1159
|
+
#### Bug Fixes
|
|
1160
|
+
|
|
1161
|
+
`#I295003` - Column header misalignment during scrolling when the spreadsheet contains merge cell issue has been fixed.
|
|
1162
|
+
`#I299237` - Keyboard shortcut for clipboard is not working on macOS issue has been fixed.
|
|
1163
|
+
`#I292451` - Cell misalignment during scrolling when it contains merged range issue has been fixed.
|
|
1164
|
+
|
|
1165
|
+
## 18.3.44 (2020-10-27)
|
|
1166
|
+
|
|
1167
|
+
### Spreadsheet
|
|
1168
|
+
|
|
1169
|
+
#### Bug Fixes
|
|
1170
|
+
|
|
1171
|
+
`#I298442` - File type added for `file` property in `OpenOptions`.
|
|
1172
|
+
|
|
1173
|
+
#### New Features
|
|
1174
|
+
|
|
1175
|
+
- **Dynamic data binding:** Provides the option to change datasource dynamically by changing `dataSource` property of the range.
|
|
1176
|
+
|
|
1177
|
+
## 18.3.42 (2020-10-20)
|
|
1178
|
+
|
|
1179
|
+
### Spreadsheet
|
|
1180
|
+
|
|
1181
|
+
#### Bug Fixes
|
|
1182
|
+
|
|
1183
|
+
`#I297215`- The method `lockCell` is not working in JS platform issue has been fixed.
|
|
1184
|
+
`#I296710`- Formula reference selection issue has been fixed.
|
|
1185
|
+
|
|
1186
|
+
## 18.3.40 (2020-10-13)
|
|
1187
|
+
|
|
1188
|
+
### Spreadsheet
|
|
1189
|
+
|
|
1190
|
+
#### Bug Fixes
|
|
1191
|
+
|
|
1192
|
+
`#I295594`- Data validation export issue with the empty values has been fixed.
|
|
1193
|
+
`#I287796`- Image not displaying issue has been fixed.
|
|
1194
|
+
`#I296132`- Console issue while providing the incorrect data source format has been fixed.
|
|
1195
|
+
`#I296145`- Number value not updated properly with the property binding in angular spreadsheet fixed.
|
|
1196
|
+
`#I290629`- Script error throws while editing the formula bar after scrolling fixed.
|
|
1197
|
+
`#I288573` - Fixed issue of cell is duplicated randomly on merge cell during scrolling.
|
|
1198
|
+
`#I295398`- Added isLocked cell property in import export support.
|
|
1199
|
+
`#I301019` - Default value not set for data validation model issue has been fixed.
|
|
1200
|
+
`#I301121` - Script error throws while editing the border style applied cell issue fixed.
|
|
1201
|
+
|
|
1202
|
+
## 18.3.35 (2020-10-01)
|
|
1203
|
+
|
|
1204
|
+
### Spreadsheet
|
|
1205
|
+
|
|
1206
|
+
#### Bug Fixes
|
|
1207
|
+
|
|
1208
|
+
`#I276272`- Spinner not showed until remote data being loaded issue is fixed.
|
|
1209
|
+
`#I285113`, `#I285621`, `#I286053`, `#I286103`, `#I288652`- Spreadsheet is not working in ES2015 issue is fixed.
|
|
1210
|
+
`#I287385` - Added missed text in the localization file.
|
|
1211
|
+
|
|
1212
|
+
#### New Features
|
|
1213
|
+
|
|
1214
|
+
`#I282699`- Provided option to prevent protected sheet dialog box in spreadsheet.- **Picture:** Allows you to view, insert, and modify a picture in a spreadsheet with customizing options.
|
|
1215
|
+
- **Multi-line editing:** Allows you to insert a line break between paragraphs of the text within a cell in a Spreadsheet.
|
|
1216
|
+
- **Range selection helper:** Helps you to select a range or multiple ranges when editing a formula in a cell.
|
|
1217
|
+
|
|
1218
|
+
- **Picture:** Allows you to view, insert, and modify a picture in a spreadsheet with customizing options.
|
|
1219
|
+
- **Multi-line editing:** Allows you to insert a line break between paragraphs of the text within a cell in a Spreadsheet.
|
|
1220
|
+
- **Range selection helper:** Helps you to select a range or multiple ranges when editing a formula in a cell.
|
|
1221
|
+
|
|
1222
|
+
## 18.2.44 (2020-07-07)
|
|
1223
|
+
|
|
1224
|
+
### Spreadsheet
|
|
1225
|
+
|
|
1226
|
+
#### New Features
|
|
1227
|
+
|
|
1228
|
+
- **Conditional formatting:** Provides option to format a cell or range of cells based on the conditions applied.
|
|
1229
|
+
- **Clear:** Provides option to clear the content, formats, and hyperlinks applied to a cell or range of cells in a spreadsheet.
|
|
1230
|
+
- **Aggregates:** Provides option to check the sum, average, and count for the selected cells or range in the sheet tab.
|
|
1231
|
+
|
|
1232
|
+
#### Breaking Changes
|
|
1233
|
+
|
|
1234
|
+
- API name changes.
|
|
1235
|
+
|
|
1236
|
+
Old Property | New Property
|
|
1237
|
+
-----|-----
|
|
1238
|
+
`rangeSettings` | `ranges`
|
|
1239
|
+
|
|
1240
|
+
- Tag directive changed for rangeSettings property.
|
|
1241
|
+
|
|
1242
|
+
Old Tag Directive | New Tag Directive
|
|
1243
|
+
-----|-----
|
|
1244
|
+
`<e-rangesettings>`<br/>`<e-rangesetting>` | `<e-ranges>`<br/>`<e-range>`
|
|
1245
|
+
|
|
1246
|
+
## 18.1.56 (2020-06-09)
|
|
1247
|
+
|
|
1248
|
+
### Spreadsheet
|
|
1249
|
+
|
|
1250
|
+
#### Breaking Changes
|
|
1251
|
+
|
|
1252
|
+
- API name changes.
|
|
1253
|
+
|
|
1254
|
+
Old Property | New Property
|
|
1255
|
+
-----|-----
|
|
1256
|
+
`rangeSettings` | `ranges`
|
|
1257
|
+
|
|
1258
|
+
## 18.1.42 (2020-04-01)
|
|
1259
|
+
|
|
1260
|
+
### Spreadsheet
|
|
1261
|
+
|
|
1262
|
+
#### Bug Fixes
|
|
1263
|
+
|
|
1264
|
+
`#I256901` - Used range not setting properly while using cell data binding issue is fixed.
|
|
1265
|
+
`#I264109` - Error alert doesn't shows when named range given with space issue is fixed.
|
|
1266
|
+
`#I266607` - Header created multiple time while adding the sheet model dynamically is fixed.
|
|
1267
|
+
|
|
1268
|
+
#### New Features
|
|
1269
|
+
|
|
1270
|
+
- **Merge cells:** Provides option to can combine two or more cells located in the same row or column into a single cell.
|
|
1271
|
+
|
|
1272
|
+
#### Breaking Changes
|
|
1273
|
+
|
|
1274
|
+
- API name changes.
|
|
1275
|
+
|
|
1276
|
+
Old Property | New Property
|
|
1277
|
+
-----|-----
|
|
1278
|
+
`activeSheetTab` | `activeSheetIndex`
|
|
1279
|
+
|
|
1280
|
+
## 18.1.36-beta (2020-03-19)
|
|
1281
|
+
|
|
1282
|
+
### Spreadsheet
|
|
1283
|
+
|
|
1284
|
+
#### New Features
|
|
1285
|
+
|
|
1286
|
+
- **Wrap text:** Provides the option to display the large content as multiple lines in a single cell.
|
|
1287
|
+
- **Data validation:** Provides the option to validate edited values based on data validation rules defined for a cell or range of cells.
|
|
1288
|
+
- **Find and Replace:** Provides the option to find the data and replace it across all the sheets in Spreadsheet.
|
|
1289
|
+
- **Protect sheet:** Provides the option to restrict the user actions like cell editing, row and column insertion, deletion, and resizing.
|
|
1290
|
+
- **Borders:** Provides the option to customize cell gridlines such as color and its style for enhanced UI.
|
|
1291
|
+
- **Show/Hide:** Provides the option to show/hide the rows, columns and sheets.
|
|
1292
|
+
- **Insert/delete:** Provides the option to insert/delete the rows, columns and sheets.
|
|
1293
|
+
|
|
1294
|
+
## 17.4.51 (2020-02-25)
|
|
1295
|
+
|
|
1296
|
+
### Spreadsheet
|
|
1297
|
+
|
|
1298
|
+
#### New Features
|
|
1299
|
+
|
|
1300
|
+
`#I258049`- Provided LN formula support in Spreadsheet.
|
|
1301
|
+
|
|
1302
|
+
## 17.4.50 (2020-02-18)
|
|
1303
|
+
|
|
1304
|
+
### Spreadsheet
|
|
1305
|
+
|
|
1306
|
+
#### Bug Fixes
|
|
1307
|
+
|
|
1308
|
+
- File menu item select event not triggered issue fixed.
|
|
1309
|
+
|
|
1310
|
+
## 17.4.49 (2020-02-11)
|
|
1311
|
+
|
|
1312
|
+
### Spreadsheet
|
|
1313
|
+
|
|
1314
|
+
#### Bug Fixes
|
|
1315
|
+
|
|
1316
|
+
- Integrated the separate styles for filtering.
|
|
1317
|
+
|
|
1318
|
+
## 17.4.47 (2020-02-05)
|
|
1319
|
+
|
|
1320
|
+
### Spreadsheet
|
|
1321
|
+
|
|
1322
|
+
#### Bug Fixes
|
|
1323
|
+
|
|
1324
|
+
`#I256901` - Hyperlink is not working with URL scheme 'https' issue has been fixed.
|
|
1325
|
+
`#I256901` - Export not working when adding hyperlink through method issue has been fixed.
|
|
1326
|
+
|
|
1327
|
+
## 17.4.46 (2020-01-30)
|
|
1328
|
+
|
|
1329
|
+
### Spreadsheet
|
|
1330
|
+
|
|
1331
|
+
#### New Features
|
|
1332
|
+
|
|
1333
|
+
- `#I256901` - Provided the supports to show/hide ribbon tabs, add new ribbon tabs and enable/disable file menu items.
|
|
1334
|
+
- `#I257035` - Provided option to add custom items in Spreadsheet ribbon toolbar
|
|
1335
|
+
- `#I261768` - Provided custom function support.
|
|
1336
|
+
- `#I259360` - Provided sheet visibility support to hide/show the sheets in Spreadsheet.
|
|
1337
|
+
- Provided `AutoFit` method for auto resize the rows/columns in Spreadsheet.
|
|
1338
|
+
- `#I251695`, `#I256191`, `#I261629` - Provided Save as JSON and Load from JSON support.
|
|
1339
|
+
- `#I251210`, `#I256211` - Provided cell template support which is used for adding custom components in to Spreadsheet.
|
|
1340
|
+
- `#I258878`, `#I260952`, `#I258876`, `#I258049` - Provided `SLOPE` and `INTERCEPT` Formula support.
|
|
1341
|
+
|
|
1342
|
+
#### Bug Fixes
|
|
1343
|
+
|
|
1344
|
+
- `#I256901` - Script error while loading the Spreadsheet control with empty data source issue fixed.
|
|
1345
|
+
- `#I256901` - Support Handled for providing the hyperlink through data source.
|
|
1346
|
+
- `#I260738` - Fixed the style compatibility issue.
|
|
1347
|
+
|
|
1348
|
+
## 17.4.41 (2020-01-07)
|
|
1349
|
+
|
|
1350
|
+
### Spreadsheet
|
|
1351
|
+
|
|
1352
|
+
#### Bug Fixes
|
|
1353
|
+
|
|
1354
|
+
`#F149335` - Excel export issue has been fixed.
|
|
1355
|
+
|
|
1356
|
+
## 17.4.39 (2019-12-17)
|
|
1357
|
+
|
|
1358
|
+
### Spreadsheet
|
|
1359
|
+
|
|
1360
|
+
#### New Features
|
|
1361
|
+
|
|
1362
|
+
- **Filtering:** Helps you to view specific rows in the spreadsheet by hiding the other rows.
|
|
1363
|
+
- **Undo Redo:** Provides the option to perform undo redo operations in spreadsheet.
|
|
1364
|
+
- **Collaborative Editing:** Provides the option for real time changes across multiple users in the Spreadsheet.
|
|
1365
|
+
- **Hyperlink:** Provides the option to navigate the web links or cell reference within the sheet or to other sheets in spreadsheet.
|
|
1366
|
+
|
|
1367
|
+
## 17.3.16 (2019-10-09)
|
|
1368
|
+
|
|
1369
|
+
### Spreadsheet
|
|
1370
|
+
|
|
1371
|
+
#### New Features
|
|
1372
|
+
|
|
1373
|
+
- Provided `updateCell` method to update a cell properties
|
|
1374
|
+
|
|
1375
|
+
## 17.3.14 (2019-10-03)
|
|
1376
|
+
|
|
1377
|
+
### Spreadsheet
|
|
1378
|
+
|
|
1379
|
+
#### New Features
|
|
1380
|
+
|
|
1381
|
+
- **Sorting:** Helps you to arrange the data to particular order in a selected range of cells.
|
|
1382
|
+
- **Resize:** Allows you to change the row height and column width. Auto fit the rows and columns based on its content.
|
|
1383
|
+
|
|
1384
|
+
## 17.3.9-beta (2019-09-20)
|
|
1385
|
+
|
|
1386
|
+
### Spreadsheet
|
|
1387
|
+
|
|
1388
|
+
The Spreadsheet is an user interactive component to organize and analyze data in tabular format with configuration options for customization.
|
|
1389
|
+
|
|
1390
|
+
- **Data sources:** Binds the spreadsheet component with an array of JavaScript objects or DataManager.
|
|
1391
|
+
- **Virtualization:** Provides option to load large amount of data without performance degradation.
|
|
1392
|
+
- **Selection:** Provides option to select a cell or range of cells.
|
|
1393
|
+
- **Editing:** Provides options to dynamically edit a cell.
|
|
1394
|
+
- **Formulas:** Provides built-in calculation library with predefined formulas and named range support.
|
|
1395
|
+
- **Clipboard:** Provides option to perform the clipboard operations.
|
|
1396
|
+
- **Cell formatting:** Provides option to customize the appearance of cells.
|
|
1397
|
+
- **Number formatting:** Provides option to format the cell value.
|
|
1398
|
+
- **Open:** Provides option to open an Excel file in spreadsheet.
|
|
1399
|
+
- **Save:** Provides option to save spreadsheet data as excel file.
|
|
1400
|
+
- **RTL:** Provides right-to-left mode which aligns content in the spreadsheet component from right to left.
|
|
1401
|
+
- **Localization:** Provides inherent support to localize the UI.
|
|
1402
|
+
- **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.## 31.2.5 (2025-11-04)
|
|
1403
|
+
|
|
1404
|
+
### Spreadsheet
|
|
1405
|
+
|
|
1406
|
+
#### Bug fixes
|
|
1407
|
+
|
|
1408
|
+
- `#I776766` - Issue with "formula references being updated incorrectly during copy-paste, resulting in a `#REF!` error" has been resolved.
|
|
1409
|
+
|
|
1410
|
+
## 31.2.2 (2025-10-15)
|
|
1411
|
+
|
|
1412
|
+
### Spreadsheet
|
|
1413
|
+
|
|
1414
|
+
#### Bug fixes
|
|
1415
|
+
|
|
1416
|
+
- `#I764626` - Issue with "`Alt+Enter` not retaining focus in the formula bar during editing" has been resolved.
|
|
1417
|
+
- `#I769414` - Issue with "image positions not adjusting properly when updating the row height programmatically after loading an Excel file with images" has been resolved.
|
|
1418
|
+
|
|
1419
|
+
## 31.1.20 (2025-09-10)
|
|
1420
|
+
|
|
1421
|
+
### Spreadsheet
|
|
1422
|
+
|
|
1423
|
+
#### Bug fixes
|
|
1424
|
+
|
|
1425
|
+
- `#I756422` - Issue with "`INDEX` formula not working correctly when using multiple array references as the first argument" has been resolved.
|
|
1426
|
+
- `#I746202` - Issue with "custom formulas with a dot in the name return `#NAME?` error" has been resolved.
|
|
1427
|
+
- `#I751043` - Issue with "chart not maintaining proper layout after resize and drag-and-drop inside the freeze pane" has been resolved.
|
|
1428
|
+
- `#I756178` - Issue with "exception occurring when saving a spreadsheet containing series-plotted charts" has been resolved.
|
|
1429
|
+
|
|
1430
|
+
## 27.1.48 (2024-09-18)
|
|
1431
|
+
|
|
1432
|
+
### Spreadsheet
|
|
1433
|
+
|
|
1434
|
+
#### Bug fixes
|
|
1435
|
+
|
|
1436
|
+
- `#I602542` - Issue with "selection misalignment happens while doing autofill operation after importing an excel file with small row height" has been resolved.
|
|
1437
|
+
|
|
1438
|
+
## 21.2.9 (2023-06-06)
|
|
1439
|
+
|
|
1440
|
+
### Spreadsheet
|
|
1441
|
+
|
|
1442
|
+
#### Bug Fixes
|
|
1443
|
+
|
|
1444
|
+
- `#I830604` - Issue with "defined name address is not properly changed after inserting a row or column" has been resolved.
|
|
1445
|
+
|
|
1446
|
+
## 21.1.35 (2023-03-23)
|
|
1447
|
+
|
|
1448
|
+
### Spreadsheet
|
|
1449
|
+
|
|
1450
|
+
#### Bug Fixes
|
|
1451
|
+
|
|
1452
|
+
- `#I434179` - Issue with "an unsupported file error occurs when importing an excel file with an image at the end of the used range index" has been resolved.
|
|
1453
|
+
|
|
1454
|
+
## 20.3.61 (2022-12-13)
|
|
1455
|
+
|
|
1456
|
+
### Spreadsheet
|
|
1457
|
+
|
|
1458
|
+
#### Bug Fixes
|
|
1459
|
+
|
|
1460
|
+
- `#I421804` - Issue with "IF formula returns wrong comparison result value while using formula result value as actual value" has been resolved.
|
|
1461
|
+
|
|
1462
|
+
## 20.3.59 (2022-11-29)
|
|
1463
|
+
|
|
1464
|
+
### Spreadsheet
|
|
1465
|
+
|
|
1466
|
+
#### Bug Fixes
|
|
1467
|
+
|
|
1468
|
+
- `#I414041` - Issue with "SUM formula range is not updated properly while inserting a new row at the last index of formula range" has been resolved.
|
|
1469
|
+
- `#I418122` - Issue with "autofit rows and columns are not working properly when rows and columns contain the wrap content" has been resolved.
|
|
1470
|
+
|
|
1471
|
+
## 20.3.58 (2022-11-22)
|
|
1472
|
+
|
|
1473
|
+
### Spreadsheet
|
|
1474
|
+
|
|
1475
|
+
#### Bug Fixes
|
|
1476
|
+
|
|
1477
|
+
- `#I416319` - Issue with "exception throws in the data validation input field while providing input value as formula like (TODAY()) " has been resolved.
|
|
1478
|
+
- `#I406345` - Issue with "page goes unresponsive on editing cell which has multiple formula dependency" has been resolved.
|
|
1479
|
+
|
|
1480
|
+
## 20.3.57 (2022-11-15)
|
|
1481
|
+
|
|
1482
|
+
### Spreadsheet
|
|
1483
|
+
|
|
1484
|
+
#### Bug Fixes
|
|
1485
|
+
|
|
1486
|
+
- `#I412994` - Issue with "string value is converted into Date value when string contains the month name as its part of the string" has been resolved.
|
|
1487
|
+
|
|
1488
|
+
## 20.3.52 (2022-10-26)
|
|
1489
|
+
|
|
1490
|
+
### Spreadsheet
|
|
1491
|
+
|
|
1492
|
+
#### Bug Fixes
|
|
1493
|
+
|
|
1494
|
+
- `#I411683` - Issue with "`ROUND` formula is not calculated properly while passing the number that end with digit 5" has been resolved.
|
|
1495
|
+
- `#I406371` - Issue with "`SUMIFS` formula is not calculated properly while passing the cell reference with other sheets" has been resolved.
|
|
1496
|
+
|
|
1497
|
+
## 20.3.50 (2022-10-18)
|
|
1498
|
+
|
|
1499
|
+
### Spreadsheet
|
|
1500
|
+
|
|
1501
|
+
#### Bug Fixes
|
|
1502
|
+
|
|
1503
|
+
- `#I411173` - Issue with "initially loaded chart with JSON data is removed while rendering another chart through menu option" has been resolved.
|
|
1504
|
+
|
|
1505
|
+
## 20.3.49 (2022-10-11)
|
|
1506
|
+
|
|
1507
|
+
### Spreadsheet
|
|
1508
|
+
|
|
1509
|
+
#### Bug Fixes
|
|
1510
|
+
|
|
1511
|
+
- `#I408641` - Issue with "formula with reverse range is not working properly while inserting the rows dynamically" has been resolved.
|
|
1512
|
+
- `#I406989` - Issue with "`=(B2+B3)^2` formula is not calculated the result properly" has been resolved.
|
|
1513
|
+
- `#I408315` - Issue with "`addContextMenuItems` method is not working properly while providing the unavailable item in the menu" has been resolved.
|
|
1514
|
+
|
|
1515
|
+
## 20.3.48 (2022-10-05)
|
|
1516
|
+
|
|
1517
|
+
### Spreadsheet
|
|
1518
|
+
|
|
1519
|
+
#### Bug Fixes
|
|
1520
|
+
|
|
1521
|
+
- `#I404920` - Issue with "wrong date value returns while passing negative value to the date formula calculation " has been resolved.
|
|
1522
|
+
- `#I405151` - Issue with "cell value is not updated in the UI level when applied number format" has been resolved.
|
|
1523
|
+
|
|
1524
|
+
## 20.2.50 (2022-09-20)
|
|
1525
|
+
|
|
1526
|
+
### Spreadsheet
|
|
1527
|
+
|
|
1528
|
+
#### Bug Fixes
|
|
1529
|
+
|
|
1530
|
+
- `#I401897` - Issue with "exception throws on the filter applied frozen sheet while clicking `Alt` key after scrolling to the end" has been resolved.
|
|
1531
|
+
- `#I401076` - Issue with "`created` event is not triggered while using `rxjs` latest version" has been resolved.
|
|
1532
|
+
|
|
1533
|
+
## 20.2.49 (2022-09-13)
|
|
1534
|
+
|
|
1535
|
+
### Spreadsheet
|
|
1536
|
+
|
|
1537
|
+
#### Bug Fixes
|
|
1538
|
+
|
|
1539
|
+
- `#I399409` - Issue with "formula value is not calculated properly when formula has two operators continuously" has been resolved.
|
|
1540
|
+
- `#I399404` - Issue with "formula reference is not updated properly while pasting the formula with multiple cells" has been resolved.
|
|
1541
|
+
- `#I399744` - Issue with "formula selector is not working properly when colon ":" is present before the cursor position" has been resolved.
|
|
1542
|
+
- `#I401876` - Issue with "freeze pane is not applied properly when selection range before the viewport" has been resolved.
|
|
1543
|
+
- `#I402213` - Issue with "exception throws on the horizontal scrolling when sheet contains freeze pane and multiple columns selection" has been resolved.
|
|
1544
|
+
- `#FB37470` - Issue with "string concatenation formula is not working properly when formula contains string values and space" has been resolved.
|
|
1545
|
+
- `#I403235` - Issue with "filter state is not maintained properly while loading JSON using the `openFromJson` method" has been resolved.
|
|
1546
|
+
|
|
1547
|
+
## 20.2.48 (2022-09-06)
|
|
1548
|
+
|
|
1549
|
+
### Spreadsheet
|
|
1550
|
+
|
|
1551
|
+
#### Bug Fixes
|
|
1552
|
+
|
|
1553
|
+
- `#I398993` - Issue with "data with trailing zero is not filtered properly in the filter popup" has been resolved.
|
|
1554
|
+
- `#I399452` - Issue with "console error throws while deleting or inserting rows" has been resolved.
|
|
1555
|
+
- `#I399629`, `#I399317` - Issue with "previously applied conditional formatting is removed when user applies a second conditional formatting to the same range of data" has been resolved.
|
|
1556
|
+
|
|
1557
|
+
## 17.4.40 (2019-12-24)
|
|
1558
|
+
|
|
1559
|
+
### Spreadsheet
|
|
1560
|
+
|
|
1561
|
+
#### Bug Fixes
|
|
1562
|
+
|
|
1563
|
+
- Export not working issue fixed.
|
|
1564
|
+
|
|
1565
|
+
## 17.3.26 (2019-11-05)
|
|
1566
|
+
|
|
1567
|
+
### Spreadsheet
|
|
1568
|
+
|
|
1569
|
+
#### Bug Fixes
|
|
1570
|
+
|
|
1571
|
+
- `#252717` - Excel export issue in Angular 8 has been fixed.
|
|
1572
|
+
|
|
1573
|
+
## 17.3.17 (2019-10-15)
|
|
1574
|
+
|
|
1575
|
+
### Spreadsheet
|
|
1576
|
+
|
|
1577
|
+
#### Bug Fixes
|
|
1578
|
+
|
|
1579
|
+
- Export not working issue fixed.
|
|
1580
|
+
|