Commit Graph

36002 Commits

Author SHA1 Message Date
5df5913c67 [se] Fix CT_pivotTableDefinition.getItemsIndexesByItemFieldsMap in case of grand total absence 2024-02-08 16:17:52 +03:00
014fbb2b6e [SE] [tests] added tests for getpivotdata groups 2024-02-08 15:43:25 +03:00
4fb7829c59 Merge branch 'feature/addGetPivotDataFunction' of https://github.com/ONLYOFFICE/sdkjs into feature/addGetPivotDataFunction 2024-02-08 14:57:07 +03:00
a3fbef846a [SE] [pivot] deleted todo 2024-02-08 14:57:04 +03:00
751d04bd5a [se] Fix CT_pivotTableDefinition.getItemsIndexesByItemFieldsMap for defaultSubtotal=false 2024-02-06 18:20:03 +03:00
be69cd5f03 [SE] [pivot] fixes for GETPIVOTDATA 2024-02-05 14:49:10 +03:00
8f25c6719d [SE] [pivot] large fixes in GETPIVOTDATA methods 2024-02-01 12:41:20 +03:00
95ab178ae0 [SE] [pivot] refactoring 2024-01-31 15:29:40 +03:00
ff1383a8ce [se] Update tests 2024-01-30 16:04:40 +03:00
0339894978 [se] Add tests 2024-01-30 16:01:23 +03:00
8029e9ba99 [SE] [pivot] fixes getGetPivotParamForSharedItem 2024-01-30 15:36:12 +03:00
4b9f6efe61 [se] Call autoFitColumnsWidth inside pivot history transaction 2024-01-30 15:28:41 +03:00
434e0ab830 [SE] [pivot] fixes for GETPIVOTDATA 2024-01-30 15:12:46 +03:00
87f6bcc353 [SE] [pivot] fix GETPIVOTDATA dates 2024-01-30 14:50:58 +03:00
b147addef6 [SE] [pivot] fixes for GETPIVOTDATA 2024-01-30 13:36:35 +03:00
031e998ccb [se] Move GETPIVOTDATA test to pivot tests; Fix for total, subtotal, blank lines 2024-01-30 11:08:13 +03:00
624f1e380a [se] Move worksheet update and draw outside Pivot History transaction 2024-01-25 16:18:31 +03:00
3c3bf231fc [SE] [tests] added test (not working) 2024-01-23 13:19:21 +03:00
31b11f0f85 [SE] [pivot] [tests] fixed pivotTable creating in GETPIVOTDATA tests 2024-01-23 12:55:11 +03:00
4f56956505 [SE] [pivot] [tests] tryin to add tests for GETPIVOTDATA 2024-01-21 22:35:38 +03:00
10961291aa [se] Fix generateGroupItems with groupBy Years 2024-01-16 16:45:09 +03:00
76e392f0e1 [SE] [pivot] fix getItemsIndexesByItemFieldsMap 2024-01-16 02:44:49 +03:00
229a02e1bf [SE] [pivot] fixes for getGetPivotParamsByActiveCell 2024-01-16 02:01:19 +03:00
1a593e9f79 [SE] [pivot] fix findFieldItemByTextValue 2024-01-15 22:39:57 +03:00
f6c45d9b50 [SE] [pivot] fixes for no-opt-params getpivotdata 2024-01-15 21:47:57 +03:00
8e83739126 [se] Fix double value truncation in cDate.getDateFromExcelWithTime2 2024-01-12 14:08:08 +03:00
1f6a0834e4 [SE] [pivot] fixed findFieldItemInSharedItems 2024-01-11 20:06:21 +03:00
6e56dee7c3 [SE] [pivot] fix crash 2024-01-11 19:51:15 +03:00
e37b1c805e [SE] [pivot] fixes for blank 2024-01-11 19:20:16 +03:00
d91e79fd0c [SE] [pivot] fixes for findFieldItemByTextValue groups 2024-01-11 18:53:18 +03:00
0a7fd013cf [SE] [pivot] fixes for num group 2024-01-11 15:16:10 +03:00
3f1cb49745 [SE] [pivot] fixes for rowItems prev. commit 2024-01-11 14:01:33 +03:00
625a7aee07 [SE] [pivot] fixed getpivotData for defautSubtotals 2024-01-11 13:59:01 +03:00
fd23287b50 [SE] [pivot] deleted unused code 2024-01-08 22:38:44 +03:00
5d9c4e863f [SE] [pivot] deleted unused code 2024-01-08 22:37:57 +03:00
14949f6ffe [SE] [pivot] fixed pivotTable choosing 2024-01-08 22:34:57 +03:00
ae25374519 [SE] [pivot] fix no-dataFields crash + fix hidden items 2024-01-08 22:05:41 +03:00
e84af3eca8 [se] Set Abs refs in GETPIVOTDATA generation;prepareItemsArray - allow error type 2023-12-26 09:49:14 +03:00
a7e74a33d1 [SE] [pivot] fix getGetPivotParamsByActiveCell for Boolen type of value 2023-12-25 16:29:40 +03:00
a42e3ca854 [SE] [pivot] fixes in getGetPivotParamsByActiveCell for Date 2023-12-25 16:24:19 +03:00
c7b078ecc5 [SE] [pivot] fixed getGetPivotParamsByActiveCell 2023-12-25 13:18:00 +03:00
b77647791c [SE] [pivot] fix getItemsIndexesByItemFieldsMap 2023-12-25 13:04:49 +03:00
f3cf922674 [SE] fix errors after merge 2023-12-25 00:04:51 +03:00
de7f1ca2fd Merge branch 'develop' into feature/addGetPivotDataFunction 2023-12-25 00:02:46 +03:00
09609a9659 Fix bug #65547 2023-12-22 18:29:23 +03:00
5cbd12ea11 [trendlines] labels for trendlines 2023-12-21 15:22:17 +03:00
b55a357ca4 [trendlines] draw trendlines label 2023-12-21 12:39:34 +03:00
63c6570471 [se] Added fix for COUPNCD function
Changed the way to get dates for arguments, added tests and additional error handling
v99.99.99.3675
2023-12-18 15:30:21 +03:00
cfad8baebf [se] Fix bug 24266 (#4055)
* [se] Fix bug 24266
2023-12-18 13:00:35 +03:00
2d4d3e3fd3 [se] Fix draw trendline draw 2023-12-18 11:56:38 +03:00