@univerjs/sheets-formula-ui 0.4.1 → 0.4.2
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 +2 -2
- package/lib/es/index.js +17 -10
- package/lib/locale/en-US.json +240 -237
- package/lib/locale/fa-IR.json +240 -237
- package/lib/locale/ru-RU.json +135 -104
- package/lib/locale/vi-VN.json +327 -160
- package/lib/locale/zh-CN.json +240 -237
- package/lib/locale/zh-TW.json +240 -237
- package/lib/types/locale/en-US.d.ts +122 -119
- package/lib/types/locale/fa-IR.d.ts +122 -119
- package/lib/types/locale/function-list/database/en-US.d.ts +72 -24
- package/lib/types/locale/function-list/database/ja-JP.d.ts +72 -24
- package/lib/types/locale/function-list/database/ru-RU.d.ts +72 -24
- package/lib/types/locale/function-list/database/vi-VN.d.ts +72 -24
- package/lib/types/locale/function-list/database/zh-CN.d.ts +72 -24
- package/lib/types/locale/function-list/database/zh-TW.d.ts +72 -24
- package/lib/types/locale/function-list/information/en-US.d.ts +2 -15
- package/lib/types/locale/function-list/information/ja-JP.d.ts +2 -15
- package/lib/types/locale/function-list/information/vi-VN.d.ts +23 -0
- package/lib/types/locale/function-list/information/zh-CN.d.ts +2 -15
- package/lib/types/locale/function-list/information/zh-TW.d.ts +2 -15
- package/lib/types/locale/function-list/math/en-US.d.ts +3 -7
- package/lib/types/locale/function-list/math/ja-JP.d.ts +3 -7
- package/lib/types/locale/function-list/math/vi-VN.d.ts +32 -0
- package/lib/types/locale/function-list/math/zh-CN.d.ts +3 -7
- package/lib/types/locale/function-list/math/zh-TW.d.ts +3 -7
- package/lib/types/locale/function-list/text/en-US.d.ts +45 -73
- package/lib/types/locale/function-list/text/ja-JP.d.ts +45 -73
- package/lib/types/locale/function-list/text/vi-VN.d.ts +87 -39
- package/lib/types/locale/function-list/text/zh-CN.d.ts +45 -73
- package/lib/types/locale/function-list/text/zh-TW.d.ts +45 -73
- package/lib/types/locale/ru-RU.d.ts +77 -46
- package/lib/types/locale/vi-VN.d.ts +214 -63
- package/lib/types/locale/zh-CN.d.ts +122 -119
- package/lib/types/locale/zh-TW.d.ts +122 -119
- package/lib/types/views/formula-progress/FormulaProgress.d.ts +2 -0
- package/lib/umd/index.js +2 -2
- package/package.json +14 -14
package/lib/locale/fa-IR.json
CHANGED
|
@@ -2310,13 +2310,9 @@
|
|
|
2310
2310
|
}
|
|
2311
2311
|
],
|
|
2312
2312
|
"functionParameter": {
|
|
2313
|
-
"
|
|
2314
|
-
"name": "
|
|
2315
|
-
"detail": "
|
|
2316
|
-
},
|
|
2317
|
-
"number2": {
|
|
2318
|
-
"name": "number2",
|
|
2319
|
-
"detail": "second"
|
|
2313
|
+
"text": {
|
|
2314
|
+
"name": "text",
|
|
2315
|
+
"detail": "A string enclosed in quotation marks, an empty string (\"\"), or a reference to a cell containing text."
|
|
2320
2316
|
}
|
|
2321
2317
|
}
|
|
2322
2318
|
},
|
|
@@ -3256,13 +3252,13 @@
|
|
|
3256
3252
|
}
|
|
3257
3253
|
],
|
|
3258
3254
|
"functionParameter": {
|
|
3259
|
-
"
|
|
3260
|
-
"name": "
|
|
3261
|
-
"detail": "
|
|
3255
|
+
"number": {
|
|
3256
|
+
"name": "number",
|
|
3257
|
+
"detail": "The Arabic numeral you want converted."
|
|
3262
3258
|
},
|
|
3263
|
-
"
|
|
3264
|
-
"name": "
|
|
3265
|
-
"detail": "
|
|
3259
|
+
"form": {
|
|
3260
|
+
"name": "form",
|
|
3261
|
+
"detail": "A number specifying the type of roman numeral you want. The roman numeral style ranges from Classic to Simplified, becoming more concise as the value of form increases."
|
|
3266
3262
|
}
|
|
3267
3263
|
}
|
|
3268
3264
|
},
|
|
@@ -6988,13 +6984,17 @@
|
|
|
6988
6984
|
}
|
|
6989
6985
|
],
|
|
6990
6986
|
"functionParameter": {
|
|
6991
|
-
"
|
|
6992
|
-
"name": "
|
|
6993
|
-
"detail": "
|
|
6987
|
+
"database": {
|
|
6988
|
+
"name": "database",
|
|
6989
|
+
"detail": "The range of cells that makes up the list or database."
|
|
6994
6990
|
},
|
|
6995
|
-
"
|
|
6996
|
-
"name": "
|
|
6997
|
-
"detail": "
|
|
6991
|
+
"field": {
|
|
6992
|
+
"name": "field",
|
|
6993
|
+
"detail": "Indicates which column is used in the function."
|
|
6994
|
+
},
|
|
6995
|
+
"criteria": {
|
|
6996
|
+
"name": "criteria",
|
|
6997
|
+
"detail": "The range of cells that contains the conditions you specify."
|
|
6998
6998
|
}
|
|
6999
6999
|
}
|
|
7000
7000
|
},
|
|
@@ -7008,13 +7008,17 @@
|
|
|
7008
7008
|
}
|
|
7009
7009
|
],
|
|
7010
7010
|
"functionParameter": {
|
|
7011
|
-
"
|
|
7012
|
-
"name": "
|
|
7013
|
-
"detail": "
|
|
7011
|
+
"database": {
|
|
7012
|
+
"name": "database",
|
|
7013
|
+
"detail": "The range of cells that makes up the list or database."
|
|
7014
7014
|
},
|
|
7015
|
-
"
|
|
7016
|
-
"name": "
|
|
7017
|
-
"detail": "
|
|
7015
|
+
"field": {
|
|
7016
|
+
"name": "field",
|
|
7017
|
+
"detail": "Indicates which column is used in the function."
|
|
7018
|
+
},
|
|
7019
|
+
"criteria": {
|
|
7020
|
+
"name": "criteria",
|
|
7021
|
+
"detail": "The range of cells that contains the conditions you specify."
|
|
7018
7022
|
}
|
|
7019
7023
|
}
|
|
7020
7024
|
},
|
|
@@ -7028,13 +7032,17 @@
|
|
|
7028
7032
|
}
|
|
7029
7033
|
],
|
|
7030
7034
|
"functionParameter": {
|
|
7031
|
-
"
|
|
7032
|
-
"name": "
|
|
7033
|
-
"detail": "
|
|
7035
|
+
"database": {
|
|
7036
|
+
"name": "database",
|
|
7037
|
+
"detail": "The range of cells that makes up the list or database."
|
|
7034
7038
|
},
|
|
7035
|
-
"
|
|
7036
|
-
"name": "
|
|
7037
|
-
"detail": "
|
|
7039
|
+
"field": {
|
|
7040
|
+
"name": "field",
|
|
7041
|
+
"detail": "Indicates which column is used in the function."
|
|
7042
|
+
},
|
|
7043
|
+
"criteria": {
|
|
7044
|
+
"name": "criteria",
|
|
7045
|
+
"detail": "The range of cells that contains the conditions you specify."
|
|
7038
7046
|
}
|
|
7039
7047
|
}
|
|
7040
7048
|
},
|
|
@@ -7048,13 +7056,17 @@
|
|
|
7048
7056
|
}
|
|
7049
7057
|
],
|
|
7050
7058
|
"functionParameter": {
|
|
7051
|
-
"
|
|
7052
|
-
"name": "
|
|
7053
|
-
"detail": "
|
|
7059
|
+
"database": {
|
|
7060
|
+
"name": "database",
|
|
7061
|
+
"detail": "The range of cells that makes up the list or database."
|
|
7054
7062
|
},
|
|
7055
|
-
"
|
|
7056
|
-
"name": "
|
|
7057
|
-
"detail": "
|
|
7063
|
+
"field": {
|
|
7064
|
+
"name": "field",
|
|
7065
|
+
"detail": "Indicates which column is used in the function."
|
|
7066
|
+
},
|
|
7067
|
+
"criteria": {
|
|
7068
|
+
"name": "criteria",
|
|
7069
|
+
"detail": "The range of cells that contains the conditions you specify."
|
|
7058
7070
|
}
|
|
7059
7071
|
}
|
|
7060
7072
|
},
|
|
@@ -7068,13 +7080,17 @@
|
|
|
7068
7080
|
}
|
|
7069
7081
|
],
|
|
7070
7082
|
"functionParameter": {
|
|
7071
|
-
"
|
|
7072
|
-
"name": "
|
|
7073
|
-
"detail": "
|
|
7083
|
+
"database": {
|
|
7084
|
+
"name": "database",
|
|
7085
|
+
"detail": "The range of cells that makes up the list or database."
|
|
7074
7086
|
},
|
|
7075
|
-
"
|
|
7076
|
-
"name": "
|
|
7077
|
-
"detail": "
|
|
7087
|
+
"field": {
|
|
7088
|
+
"name": "field",
|
|
7089
|
+
"detail": "Indicates which column is used in the function."
|
|
7090
|
+
},
|
|
7091
|
+
"criteria": {
|
|
7092
|
+
"name": "criteria",
|
|
7093
|
+
"detail": "The range of cells that contains the conditions you specify."
|
|
7078
7094
|
}
|
|
7079
7095
|
}
|
|
7080
7096
|
},
|
|
@@ -7088,13 +7104,17 @@
|
|
|
7088
7104
|
}
|
|
7089
7105
|
],
|
|
7090
7106
|
"functionParameter": {
|
|
7091
|
-
"
|
|
7092
|
-
"name": "
|
|
7093
|
-
"detail": "
|
|
7107
|
+
"database": {
|
|
7108
|
+
"name": "database",
|
|
7109
|
+
"detail": "The range of cells that makes up the list or database."
|
|
7094
7110
|
},
|
|
7095
|
-
"
|
|
7096
|
-
"name": "
|
|
7097
|
-
"detail": "
|
|
7111
|
+
"field": {
|
|
7112
|
+
"name": "field",
|
|
7113
|
+
"detail": "Indicates which column is used in the function."
|
|
7114
|
+
},
|
|
7115
|
+
"criteria": {
|
|
7116
|
+
"name": "criteria",
|
|
7117
|
+
"detail": "The range of cells that contains the conditions you specify."
|
|
7098
7118
|
}
|
|
7099
7119
|
}
|
|
7100
7120
|
},
|
|
@@ -7108,13 +7128,17 @@
|
|
|
7108
7128
|
}
|
|
7109
7129
|
],
|
|
7110
7130
|
"functionParameter": {
|
|
7111
|
-
"
|
|
7112
|
-
"name": "
|
|
7113
|
-
"detail": "
|
|
7131
|
+
"database": {
|
|
7132
|
+
"name": "database",
|
|
7133
|
+
"detail": "The range of cells that makes up the list or database."
|
|
7114
7134
|
},
|
|
7115
|
-
"
|
|
7116
|
-
"name": "
|
|
7117
|
-
"detail": "
|
|
7135
|
+
"field": {
|
|
7136
|
+
"name": "field",
|
|
7137
|
+
"detail": "Indicates which column is used in the function."
|
|
7138
|
+
},
|
|
7139
|
+
"criteria": {
|
|
7140
|
+
"name": "criteria",
|
|
7141
|
+
"detail": "The range of cells that contains the conditions you specify."
|
|
7118
7142
|
}
|
|
7119
7143
|
}
|
|
7120
7144
|
},
|
|
@@ -7128,13 +7152,17 @@
|
|
|
7128
7152
|
}
|
|
7129
7153
|
],
|
|
7130
7154
|
"functionParameter": {
|
|
7131
|
-
"
|
|
7132
|
-
"name": "
|
|
7133
|
-
"detail": "
|
|
7155
|
+
"database": {
|
|
7156
|
+
"name": "database",
|
|
7157
|
+
"detail": "The range of cells that makes up the list or database."
|
|
7134
7158
|
},
|
|
7135
|
-
"
|
|
7136
|
-
"name": "
|
|
7137
|
-
"detail": "
|
|
7159
|
+
"field": {
|
|
7160
|
+
"name": "field",
|
|
7161
|
+
"detail": "Indicates which column is used in the function."
|
|
7162
|
+
},
|
|
7163
|
+
"criteria": {
|
|
7164
|
+
"name": "criteria",
|
|
7165
|
+
"detail": "The range of cells that contains the conditions you specify."
|
|
7138
7166
|
}
|
|
7139
7167
|
}
|
|
7140
7168
|
},
|
|
@@ -7148,13 +7176,17 @@
|
|
|
7148
7176
|
}
|
|
7149
7177
|
],
|
|
7150
7178
|
"functionParameter": {
|
|
7151
|
-
"
|
|
7152
|
-
"name": "
|
|
7153
|
-
"detail": "
|
|
7179
|
+
"database": {
|
|
7180
|
+
"name": "database",
|
|
7181
|
+
"detail": "The range of cells that makes up the list or database."
|
|
7154
7182
|
},
|
|
7155
|
-
"
|
|
7156
|
-
"name": "
|
|
7157
|
-
"detail": "
|
|
7183
|
+
"field": {
|
|
7184
|
+
"name": "field",
|
|
7185
|
+
"detail": "Indicates which column is used in the function."
|
|
7186
|
+
},
|
|
7187
|
+
"criteria": {
|
|
7188
|
+
"name": "criteria",
|
|
7189
|
+
"detail": "The range of cells that contains the conditions you specify."
|
|
7158
7190
|
}
|
|
7159
7191
|
}
|
|
7160
7192
|
},
|
|
@@ -7168,13 +7200,17 @@
|
|
|
7168
7200
|
}
|
|
7169
7201
|
],
|
|
7170
7202
|
"functionParameter": {
|
|
7171
|
-
"
|
|
7172
|
-
"name": "
|
|
7173
|
-
"detail": "
|
|
7203
|
+
"database": {
|
|
7204
|
+
"name": "database",
|
|
7205
|
+
"detail": "The range of cells that makes up the list or database."
|
|
7174
7206
|
},
|
|
7175
|
-
"
|
|
7176
|
-
"name": "
|
|
7177
|
-
"detail": "
|
|
7207
|
+
"field": {
|
|
7208
|
+
"name": "field",
|
|
7209
|
+
"detail": "Indicates which column is used in the function."
|
|
7210
|
+
},
|
|
7211
|
+
"criteria": {
|
|
7212
|
+
"name": "criteria",
|
|
7213
|
+
"detail": "The range of cells that contains the conditions you specify."
|
|
7178
7214
|
}
|
|
7179
7215
|
}
|
|
7180
7216
|
},
|
|
@@ -7188,13 +7224,17 @@
|
|
|
7188
7224
|
}
|
|
7189
7225
|
],
|
|
7190
7226
|
"functionParameter": {
|
|
7191
|
-
"
|
|
7192
|
-
"name": "
|
|
7193
|
-
"detail": "
|
|
7227
|
+
"database": {
|
|
7228
|
+
"name": "database",
|
|
7229
|
+
"detail": "The range of cells that makes up the list or database."
|
|
7194
7230
|
},
|
|
7195
|
-
"
|
|
7196
|
-
"name": "
|
|
7197
|
-
"detail": "
|
|
7231
|
+
"field": {
|
|
7232
|
+
"name": "field",
|
|
7233
|
+
"detail": "Indicates which column is used in the function."
|
|
7234
|
+
},
|
|
7235
|
+
"criteria": {
|
|
7236
|
+
"name": "criteria",
|
|
7237
|
+
"detail": "The range of cells that contains the conditions you specify."
|
|
7198
7238
|
}
|
|
7199
7239
|
}
|
|
7200
7240
|
},
|
|
@@ -7208,13 +7248,17 @@
|
|
|
7208
7248
|
}
|
|
7209
7249
|
],
|
|
7210
7250
|
"functionParameter": {
|
|
7211
|
-
"
|
|
7212
|
-
"name": "
|
|
7213
|
-
"detail": "
|
|
7251
|
+
"database": {
|
|
7252
|
+
"name": "database",
|
|
7253
|
+
"detail": "The range of cells that makes up the list or database."
|
|
7214
7254
|
},
|
|
7215
|
-
"
|
|
7216
|
-
"name": "
|
|
7217
|
-
"detail": "
|
|
7255
|
+
"field": {
|
|
7256
|
+
"name": "field",
|
|
7257
|
+
"detail": "Indicates which column is used in the function."
|
|
7258
|
+
},
|
|
7259
|
+
"criteria": {
|
|
7260
|
+
"name": "criteria",
|
|
7261
|
+
"detail": "The range of cells that contains the conditions you specify."
|
|
7218
7262
|
}
|
|
7219
7263
|
}
|
|
7220
7264
|
},
|
|
@@ -7228,13 +7272,9 @@
|
|
|
7228
7272
|
}
|
|
7229
7273
|
],
|
|
7230
7274
|
"functionParameter": {
|
|
7231
|
-
"
|
|
7232
|
-
"name": "
|
|
7233
|
-
"detail": "
|
|
7234
|
-
},
|
|
7235
|
-
"number2": {
|
|
7236
|
-
"name": "number2",
|
|
7237
|
-
"detail": "second"
|
|
7275
|
+
"text": {
|
|
7276
|
+
"name": "text",
|
|
7277
|
+
"detail": "The text or a reference to a cell that contains the text you want to change. If text does not contain any full-width letters, text is not changed."
|
|
7238
7278
|
}
|
|
7239
7279
|
}
|
|
7240
7280
|
},
|
|
@@ -7248,13 +7288,13 @@
|
|
|
7248
7288
|
}
|
|
7249
7289
|
],
|
|
7250
7290
|
"functionParameter": {
|
|
7251
|
-
"
|
|
7252
|
-
"name": "
|
|
7253
|
-
"detail": "
|
|
7291
|
+
"array": {
|
|
7292
|
+
"name": "array",
|
|
7293
|
+
"detail": "The array to return as text."
|
|
7254
7294
|
},
|
|
7255
|
-
"
|
|
7256
|
-
"name": "
|
|
7257
|
-
"detail": "
|
|
7295
|
+
"format": {
|
|
7296
|
+
"name": "format",
|
|
7297
|
+
"detail": "The format of the returned data. It can be one of two values: \n0 Default. Concise format that is easy to read. \n1 Strict format that includes escape characters and row delimiters. Generates a string that can be parsed when entered into the formula bar. Encapsulates returned strings in quotes except for Booleans, Numbers and Errors."
|
|
7258
7298
|
}
|
|
7259
7299
|
}
|
|
7260
7300
|
},
|
|
@@ -7268,13 +7308,9 @@
|
|
|
7268
7308
|
}
|
|
7269
7309
|
],
|
|
7270
7310
|
"functionParameter": {
|
|
7271
|
-
"
|
|
7272
|
-
"name": "
|
|
7273
|
-
"detail": "
|
|
7274
|
-
},
|
|
7275
|
-
"number2": {
|
|
7276
|
-
"name": "number2",
|
|
7277
|
-
"detail": "second"
|
|
7311
|
+
"number": {
|
|
7312
|
+
"name": "number",
|
|
7313
|
+
"detail": "A number you want to convert to text, or a reference to a cell containing a number, or a formula that evaluates to a number."
|
|
7278
7314
|
}
|
|
7279
7315
|
}
|
|
7280
7316
|
},
|
|
@@ -7288,13 +7324,9 @@
|
|
|
7288
7324
|
}
|
|
7289
7325
|
],
|
|
7290
7326
|
"functionParameter": {
|
|
7291
|
-
"
|
|
7292
|
-
"name": "
|
|
7293
|
-
"detail": "
|
|
7294
|
-
},
|
|
7295
|
-
"number2": {
|
|
7296
|
-
"name": "number2",
|
|
7297
|
-
"detail": "second"
|
|
7327
|
+
"number": {
|
|
7328
|
+
"name": "number",
|
|
7329
|
+
"detail": "A number between 1 and 255 specifying which character you want. The character is from the character set used by your computer."
|
|
7298
7330
|
}
|
|
7299
7331
|
}
|
|
7300
7332
|
},
|
|
@@ -7308,13 +7340,9 @@
|
|
|
7308
7340
|
}
|
|
7309
7341
|
],
|
|
7310
7342
|
"functionParameter": {
|
|
7311
|
-
"
|
|
7312
|
-
"name": "
|
|
7313
|
-
"detail": "
|
|
7314
|
-
},
|
|
7315
|
-
"number2": {
|
|
7316
|
-
"name": "number2",
|
|
7317
|
-
"detail": "second"
|
|
7343
|
+
"text": {
|
|
7344
|
+
"name": "text",
|
|
7345
|
+
"detail": "Any worksheet information from which you want to remove nonprintable characters."
|
|
7318
7346
|
}
|
|
7319
7347
|
}
|
|
7320
7348
|
},
|
|
@@ -7328,13 +7356,9 @@
|
|
|
7328
7356
|
}
|
|
7329
7357
|
],
|
|
7330
7358
|
"functionParameter": {
|
|
7331
|
-
"
|
|
7332
|
-
"name": "
|
|
7333
|
-
"detail": "first"
|
|
7334
|
-
},
|
|
7335
|
-
"number2": {
|
|
7336
|
-
"name": "number2",
|
|
7337
|
-
"detail": "second"
|
|
7359
|
+
"text": {
|
|
7360
|
+
"name": "text",
|
|
7361
|
+
"detail": "The text for which you want the code of the first character."
|
|
7338
7362
|
}
|
|
7339
7363
|
}
|
|
7340
7364
|
},
|
|
@@ -7388,19 +7412,15 @@
|
|
|
7388
7412
|
}
|
|
7389
7413
|
],
|
|
7390
7414
|
"functionParameter": {
|
|
7391
|
-
"
|
|
7392
|
-
"name": "
|
|
7393
|
-
"detail": "
|
|
7394
|
-
},
|
|
7395
|
-
"number2": {
|
|
7396
|
-
"name": "number2",
|
|
7397
|
-
"detail": "second"
|
|
7415
|
+
"text": {
|
|
7416
|
+
"name": "text",
|
|
7417
|
+
"detail": "The text or a reference to a cell that contains the text you want to change. If text does not contain any half-width English letters or katakana, text is not changed."
|
|
7398
7418
|
}
|
|
7399
7419
|
}
|
|
7400
7420
|
},
|
|
7401
7421
|
"DOLLAR": {
|
|
7402
|
-
"description": "Converts a number to text
|
|
7403
|
-
"abstract": "Converts a number to text
|
|
7422
|
+
"description": "Converts a number to text using currency format",
|
|
7423
|
+
"abstract": "Converts a number to text using currency format",
|
|
7404
7424
|
"links": [
|
|
7405
7425
|
{
|
|
7406
7426
|
"title": "Instruction",
|
|
@@ -7408,13 +7428,13 @@
|
|
|
7408
7428
|
}
|
|
7409
7429
|
],
|
|
7410
7430
|
"functionParameter": {
|
|
7411
|
-
"
|
|
7412
|
-
"name": "
|
|
7413
|
-
"detail": "
|
|
7431
|
+
"number": {
|
|
7432
|
+
"name": "number",
|
|
7433
|
+
"detail": "A number, a reference to a cell containing a number, or a formula that evaluates to a number."
|
|
7414
7434
|
},
|
|
7415
|
-
"
|
|
7416
|
-
"name": "
|
|
7417
|
-
"detail": "
|
|
7435
|
+
"decimals": {
|
|
7436
|
+
"name": "decimals",
|
|
7437
|
+
"detail": "The number of digits to the right of the decimal point. If this is negative, the number is rounded to the left of the decimal point. If you omit decimals, it is assumed to be 2."
|
|
7418
7438
|
}
|
|
7419
7439
|
}
|
|
7420
7440
|
},
|
|
@@ -7428,13 +7448,13 @@
|
|
|
7428
7448
|
}
|
|
7429
7449
|
],
|
|
7430
7450
|
"functionParameter": {
|
|
7431
|
-
"
|
|
7432
|
-
"name": "
|
|
7433
|
-
"detail": "first"
|
|
7451
|
+
"text1": {
|
|
7452
|
+
"name": "text1",
|
|
7453
|
+
"detail": "The first text string."
|
|
7434
7454
|
},
|
|
7435
|
-
"
|
|
7436
|
-
"name": "
|
|
7437
|
-
"detail": "second"
|
|
7455
|
+
"text2": {
|
|
7456
|
+
"name": "text2",
|
|
7457
|
+
"detail": "The second text string."
|
|
7438
7458
|
}
|
|
7439
7459
|
}
|
|
7440
7460
|
},
|
|
@@ -7488,13 +7508,17 @@
|
|
|
7488
7508
|
}
|
|
7489
7509
|
],
|
|
7490
7510
|
"functionParameter": {
|
|
7491
|
-
"
|
|
7492
|
-
"name": "
|
|
7493
|
-
"detail": "
|
|
7511
|
+
"number": {
|
|
7512
|
+
"name": "number",
|
|
7513
|
+
"detail": "The number you want to round and convert to text."
|
|
7494
7514
|
},
|
|
7495
|
-
"
|
|
7496
|
-
"name": "
|
|
7497
|
-
"detail": "
|
|
7515
|
+
"decimals": {
|
|
7516
|
+
"name": "decimals",
|
|
7517
|
+
"detail": "The number of digits to the right of the decimal point. If this is negative, the number is rounded to the left of the decimal point. If you omit decimals, it is assumed to be 2."
|
|
7518
|
+
},
|
|
7519
|
+
"noCommas": {
|
|
7520
|
+
"name": "no_commas",
|
|
7521
|
+
"detail": "A logical value that, if TRUE, prevents FIXED from including commas in the returned text."
|
|
7498
7522
|
}
|
|
7499
7523
|
}
|
|
7500
7524
|
},
|
|
@@ -7640,13 +7664,17 @@
|
|
|
7640
7664
|
}
|
|
7641
7665
|
],
|
|
7642
7666
|
"functionParameter": {
|
|
7643
|
-
"
|
|
7644
|
-
"name": "
|
|
7645
|
-
"detail": "
|
|
7667
|
+
"text": {
|
|
7668
|
+
"name": "text",
|
|
7669
|
+
"detail": "The text to convert to a number."
|
|
7646
7670
|
},
|
|
7647
|
-
"
|
|
7648
|
-
"name": "
|
|
7649
|
-
"detail": "
|
|
7671
|
+
"decimalSeparator": {
|
|
7672
|
+
"name": "decimal_separator",
|
|
7673
|
+
"detail": "The character used to separate the integer and fractional part of the result."
|
|
7674
|
+
},
|
|
7675
|
+
"groupSeparator": {
|
|
7676
|
+
"name": "group_separator",
|
|
7677
|
+
"detail": "The character used to separate groupings of numbers."
|
|
7650
7678
|
}
|
|
7651
7679
|
}
|
|
7652
7680
|
},
|
|
@@ -7680,13 +7708,9 @@
|
|
|
7680
7708
|
}
|
|
7681
7709
|
],
|
|
7682
7710
|
"functionParameter": {
|
|
7683
|
-
"
|
|
7684
|
-
"name": "
|
|
7685
|
-
"detail": "
|
|
7686
|
-
},
|
|
7687
|
-
"number2": {
|
|
7688
|
-
"name": "number2",
|
|
7689
|
-
"detail": "second"
|
|
7711
|
+
"text": {
|
|
7712
|
+
"name": "text",
|
|
7713
|
+
"detail": "Text enclosed in quotation marks, a formula that returns text, or a reference to a cell containing the text you want to partially capitalize."
|
|
7690
7714
|
}
|
|
7691
7715
|
}
|
|
7692
7716
|
},
|
|
@@ -7824,13 +7848,13 @@
|
|
|
7824
7848
|
}
|
|
7825
7849
|
],
|
|
7826
7850
|
"functionParameter": {
|
|
7827
|
-
"
|
|
7828
|
-
"name": "
|
|
7829
|
-
"detail": "
|
|
7851
|
+
"text": {
|
|
7852
|
+
"name": "text",
|
|
7853
|
+
"detail": "The text string containing the characters you want to extract."
|
|
7830
7854
|
},
|
|
7831
|
-
"
|
|
7832
|
-
"name": "
|
|
7833
|
-
"detail": "
|
|
7855
|
+
"numChars": {
|
|
7856
|
+
"name": "num_chars",
|
|
7857
|
+
"detail": "Specifies the number of characters you want RIGHT to extract."
|
|
7834
7858
|
}
|
|
7835
7859
|
}
|
|
7836
7860
|
},
|
|
@@ -7844,13 +7868,13 @@
|
|
|
7844
7868
|
}
|
|
7845
7869
|
],
|
|
7846
7870
|
"functionParameter": {
|
|
7847
|
-
"
|
|
7848
|
-
"name": "
|
|
7849
|
-
"detail": "
|
|
7871
|
+
"text": {
|
|
7872
|
+
"name": "text",
|
|
7873
|
+
"detail": "The text string containing the characters you want to extract."
|
|
7850
7874
|
},
|
|
7851
|
-
"
|
|
7852
|
-
"name": "
|
|
7853
|
-
"detail": "
|
|
7875
|
+
"numBytes": {
|
|
7876
|
+
"name": "num_bytes",
|
|
7877
|
+
"detail": "Specifies the number of characters you want RIGHTB to extract, based on bytes."
|
|
7854
7878
|
}
|
|
7855
7879
|
}
|
|
7856
7880
|
},
|
|
@@ -7904,13 +7928,21 @@
|
|
|
7904
7928
|
}
|
|
7905
7929
|
],
|
|
7906
7930
|
"functionParameter": {
|
|
7907
|
-
"
|
|
7908
|
-
"name": "
|
|
7909
|
-
"detail": "
|
|
7931
|
+
"text": {
|
|
7932
|
+
"name": "text",
|
|
7933
|
+
"detail": "The text or the reference to a cell containing text for which you want to substitute characters."
|
|
7910
7934
|
},
|
|
7911
|
-
"
|
|
7912
|
-
"name": "
|
|
7913
|
-
"detail": "
|
|
7935
|
+
"oldText": {
|
|
7936
|
+
"name": "old_text",
|
|
7937
|
+
"detail": "The text you want to replace."
|
|
7938
|
+
},
|
|
7939
|
+
"newText": {
|
|
7940
|
+
"name": "new_text",
|
|
7941
|
+
"detail": "The text you want to replace old_text with."
|
|
7942
|
+
},
|
|
7943
|
+
"instanceNum": {
|
|
7944
|
+
"name": "instance_num",
|
|
7945
|
+
"detail": "Specifies which occurrence of old_text you want to replace with new_text. If you specify instance_num, only that instance of old_text is replaced. Otherwise, every occurrence of old_text in text is changed to new_text."
|
|
7914
7946
|
}
|
|
7915
7947
|
}
|
|
7916
7948
|
},
|
|
@@ -7924,13 +7956,9 @@
|
|
|
7924
7956
|
}
|
|
7925
7957
|
],
|
|
7926
7958
|
"functionParameter": {
|
|
7927
|
-
"
|
|
7928
|
-
"name": "
|
|
7929
|
-
"detail": "
|
|
7930
|
-
},
|
|
7931
|
-
"number2": {
|
|
7932
|
-
"name": "number2",
|
|
7933
|
-
"detail": "second"
|
|
7959
|
+
"value": {
|
|
7960
|
+
"name": "value",
|
|
7961
|
+
"detail": "The value you want to test."
|
|
7934
7962
|
}
|
|
7935
7963
|
}
|
|
7936
7964
|
},
|
|
@@ -8112,13 +8140,9 @@
|
|
|
8112
8140
|
}
|
|
8113
8141
|
],
|
|
8114
8142
|
"functionParameter": {
|
|
8115
|
-
"
|
|
8116
|
-
"name": "
|
|
8117
|
-
"detail": "
|
|
8118
|
-
},
|
|
8119
|
-
"number2": {
|
|
8120
|
-
"name": "number2",
|
|
8121
|
-
"detail": "second"
|
|
8143
|
+
"number": {
|
|
8144
|
+
"name": "number",
|
|
8145
|
+
"detail": "Number is the Unicode number that represents the character."
|
|
8122
8146
|
}
|
|
8123
8147
|
}
|
|
8124
8148
|
},
|
|
@@ -8132,13 +8156,9 @@
|
|
|
8132
8156
|
}
|
|
8133
8157
|
],
|
|
8134
8158
|
"functionParameter": {
|
|
8135
|
-
"
|
|
8136
|
-
"name": "
|
|
8137
|
-
"detail": "
|
|
8138
|
-
},
|
|
8139
|
-
"number2": {
|
|
8140
|
-
"name": "number2",
|
|
8141
|
-
"detail": "second"
|
|
8159
|
+
"text": {
|
|
8160
|
+
"name": "text",
|
|
8161
|
+
"detail": "Text is the character for which you want the Unicode value."
|
|
8142
8162
|
}
|
|
8143
8163
|
}
|
|
8144
8164
|
},
|
|
@@ -8172,13 +8192,9 @@
|
|
|
8172
8192
|
}
|
|
8173
8193
|
],
|
|
8174
8194
|
"functionParameter": {
|
|
8175
|
-
"
|
|
8176
|
-
"name": "
|
|
8177
|
-
"detail": "
|
|
8178
|
-
},
|
|
8179
|
-
"number2": {
|
|
8180
|
-
"name": "number2",
|
|
8181
|
-
"detail": "second"
|
|
8195
|
+
"text": {
|
|
8196
|
+
"name": "text",
|
|
8197
|
+
"detail": "The text enclosed in quotation marks or a reference to a cell containing the text you want to convert."
|
|
8182
8198
|
}
|
|
8183
8199
|
}
|
|
8184
8200
|
},
|
|
@@ -8192,13 +8208,13 @@
|
|
|
8192
8208
|
}
|
|
8193
8209
|
],
|
|
8194
8210
|
"functionParameter": {
|
|
8195
|
-
"
|
|
8196
|
-
"name": "
|
|
8197
|
-
"detail": "
|
|
8211
|
+
"value": {
|
|
8212
|
+
"name": "value",
|
|
8213
|
+
"detail": "The value to return as text."
|
|
8198
8214
|
},
|
|
8199
|
-
"
|
|
8200
|
-
"name": "
|
|
8201
|
-
"detail": "
|
|
8215
|
+
"format": {
|
|
8216
|
+
"name": "format",
|
|
8217
|
+
"detail": "The format of the returned data. It can be one of two values: \n0 Default. Concise format that is easy to read. \n1 Strict format that includes escape characters and row delimiters. Generates a string that can be parsed when entered into the formula bar. Encapsulates returned strings in quotes except for Booleans, Numbers and Errors."
|
|
8202
8218
|
}
|
|
8203
8219
|
}
|
|
8204
8220
|
},
|
|
@@ -8945,35 +8961,22 @@
|
|
|
8945
8961
|
}
|
|
8946
8962
|
],
|
|
8947
8963
|
"functionParameter": {
|
|
8948
|
-
"
|
|
8949
|
-
"name": "
|
|
8950
|
-
"detail": "
|
|
8951
|
-
},
|
|
8952
|
-
"number2": {
|
|
8953
|
-
"name": "number2",
|
|
8954
|
-
"detail": "second"
|
|
8964
|
+
"value": {
|
|
8965
|
+
"name": "value",
|
|
8966
|
+
"detail": "Value is the name of a sheet or a reference for which you want the sheet number. If value is omitted, SHEET returns the number of the sheet that contains the function."
|
|
8955
8967
|
}
|
|
8956
8968
|
}
|
|
8957
8969
|
},
|
|
8958
8970
|
"SHEETS": {
|
|
8959
|
-
"description": "Returns the number of sheets in a
|
|
8960
|
-
"abstract": "Returns the number of sheets in a
|
|
8971
|
+
"description": "Returns the number of sheets in a workbook",
|
|
8972
|
+
"abstract": "Returns the number of sheets in a workbook",
|
|
8961
8973
|
"links": [
|
|
8962
8974
|
{
|
|
8963
8975
|
"title": "Instruction",
|
|
8964
8976
|
"url": "https://support.microsoft.com/en-us/office/sheets-function-770515eb-e1e8-45ce-8066-b557e5e4b80b"
|
|
8965
8977
|
}
|
|
8966
8978
|
],
|
|
8967
|
-
"functionParameter": {
|
|
8968
|
-
"number1": {
|
|
8969
|
-
"name": "number1",
|
|
8970
|
-
"detail": "first"
|
|
8971
|
-
},
|
|
8972
|
-
"number2": {
|
|
8973
|
-
"name": "number2",
|
|
8974
|
-
"detail": "second"
|
|
8975
|
-
}
|
|
8976
|
-
}
|
|
8979
|
+
"functionParameter": {}
|
|
8977
8980
|
},
|
|
8978
8981
|
"TYPE": {
|
|
8979
8982
|
"description": "Returns a number indicating the data type of a value",
|