@syncfusion/ej2-angular-spreadsheet 31.2.12 → 31.2.15-ngcc

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