@univerjs/sheets-formula 0.2.3 → 0.2.4
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/lib/cjs/index.js +4 -4
- package/lib/es/index.js +2015 -1942
- package/lib/locale/en-US.json +69 -57
- package/lib/locale/ru-RU.json +69 -57
- package/lib/locale/vi-VN.json +6 -6
- package/lib/locale/zh-CN.json +69 -57
- package/lib/locale/zh-TW.json +15 -27
- package/lib/types/controllers/prompt.controller.d.ts +9 -3
- package/lib/types/locale/en-US.d.ts +39 -27
- package/lib/types/locale/function-list/date/en-US.d.ts +37 -25
- package/lib/types/locale/function-list/date/ja-JP.d.ts +37 -25
- package/lib/types/locale/function-list/date/zh-CN.d.ts +37 -25
- package/lib/types/locale/function-list/date/zh-TW.d.ts +3 -15
- package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/math/ja-JP.d.ts +2 -2
- package/lib/types/locale/function-list/math/zh-CN.d.ts +2 -2
- package/lib/types/locale/function-list/math/zh-TW.d.ts +2 -2
- package/lib/types/locale/ru-RU.d.ts +39 -27
- package/lib/types/locale/vi-VN.d.ts +2 -2
- package/lib/types/locale/zh-CN.d.ts +39 -27
- package/lib/types/locale/zh-TW.d.ts +5 -17
- package/lib/types/services/prompt.service.d.ts +0 -2
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +2 -0
- package/lib/types/views/prompt/resize-scroll-observer.d.ts +18 -0
- package/lib/umd/index.js +4 -4
- package/package.json +26 -26
package/lib/locale/en-US.json
CHANGED
|
@@ -1276,13 +1276,9 @@
|
|
|
1276
1276
|
}
|
|
1277
1277
|
],
|
|
1278
1278
|
"functionParameter": {
|
|
1279
|
-
"
|
|
1280
|
-
"name": "
|
|
1281
|
-
"detail": "
|
|
1282
|
-
},
|
|
1283
|
-
"number2": {
|
|
1284
|
-
"name": "number2",
|
|
1285
|
-
"detail": "second"
|
|
1279
|
+
"serialNumber": {
|
|
1280
|
+
"name": "serial_number",
|
|
1281
|
+
"detail": "The date of the day you are trying to find. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008."
|
|
1286
1282
|
}
|
|
1287
1283
|
}
|
|
1288
1284
|
},
|
|
@@ -1316,13 +1312,9 @@
|
|
|
1316
1312
|
}
|
|
1317
1313
|
],
|
|
1318
1314
|
"functionParameter": {
|
|
1319
|
-
"
|
|
1320
|
-
"name": "
|
|
1321
|
-
"detail": "
|
|
1322
|
-
},
|
|
1323
|
-
"number2": {
|
|
1324
|
-
"name": "number2",
|
|
1325
|
-
"detail": "second"
|
|
1315
|
+
"serialNumber": {
|
|
1316
|
+
"name": "serial_number",
|
|
1317
|
+
"detail": "The date of the day you are trying to find. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008."
|
|
1326
1318
|
}
|
|
1327
1319
|
}
|
|
1328
1320
|
},
|
|
@@ -1352,13 +1344,17 @@
|
|
|
1352
1344
|
}
|
|
1353
1345
|
],
|
|
1354
1346
|
"functionParameter": {
|
|
1355
|
-
"
|
|
1356
|
-
"name": "
|
|
1357
|
-
"detail": "
|
|
1347
|
+
"startDate": {
|
|
1348
|
+
"name": "start_date",
|
|
1349
|
+
"detail": "A date that represents the start date."
|
|
1358
1350
|
},
|
|
1359
|
-
"
|
|
1360
|
-
"name": "
|
|
1361
|
-
"detail": "
|
|
1351
|
+
"endDate": {
|
|
1352
|
+
"name": "end_date",
|
|
1353
|
+
"detail": "A date that represents the end date."
|
|
1354
|
+
},
|
|
1355
|
+
"holidays": {
|
|
1356
|
+
"name": "holidays",
|
|
1357
|
+
"detail": "An optional range of one or more dates to exclude from the working calendar, such as state and federal holidays and floating holidays. "
|
|
1362
1358
|
}
|
|
1363
1359
|
}
|
|
1364
1360
|
},
|
|
@@ -1372,13 +1368,21 @@
|
|
|
1372
1368
|
}
|
|
1373
1369
|
],
|
|
1374
1370
|
"functionParameter": {
|
|
1375
|
-
"
|
|
1376
|
-
"name": "
|
|
1377
|
-
"detail": "
|
|
1371
|
+
"startDate": {
|
|
1372
|
+
"name": "start_date",
|
|
1373
|
+
"detail": "A date that represents the start date."
|
|
1378
1374
|
},
|
|
1379
|
-
"
|
|
1380
|
-
"name": "
|
|
1381
|
-
"detail": "
|
|
1375
|
+
"endDate": {
|
|
1376
|
+
"name": "end_date",
|
|
1377
|
+
"detail": "A date that represents the end date."
|
|
1378
|
+
},
|
|
1379
|
+
"weekend": {
|
|
1380
|
+
"name": "weekend",
|
|
1381
|
+
"detail": "is a weekend number or string that specifies when weekends occur."
|
|
1382
|
+
},
|
|
1383
|
+
"holidays": {
|
|
1384
|
+
"name": "holidays",
|
|
1385
|
+
"detail": "An optional range of one or more dates to exclude from the working calendar, such as state and federal holidays and floating holidays. "
|
|
1382
1386
|
}
|
|
1383
1387
|
}
|
|
1384
1388
|
},
|
|
@@ -1403,13 +1407,9 @@
|
|
|
1403
1407
|
}
|
|
1404
1408
|
],
|
|
1405
1409
|
"functionParameter": {
|
|
1406
|
-
"
|
|
1407
|
-
"name": "
|
|
1408
|
-
"detail": "
|
|
1409
|
-
},
|
|
1410
|
-
"number2": {
|
|
1411
|
-
"name": "number2",
|
|
1412
|
-
"detail": "second"
|
|
1410
|
+
"serialNumber": {
|
|
1411
|
+
"name": "serial_number",
|
|
1412
|
+
"detail": "The date of the day you are trying to find. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008."
|
|
1413
1413
|
}
|
|
1414
1414
|
}
|
|
1415
1415
|
},
|
|
@@ -1474,13 +1474,13 @@
|
|
|
1474
1474
|
}
|
|
1475
1475
|
],
|
|
1476
1476
|
"functionParameter": {
|
|
1477
|
-
"
|
|
1478
|
-
"name": "
|
|
1479
|
-
"detail": "
|
|
1477
|
+
"serialNumber": {
|
|
1478
|
+
"name": "serial_number",
|
|
1479
|
+
"detail": "A sequential number that represents the date of the day you are trying to find."
|
|
1480
1480
|
},
|
|
1481
|
-
"
|
|
1482
|
-
"name": "
|
|
1483
|
-
"detail": "
|
|
1481
|
+
"returnType": {
|
|
1482
|
+
"name": "return_type",
|
|
1483
|
+
"detail": "A number that determines the type of return value."
|
|
1484
1484
|
}
|
|
1485
1485
|
}
|
|
1486
1486
|
},
|
|
@@ -1514,13 +1514,17 @@
|
|
|
1514
1514
|
}
|
|
1515
1515
|
],
|
|
1516
1516
|
"functionParameter": {
|
|
1517
|
-
"
|
|
1518
|
-
"name": "
|
|
1519
|
-
"detail": "
|
|
1517
|
+
"startDate": {
|
|
1518
|
+
"name": "start_date",
|
|
1519
|
+
"detail": "A date that represents the start date."
|
|
1520
1520
|
},
|
|
1521
|
-
"
|
|
1522
|
-
"name": "
|
|
1523
|
-
"detail": "
|
|
1521
|
+
"days": {
|
|
1522
|
+
"name": "days",
|
|
1523
|
+
"detail": "The number of nonweekend and nonholiday days before or after start_date. A positive value for days yields a future date; a negative value yields a past date."
|
|
1524
|
+
},
|
|
1525
|
+
"holidays": {
|
|
1526
|
+
"name": "holidays",
|
|
1527
|
+
"detail": "An optional range of one or more dates to exclude from the working calendar, such as state and federal holidays and floating holidays. "
|
|
1524
1528
|
}
|
|
1525
1529
|
}
|
|
1526
1530
|
},
|
|
@@ -1534,13 +1538,21 @@
|
|
|
1534
1538
|
}
|
|
1535
1539
|
],
|
|
1536
1540
|
"functionParameter": {
|
|
1537
|
-
"
|
|
1538
|
-
"name": "
|
|
1539
|
-
"detail": "
|
|
1541
|
+
"startDate": {
|
|
1542
|
+
"name": "start_date",
|
|
1543
|
+
"detail": "A date that represents the start date."
|
|
1540
1544
|
},
|
|
1541
|
-
"
|
|
1542
|
-
"name": "
|
|
1543
|
-
"detail": "
|
|
1545
|
+
"days": {
|
|
1546
|
+
"name": "days",
|
|
1547
|
+
"detail": "The number of nonweekend and nonholiday days before or after start_date. A positive value for days yields a future date; a negative value yields a past date."
|
|
1548
|
+
},
|
|
1549
|
+
"weekend": {
|
|
1550
|
+
"name": "weekend",
|
|
1551
|
+
"detail": "is a weekend number or string that specifies when weekends occur."
|
|
1552
|
+
},
|
|
1553
|
+
"holidays": {
|
|
1554
|
+
"name": "holidays",
|
|
1555
|
+
"detail": "An optional range of one or more dates to exclude from the working calendar, such as state and federal holidays and floating holidays. "
|
|
1544
1556
|
}
|
|
1545
1557
|
}
|
|
1546
1558
|
},
|
|
@@ -3026,13 +3038,13 @@
|
|
|
3026
3038
|
}
|
|
3027
3039
|
],
|
|
3028
3040
|
"functionParameter": {
|
|
3029
|
-
"
|
|
3030
|
-
"name": "
|
|
3031
|
-
"detail": "first"
|
|
3041
|
+
"array1": {
|
|
3042
|
+
"name": "array",
|
|
3043
|
+
"detail": "The first array argument whose components you want to multiply and then add."
|
|
3032
3044
|
},
|
|
3033
|
-
"
|
|
3034
|
-
"name": "
|
|
3035
|
-
"detail": "
|
|
3045
|
+
"array2": {
|
|
3046
|
+
"name": "array",
|
|
3047
|
+
"detail": "Array arguments 2 to 255 whose components you want to multiply and then add."
|
|
3036
3048
|
}
|
|
3037
3049
|
}
|
|
3038
3050
|
},
|
package/lib/locale/ru-RU.json
CHANGED
|
@@ -1276,13 +1276,9 @@
|
|
|
1276
1276
|
}
|
|
1277
1277
|
],
|
|
1278
1278
|
"functionParameter": {
|
|
1279
|
-
"
|
|
1280
|
-
"name": "
|
|
1281
|
-
"detail": "
|
|
1282
|
-
},
|
|
1283
|
-
"number2": {
|
|
1284
|
-
"name": "number2",
|
|
1285
|
-
"detail": "second"
|
|
1279
|
+
"serialNumber": {
|
|
1280
|
+
"name": "serial_number",
|
|
1281
|
+
"detail": "The date of the day you are trying to find. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008."
|
|
1286
1282
|
}
|
|
1287
1283
|
}
|
|
1288
1284
|
},
|
|
@@ -1316,13 +1312,9 @@
|
|
|
1316
1312
|
}
|
|
1317
1313
|
],
|
|
1318
1314
|
"functionParameter": {
|
|
1319
|
-
"
|
|
1320
|
-
"name": "
|
|
1321
|
-
"detail": "
|
|
1322
|
-
},
|
|
1323
|
-
"number2": {
|
|
1324
|
-
"name": "number2",
|
|
1325
|
-
"detail": "second"
|
|
1315
|
+
"serialNumber": {
|
|
1316
|
+
"name": "serial_number",
|
|
1317
|
+
"detail": "The date of the day you are trying to find. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008."
|
|
1326
1318
|
}
|
|
1327
1319
|
}
|
|
1328
1320
|
},
|
|
@@ -1352,13 +1344,17 @@
|
|
|
1352
1344
|
}
|
|
1353
1345
|
],
|
|
1354
1346
|
"functionParameter": {
|
|
1355
|
-
"
|
|
1356
|
-
"name": "
|
|
1357
|
-
"detail": "
|
|
1347
|
+
"startDate": {
|
|
1348
|
+
"name": "start_date",
|
|
1349
|
+
"detail": "A date that represents the start date."
|
|
1358
1350
|
},
|
|
1359
|
-
"
|
|
1360
|
-
"name": "
|
|
1361
|
-
"detail": "
|
|
1351
|
+
"endDate": {
|
|
1352
|
+
"name": "end_date",
|
|
1353
|
+
"detail": "A date that represents the end date."
|
|
1354
|
+
},
|
|
1355
|
+
"holidays": {
|
|
1356
|
+
"name": "holidays",
|
|
1357
|
+
"detail": "An optional range of one or more dates to exclude from the working calendar, such as state and federal holidays and floating holidays. "
|
|
1362
1358
|
}
|
|
1363
1359
|
}
|
|
1364
1360
|
},
|
|
@@ -1372,13 +1368,21 @@
|
|
|
1372
1368
|
}
|
|
1373
1369
|
],
|
|
1374
1370
|
"functionParameter": {
|
|
1375
|
-
"
|
|
1376
|
-
"name": "
|
|
1377
|
-
"detail": "
|
|
1371
|
+
"startDate": {
|
|
1372
|
+
"name": "start_date",
|
|
1373
|
+
"detail": "A date that represents the start date."
|
|
1378
1374
|
},
|
|
1379
|
-
"
|
|
1380
|
-
"name": "
|
|
1381
|
-
"detail": "
|
|
1375
|
+
"endDate": {
|
|
1376
|
+
"name": "end_date",
|
|
1377
|
+
"detail": "A date that represents the end date."
|
|
1378
|
+
},
|
|
1379
|
+
"weekend": {
|
|
1380
|
+
"name": "weekend",
|
|
1381
|
+
"detail": "is a weekend number or string that specifies when weekends occur."
|
|
1382
|
+
},
|
|
1383
|
+
"holidays": {
|
|
1384
|
+
"name": "holidays",
|
|
1385
|
+
"detail": "An optional range of one or more dates to exclude from the working calendar, such as state and federal holidays and floating holidays. "
|
|
1382
1386
|
}
|
|
1383
1387
|
}
|
|
1384
1388
|
},
|
|
@@ -1403,13 +1407,9 @@
|
|
|
1403
1407
|
}
|
|
1404
1408
|
],
|
|
1405
1409
|
"functionParameter": {
|
|
1406
|
-
"
|
|
1407
|
-
"name": "
|
|
1408
|
-
"detail": "
|
|
1409
|
-
},
|
|
1410
|
-
"number2": {
|
|
1411
|
-
"name": "number2",
|
|
1412
|
-
"detail": "second"
|
|
1410
|
+
"serialNumber": {
|
|
1411
|
+
"name": "serial_number",
|
|
1412
|
+
"detail": "The date of the day you are trying to find. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008."
|
|
1413
1413
|
}
|
|
1414
1414
|
}
|
|
1415
1415
|
},
|
|
@@ -1474,13 +1474,13 @@
|
|
|
1474
1474
|
}
|
|
1475
1475
|
],
|
|
1476
1476
|
"functionParameter": {
|
|
1477
|
-
"
|
|
1478
|
-
"name": "
|
|
1479
|
-
"detail": "
|
|
1477
|
+
"serialNumber": {
|
|
1478
|
+
"name": "serial_number",
|
|
1479
|
+
"detail": "A sequential number that represents the date of the day you are trying to find."
|
|
1480
1480
|
},
|
|
1481
|
-
"
|
|
1482
|
-
"name": "
|
|
1483
|
-
"detail": "
|
|
1481
|
+
"returnType": {
|
|
1482
|
+
"name": "return_type",
|
|
1483
|
+
"detail": "A number that determines the type of return value."
|
|
1484
1484
|
}
|
|
1485
1485
|
}
|
|
1486
1486
|
},
|
|
@@ -1514,13 +1514,17 @@
|
|
|
1514
1514
|
}
|
|
1515
1515
|
],
|
|
1516
1516
|
"functionParameter": {
|
|
1517
|
-
"
|
|
1518
|
-
"name": "
|
|
1519
|
-
"detail": "
|
|
1517
|
+
"startDate": {
|
|
1518
|
+
"name": "start_date",
|
|
1519
|
+
"detail": "A date that represents the start date."
|
|
1520
1520
|
},
|
|
1521
|
-
"
|
|
1522
|
-
"name": "
|
|
1523
|
-
"detail": "
|
|
1521
|
+
"days": {
|
|
1522
|
+
"name": "days",
|
|
1523
|
+
"detail": "The number of nonweekend and nonholiday days before or after start_date. A positive value for days yields a future date; a negative value yields a past date."
|
|
1524
|
+
},
|
|
1525
|
+
"holidays": {
|
|
1526
|
+
"name": "holidays",
|
|
1527
|
+
"detail": "An optional range of one or more dates to exclude from the working calendar, such as state and federal holidays and floating holidays. "
|
|
1524
1528
|
}
|
|
1525
1529
|
}
|
|
1526
1530
|
},
|
|
@@ -1534,13 +1538,21 @@
|
|
|
1534
1538
|
}
|
|
1535
1539
|
],
|
|
1536
1540
|
"functionParameter": {
|
|
1537
|
-
"
|
|
1538
|
-
"name": "
|
|
1539
|
-
"detail": "
|
|
1541
|
+
"startDate": {
|
|
1542
|
+
"name": "start_date",
|
|
1543
|
+
"detail": "A date that represents the start date."
|
|
1540
1544
|
},
|
|
1541
|
-
"
|
|
1542
|
-
"name": "
|
|
1543
|
-
"detail": "
|
|
1545
|
+
"days": {
|
|
1546
|
+
"name": "days",
|
|
1547
|
+
"detail": "The number of nonweekend and nonholiday days before or after start_date. A positive value for days yields a future date; a negative value yields a past date."
|
|
1548
|
+
},
|
|
1549
|
+
"weekend": {
|
|
1550
|
+
"name": "weekend",
|
|
1551
|
+
"detail": "is a weekend number or string that specifies when weekends occur."
|
|
1552
|
+
},
|
|
1553
|
+
"holidays": {
|
|
1554
|
+
"name": "holidays",
|
|
1555
|
+
"detail": "An optional range of one or more dates to exclude from the working calendar, such as state and federal holidays and floating holidays. "
|
|
1544
1556
|
}
|
|
1545
1557
|
}
|
|
1546
1558
|
},
|
|
@@ -3026,13 +3038,13 @@
|
|
|
3026
3038
|
}
|
|
3027
3039
|
],
|
|
3028
3040
|
"functionParameter": {
|
|
3029
|
-
"
|
|
3030
|
-
"name": "
|
|
3031
|
-
"detail": "first"
|
|
3041
|
+
"array1": {
|
|
3042
|
+
"name": "array",
|
|
3043
|
+
"detail": "The first array argument whose components you want to multiply and then add."
|
|
3032
3044
|
},
|
|
3033
|
-
"
|
|
3034
|
-
"name": "
|
|
3035
|
-
"detail": "
|
|
3045
|
+
"array2": {
|
|
3046
|
+
"name": "array",
|
|
3047
|
+
"detail": "Array arguments 2 to 255 whose components you want to multiply and then add."
|
|
3036
3048
|
}
|
|
3037
3049
|
}
|
|
3038
3050
|
},
|
package/lib/locale/vi-VN.json
CHANGED
|
@@ -2899,13 +2899,13 @@
|
|
|
2899
2899
|
}
|
|
2900
2900
|
],
|
|
2901
2901
|
"functionParameter": {
|
|
2902
|
-
"
|
|
2903
|
-
"name": "
|
|
2904
|
-
"detail": "first"
|
|
2902
|
+
"array1": {
|
|
2903
|
+
"name": "array",
|
|
2904
|
+
"detail": "The first array argument whose components you want to multiply and then add."
|
|
2905
2905
|
},
|
|
2906
|
-
"
|
|
2907
|
-
"name": "
|
|
2908
|
-
"detail": "
|
|
2906
|
+
"array2": {
|
|
2907
|
+
"name": "array",
|
|
2908
|
+
"detail": "Array arguments 2 to 255 whose components you want to multiply and then add."
|
|
2909
2909
|
}
|
|
2910
2910
|
}
|
|
2911
2911
|
},
|
package/lib/locale/zh-CN.json
CHANGED
|
@@ -1276,13 +1276,9 @@
|
|
|
1276
1276
|
}
|
|
1277
1277
|
],
|
|
1278
1278
|
"functionParameter": {
|
|
1279
|
-
"
|
|
1280
|
-
"name": "
|
|
1281
|
-
"detail": "
|
|
1282
|
-
},
|
|
1283
|
-
"number2": {
|
|
1284
|
-
"name": "number2",
|
|
1285
|
-
"detail": "second"
|
|
1279
|
+
"serialNumber": {
|
|
1280
|
+
"name": "日期序列号",
|
|
1281
|
+
"detail": "要查找的日期。 应使用 DATE 函数输入日期,或者将日期作为其他公式或函数的结果输入。 例如,使用函数 DATE(2008,5,23) 输入 2008 年 5 月 23 日。"
|
|
1286
1282
|
}
|
|
1287
1283
|
}
|
|
1288
1284
|
},
|
|
@@ -1316,13 +1312,9 @@
|
|
|
1316
1312
|
}
|
|
1317
1313
|
],
|
|
1318
1314
|
"functionParameter": {
|
|
1319
|
-
"
|
|
1320
|
-
"name": "
|
|
1321
|
-
"detail": "
|
|
1322
|
-
},
|
|
1323
|
-
"number2": {
|
|
1324
|
-
"name": "number2",
|
|
1325
|
-
"detail": "second"
|
|
1315
|
+
"serialNumber": {
|
|
1316
|
+
"name": "日期序列号",
|
|
1317
|
+
"detail": "要查找的日期。 应使用 DATE 函数输入日期,或者将日期作为其他公式或函数的结果输入。 例如,使用函数 DATE(2008,5,23) 输入 2008 年 5 月 23 日。"
|
|
1326
1318
|
}
|
|
1327
1319
|
}
|
|
1328
1320
|
},
|
|
@@ -1352,13 +1344,17 @@
|
|
|
1352
1344
|
}
|
|
1353
1345
|
],
|
|
1354
1346
|
"functionParameter": {
|
|
1355
|
-
"
|
|
1356
|
-
"name": "
|
|
1357
|
-
"detail": "
|
|
1347
|
+
"startDate": {
|
|
1348
|
+
"name": "开始日期",
|
|
1349
|
+
"detail": "一个代表开始日期的日期"
|
|
1358
1350
|
},
|
|
1359
|
-
"
|
|
1360
|
-
"name": "
|
|
1361
|
-
"detail": "
|
|
1351
|
+
"endDate": {
|
|
1352
|
+
"name": "终止日期",
|
|
1353
|
+
"detail": "一个代表终止日期的日期"
|
|
1354
|
+
},
|
|
1355
|
+
"holidays": {
|
|
1356
|
+
"name": "休息日期",
|
|
1357
|
+
"detail": "不在工作日历中的一个或多个日期所构成的可选区域"
|
|
1362
1358
|
}
|
|
1363
1359
|
}
|
|
1364
1360
|
},
|
|
@@ -1372,13 +1368,21 @@
|
|
|
1372
1368
|
}
|
|
1373
1369
|
],
|
|
1374
1370
|
"functionParameter": {
|
|
1375
|
-
"
|
|
1376
|
-
"name": "
|
|
1377
|
-
"detail": "
|
|
1371
|
+
"startDate": {
|
|
1372
|
+
"name": "开始日期",
|
|
1373
|
+
"detail": "一个代表开始日期的日期"
|
|
1378
1374
|
},
|
|
1379
|
-
"
|
|
1380
|
-
"name": "
|
|
1381
|
-
"detail": "
|
|
1375
|
+
"endDate": {
|
|
1376
|
+
"name": "终止日期",
|
|
1377
|
+
"detail": "一个代表终止日期的日期"
|
|
1378
|
+
},
|
|
1379
|
+
"weekend": {
|
|
1380
|
+
"name": "周末",
|
|
1381
|
+
"detail": "是一个用于指定周末日的周末数字或字符串"
|
|
1382
|
+
},
|
|
1383
|
+
"holidays": {
|
|
1384
|
+
"name": "休息日期",
|
|
1385
|
+
"detail": "不在工作日历中的一个或多个日期所构成的可选区域"
|
|
1382
1386
|
}
|
|
1383
1387
|
}
|
|
1384
1388
|
},
|
|
@@ -1403,13 +1407,9 @@
|
|
|
1403
1407
|
}
|
|
1404
1408
|
],
|
|
1405
1409
|
"functionParameter": {
|
|
1406
|
-
"
|
|
1407
|
-
"name": "
|
|
1408
|
-
"detail": "
|
|
1409
|
-
},
|
|
1410
|
-
"number2": {
|
|
1411
|
-
"name": "number2",
|
|
1412
|
-
"detail": "second"
|
|
1410
|
+
"serialNumber": {
|
|
1411
|
+
"name": "日期序列号",
|
|
1412
|
+
"detail": "要查找的日期。 应使用 DATE 函数输入日期,或者将日期作为其他公式或函数的结果输入。 例如,使用函数 DATE(2008,5,23) 输入 2008 年 5 月 23 日。"
|
|
1413
1413
|
}
|
|
1414
1414
|
}
|
|
1415
1415
|
},
|
|
@@ -1474,13 +1474,13 @@
|
|
|
1474
1474
|
}
|
|
1475
1475
|
],
|
|
1476
1476
|
"functionParameter": {
|
|
1477
|
-
"
|
|
1478
|
-
"name": "
|
|
1479
|
-
"detail": "
|
|
1477
|
+
"serialNumber": {
|
|
1478
|
+
"name": "日期序列号",
|
|
1479
|
+
"detail": "一个序列号,代表尝试查找的那一天的日期。"
|
|
1480
1480
|
},
|
|
1481
|
-
"
|
|
1482
|
-
"name": "
|
|
1483
|
-
"detail": "
|
|
1481
|
+
"returnType": {
|
|
1482
|
+
"name": "返回值类型",
|
|
1483
|
+
"detail": "用于确定返回值类型的数字。"
|
|
1484
1484
|
}
|
|
1485
1485
|
}
|
|
1486
1486
|
},
|
|
@@ -1514,13 +1514,17 @@
|
|
|
1514
1514
|
}
|
|
1515
1515
|
],
|
|
1516
1516
|
"functionParameter": {
|
|
1517
|
-
"
|
|
1518
|
-
"name": "
|
|
1519
|
-
"detail": "
|
|
1517
|
+
"startDate": {
|
|
1518
|
+
"name": "开始日期",
|
|
1519
|
+
"detail": "一个代表开始日期的日期。"
|
|
1520
1520
|
},
|
|
1521
|
-
"
|
|
1522
|
-
"name": "
|
|
1523
|
-
"detail": "
|
|
1521
|
+
"days": {
|
|
1522
|
+
"name": "天数",
|
|
1523
|
+
"detail": "开始日期之前或之后不含周末及节假日的天数。为正值将生成未来日期;为负值生成过去日期。"
|
|
1524
|
+
},
|
|
1525
|
+
"holidays": {
|
|
1526
|
+
"name": "休息日期",
|
|
1527
|
+
"detail": "不在工作日历中的一个或多个日期所构成的可选区域。"
|
|
1524
1528
|
}
|
|
1525
1529
|
}
|
|
1526
1530
|
},
|
|
@@ -1534,13 +1538,21 @@
|
|
|
1534
1538
|
}
|
|
1535
1539
|
],
|
|
1536
1540
|
"functionParameter": {
|
|
1537
|
-
"
|
|
1538
|
-
"name": "
|
|
1539
|
-
"detail": "
|
|
1541
|
+
"startDate": {
|
|
1542
|
+
"name": "开始日期",
|
|
1543
|
+
"detail": "一个代表开始日期的日期。"
|
|
1540
1544
|
},
|
|
1541
|
-
"
|
|
1542
|
-
"name": "
|
|
1543
|
-
"detail": "
|
|
1545
|
+
"days": {
|
|
1546
|
+
"name": "天数",
|
|
1547
|
+
"detail": "开始日期之前或之后不含周末及节假日的天数。为正值将生成未来日期;为负值生成过去日期。"
|
|
1548
|
+
},
|
|
1549
|
+
"weekend": {
|
|
1550
|
+
"name": "周末",
|
|
1551
|
+
"detail": "是一个用于指定周末日的周末数字或字符串"
|
|
1552
|
+
},
|
|
1553
|
+
"holidays": {
|
|
1554
|
+
"name": "休息日期",
|
|
1555
|
+
"detail": "不在工作日历中的一个或多个日期所构成的可选区域。"
|
|
1544
1556
|
}
|
|
1545
1557
|
}
|
|
1546
1558
|
},
|
|
@@ -3026,13 +3038,13 @@
|
|
|
3026
3038
|
}
|
|
3027
3039
|
],
|
|
3028
3040
|
"functionParameter": {
|
|
3029
|
-
"
|
|
3030
|
-
"name": "
|
|
3031
|
-
"detail": "
|
|
3041
|
+
"array1": {
|
|
3042
|
+
"name": "数组",
|
|
3043
|
+
"detail": "其相应元素需要进行相乘并求和的第一个数组参数。"
|
|
3032
3044
|
},
|
|
3033
|
-
"
|
|
3034
|
-
"name": "
|
|
3035
|
-
"detail": "
|
|
3045
|
+
"array2": {
|
|
3046
|
+
"name": "数组",
|
|
3047
|
+
"detail": "2 到 255 个数组参数,其相应元素需要进行相乘并求和。"
|
|
3036
3048
|
}
|
|
3037
3049
|
}
|
|
3038
3050
|
},
|