@univerjs/sheets-formula-ui 0.7.0 → 0.8.0-beta.0

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 (43) hide show
  1. package/lib/cjs/index.js +7 -7
  2. package/lib/cjs/locale/en-US.js +1 -1
  3. package/lib/cjs/locale/fa-IR.js +1 -1
  4. package/lib/cjs/locale/fr-FR.js +1 -1
  5. package/lib/cjs/locale/ru-RU.js +1 -1
  6. package/lib/cjs/locale/vi-VN.js +1 -1
  7. package/lib/cjs/locale/zh-CN.js +1 -1
  8. package/lib/cjs/locale/zh-TW.js +1 -1
  9. package/lib/es/index.js +1434 -1359
  10. package/lib/es/locale/en-US.js +5 -0
  11. package/lib/es/locale/fa-IR.js +5 -0
  12. package/lib/es/locale/fr-FR.js +5 -0
  13. package/lib/es/locale/ru-RU.js +5 -0
  14. package/lib/es/locale/vi-VN.js +5 -0
  15. package/lib/es/locale/zh-CN.js +5 -0
  16. package/lib/es/locale/zh-TW.js +5 -0
  17. package/lib/index.css +1 -1
  18. package/lib/index.js +1434 -1359
  19. package/lib/locale/en-US.js +5 -0
  20. package/lib/locale/fa-IR.js +5 -0
  21. package/lib/locale/fr-FR.js +5 -0
  22. package/lib/locale/ru-RU.js +5 -0
  23. package/lib/locale/vi-VN.js +5 -0
  24. package/lib/locale/zh-CN.js +5 -0
  25. package/lib/locale/zh-TW.js +5 -0
  26. package/lib/types/controllers/menu.d.ts +6 -0
  27. package/lib/types/controllers/shortcuts/quick-sum.shortcut.d.ts +2 -0
  28. package/lib/types/locale/en-US.d.ts +5 -0
  29. package/lib/types/locale/fa-IR.d.ts +5 -0
  30. package/lib/types/locale/fr-FR.d.ts +5 -0
  31. package/lib/types/locale/ru-RU.d.ts +5 -0
  32. package/lib/types/locale/vi-VN.d.ts +5 -0
  33. package/lib/types/locale/zh-CN.d.ts +5 -0
  34. package/lib/types/locale/zh-TW.d.ts +5 -0
  35. package/lib/umd/index.js +7 -7
  36. package/lib/umd/locale/en-US.js +1 -1
  37. package/lib/umd/locale/fa-IR.js +1 -1
  38. package/lib/umd/locale/fr-FR.js +1 -1
  39. package/lib/umd/locale/ru-RU.js +1 -1
  40. package/lib/umd/locale/vi-VN.js +1 -1
  41. package/lib/umd/locale/zh-CN.js +1 -1
  42. package/lib/umd/locale/zh-TW.js +1 -1
  43. package/package.json +13 -13
@@ -43,4 +43,4 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
43
43
  2. Chinese uppercase
44
44
  3. Reading and Writing Chinese Characters`}}},NUMBERVALUE:{description:"Converts text to number in a locale-independent manner",abstract:"Converts text to number in a locale-independent manner",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/numbervalue-function-1b05c8cf-2bfa-4437-af70-596c7ea7d879"}],functionParameter:{text:{name:"text",detail:"The text to convert to a number."},decimalSeparator:{name:"decimal_separator",detail:"The character used to separate the integer and fractional part of the result."},groupSeparator:{name:"group_separator",detail:"The character used to separate groupings of numbers."}}},PHONETIC:{description:"Extracts the phonetic (furigana) characters from a text string",abstract:"Extracts the phonetic (furigana) characters from a text string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/phonetic-function-9a329dac-0c0f-42f8-9a55-639086988554"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},PROPER:{description:"Capitalizes the first letter in each word of a text value",abstract:"Capitalizes the first letter in each word of a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/proper-function-52a5a283-e8b2-49be-8506-b2887b889f94"}],functionParameter:{text:{name:"text",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."}}},REGEXEXTRACT:{description:"Extracts the first matching substrings according to a regular expression.",abstract:"Extracts the first matching substrings according to a regular expression.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098244?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The input text."},regularExpression:{name:"regular_expression",detail:"The first part of text that matches this expression will be returned."}}},REGEXMATCH:{description:"Whether a piece of text matches a regular expression.",abstract:"Whether a piece of text matches a regular expression.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098292?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The text to be tested against the regular expression."},regularExpression:{name:"regular_expression",detail:"The regular expression to test the text against."}}},REGEXREPLACE:{description:"Replaces part of a text string with a different text string using regular expressions.",abstract:"Replaces part of a text string with a different text string using regular expressions.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098245?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The text, a part of which will be replaced."},regularExpression:{name:"regular_expression",detail:"The regular expression. All matching instances in text will be replaced."},replacement:{name:"replacement",detail:"The text which will be inserted into the original text."}}},REPLACE:{description:"Replaces characters within text",abstract:"Replaces characters within text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"old_text",detail:"Text in which you want to replace some characters."},startNum:{name:"start_num",detail:"The position of the character in old_text that you want to replace with new_text."},numChars:{name:"num_chars",detail:"The number of characters in old_text that you want REPLACE to replace with new_text."},newText:{name:"new_text",detail:"The text that will replace characters in old_text."}}},REPLACEB:{description:"Replaces characters within text",abstract:"Replaces characters within text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"old_text",detail:"Text in which you want to replace some characters."},startNum:{name:"start_num",detail:"The position of the character in old_text that you want to replace with new_text."},numBytes:{name:"num_bytes",detail:"The number of bytes in old_text that you want REPLACEB to replace with new_text."},newText:{name:"new_text",detail:"The text that will replace characters in old_text."}}},REPT:{description:"Repeats text a given number of times",abstract:"Repeats text a given number of times",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/rept-function-04c4d778-e712-43b4-9c15-d656582bb061"}],functionParameter:{text:{name:"text",detail:"The text you want to repeat."},numberTimes:{name:"number_times",detail:"A positive number specifying the number of times to repeat text."}}},RIGHT:{description:"Returns the rightmost characters from a text value",abstract:"Returns the rightmost characters from a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"text",detail:"The text string containing the characters you want to extract."},numChars:{name:"num_chars",detail:"Specifies the number of characters you want RIGHT to extract."}}},RIGHTB:{description:"Returns the rightmost characters from a text value",abstract:"Returns the rightmost characters from a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"text",detail:"The text string containing the characters you want to extract."},numBytes:{name:"num_bytes",detail:"Specifies the number of characters you want RIGHTB to extract, based on bytes."}}},SEARCH:{description:"Finds one text value within another (not case-sensitive)",abstract:"Finds one text value within another (not case-sensitive)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"find_text",detail:"The text you want to find."},withinText:{name:"within_text",detail:"The text containing the text you want to find."},startNum:{name:"start_num",detail:"Specifies the character at which to start the search. If you omit start_num, it is assumed to be 1."}}},SEARCHB:{description:"Finds one text value within another (not case-sensitive)",abstract:"Finds one text value within another (not case-sensitive)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"find_text",detail:"The text you want to find."},withinText:{name:"within_text",detail:"The text containing the text you want to find."},startNum:{name:"start_num",detail:"Specifies the character at which to start the search. If you omit start_num, it is assumed to be 1."}}},SUBSTITUTE:{description:"Substitutes new text for old text in a text string",abstract:"Substitutes new text for old text in a text string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/substitute-function-6434944e-a904-4336-a9b0-1e58df3bc332"}],functionParameter:{text:{name:"text",detail:"The text or the reference to a cell containing text for which you want to substitute characters."},oldText:{name:"old_text",detail:"The text you want to replace."},newText:{name:"new_text",detail:"The text you want to replace old_text with."},instanceNum:{name:"instance_num",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."}}},T:{description:"Converts its arguments to text",abstract:"Converts its arguments to text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/t-function-fb83aeec-45e7-4924-af95-53e073541228"}],functionParameter:{value:{name:"value",detail:"The value you want to test."}}},TEXT:{description:"Formats a number and converts it to text",abstract:"Formats a number and converts it to text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/text-function-20d5ac4d-7b94-49fd-bb38-93d29371225c"}],functionParameter:{value:{name:"value",detail:"A numeric value that you want to be converted into text."},formatText:{name:"format_text",detail:"A text string that defines the formatting that you want to be applied to the supplied value."}}},TEXTAFTER:{description:"Returns text that occurs after given character or string",abstract:"Returns text that occurs after given character or string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textafter-function-c8db2546-5b51-416a-9690-c7e6722e90b4"}],functionParameter:{text:{name:"text",detail:"The text you are searching within. Wildcard characters not allowed."},delimiter:{name:"delimiter",detail:"The text that marks the point after which you want to extract."},instanceNum:{name:"instance_num",detail:"The instance of the delimiter after which you want to extract the text."},matchMode:{name:"match_mode",detail:"Determines whether the text search is case-sensitive. The default is case-sensitive."},matchEnd:{name:"match_end",detail:"Treats the end of text as a delimiter. By default, the text is an exact match."},ifNotFound:{name:"if_not_found",detail:"Value returned if no match is found. By default, #N/A is returned."}}},TEXTBEFORE:{description:"Returns text that occurs before a given character or string",abstract:"Returns text that occurs before a given character or string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textbefore-function-d099c28a-dba8-448e-ac6c-f086d0fa1b29"}],functionParameter:{text:{name:"text",detail:"The text you are searching within. Wildcard characters not allowed."},delimiter:{name:"delimiter",detail:"The text that marks the point after which you want to extract."},instanceNum:{name:"instance_num",detail:"The instance of the delimiter after which you want to extract the text."},matchMode:{name:"match_mode",detail:"Determines whether the text search is case-sensitive. The default is case-sensitive."},matchEnd:{name:"match_end",detail:"Treats the end of text as a delimiter. By default, the text is an exact match."},ifNotFound:{name:"if_not_found",detail:"Value returned if no match is found. By default, #N/A is returned."}}},TEXTJOIN:{description:"Text: Combines the text from multiple ranges and/or strings",abstract:"Text: Combines the text from multiple ranges and/or strings",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textjoin-function-357b449a-ec91-49d0-80c3-0e8fc845691c"}],functionParameter:{delimiter:{name:"delimiter",detail:"A text string, either empty, or one or more characters enclosed by double quotes, or a reference to a valid text string."},ignoreEmpty:{name:"ignore_empty",detail:"If TRUE, ignores empty cells."},text1:{name:"text1",detail:"Text item to be joined. A text string, or array of strings, such as a range of cells."},text2:{name:"text2",detail:"Additional text items to be joined. There can be a maximum of 252 text arguments for the text items, including text1. Each can be a text string, or array of strings, such as a range of cells."}}},TEXTSPLIT:{description:"Splits text strings by using column and row delimiters",abstract:"Splits text strings by using column and row delimiters",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textsplit-function-b1ca414e-4c21-4ca0-b1b7-bdecace8a6e7"}],functionParameter:{text:{name:"text",detail:"The text to split."},colDelimiter:{name:"col_delimiter",detail:"The character or string by which to split the column."},rowDelimiter:{name:"row_delimiter",detail:"The character or string on which to split the line."},ignoreEmpty:{name:"ignore_empty",detail:"Whether to ignore empty cells. The default is FALSE."},matchMode:{name:"match_mode",detail:"Searches for a delimiter match in the text. By default, a case-sensitive match is done."},padWith:{name:"pad_with",detail:"The value to use for padding. By default, #N/A is used."}}},TRIM:{description:"Removes all spaces from text except for single spaces between words.",abstract:"Removes spaces from text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/trim-function-410388fa-c5df-49c6-b16c-9e5630b479f9"}],functionParameter:{text:{name:"text",detail:"The text from which you want spaces removed."}}},UNICHAR:{description:"Returns the Unicode character that is references by the given numeric value",abstract:"Returns the Unicode character that is references by the given numeric value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/unichar-function-ffeb64f5-f131-44c6-b332-5cd72f0659b8"}],functionParameter:{number:{name:"number",detail:"Number is the Unicode number that represents the character."}}},UNICODE:{description:"Returns the number (code point) that corresponds to the first character of the text",abstract:"Returns the number (code point) that corresponds to the first character of the text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/unicode-function-adb74aaa-a2a5-4dde-aff6-966e4e81f16f"}],functionParameter:{text:{name:"text",detail:"Text is the character for which you want the Unicode value."}}},UPPER:{description:"Converts text to uppercase",abstract:"Converts text to uppercase",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/upper-function-c11f29b3-d1a3-4537-8df6-04d0049963d6"}],functionParameter:{text:{name:"text",detail:"The text you want converted to uppercase."}}},VALUE:{description:"Converts a text argument to a number",abstract:"Converts a text argument to a number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2"}],functionParameter:{text:{name:"text",detail:"The text enclosed in quotation marks or a reference to a cell containing the text you want to convert."}}},VALUETOTEXT:{description:"Returns text from any specified value",abstract:"Returns text from any specified value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/valuetotext-function-5fff61a2-301a-4ab2-9ffa-0a5242a08fea"}],functionParameter:{value:{name:"value",detail:"The value to return as text."},format:{name:"format",detail:`The format of the returned data. It can be one of two values:
45
45
  0 Default. Concise format that is easy to read.
46
- 1 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.`}}},CALL:{description:"Calls a procedure in a dynamic link library or code resource",abstract:"Calls a procedure in a dynamic link library or code resource",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",abstract:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",abstract:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},d={},h={ENCODEURL:{description:"Returns a URL-encoded string",abstract:"Returns a URL-encoded string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"A string to be URL encoded"}}},FILTERXML:{description:"Returns specific data from the XML content by using the specified XPath",abstract:"Returns specific data from the XML content by using the specified XPath",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Returns data from a web service",abstract:"Returns data from a web service",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},p={formula:{insert:{tooltip:"توابع",sum:"SUM",average:"AVERAGE",count:"COUNT",max:"MAX",min:"MIN",more:"توابع بیشتر..."},functionList:{...o,...r,...l,...m,...c,...n,...f,...u,...s,...i,...a,...t,...h,...e,...d},prompt:{helpExample:"مثال",helpAbstract:"درباره",required:"ضروری.",optional:"اختیاری."},error:{title:"خطا",divByZero:"خطای تقسیم بر صفر",name:"خطای نام نامعتبر",value:"خطا در مقدار",num:"خطای عدد",na:"خطای مقدار موجود نیست",cycle:"خطای مرجع دوره‌ای",ref:"خطای مرجع سلول نامعتبر",spill:"دامنه ریزش خالی نیست",calc:"خطای محاسبه",error:"خطا",connect:"در حال دریافت داده‌ها",null:"خطای تهی"},functionType:{financial:"مالی",date:"تاریخ و زمان",math:"ریاضی و مثلثاتی",statistical:"آماری",lookup:"جستجو و مرجع",database:"پایگاه داده",text:"متن",logical:"منطقی",information:"اطلاعاتی",engineering:"مهندسی",cube:"مکعب",compatibility:"سازگاری",web:"وب",array:"آرایه",univer:"Univer",user:"تعریف شده توسط کاربر",definedname:"نام تعریف شده"},moreFunctions:{confirm:"تایید",prev:"قبلی",next:"بعدی",searchFunctionPlaceholder:"جستجوی تابع",allFunctions:"همه توابع",syntax:"سینتکس"},operation:{pasteFormula:"چسباندن فرمول"}}};module.exports=p;
46
+ 1 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.`}}},CALL:{description:"Calls a procedure in a dynamic link library or code resource",abstract:"Calls a procedure in a dynamic link library or code resource",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",abstract:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",abstract:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},d={},h={ENCODEURL:{description:"Returns a URL-encoded string",abstract:"Returns a URL-encoded string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"A string to be URL encoded"}}},FILTERXML:{description:"Returns specific data from the XML content by using the specified XPath",abstract:"Returns specific data from the XML content by using the specified XPath",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Returns data from a web service",abstract:"Returns data from a web service",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},p={shortcut:{"sheets-formula-ui":{"quick-sum":"جمع سریع"}},formula:{insert:{tooltip:"توابع",sum:"SUM",average:"AVERAGE",count:"COUNT",max:"MAX",min:"MIN",more:"توابع بیشتر..."},functionList:{...o,...r,...l,...m,...c,...n,...f,...u,...s,...i,...a,...t,...h,...e,...d},prompt:{helpExample:"مثال",helpAbstract:"درباره",required:"ضروری.",optional:"اختیاری."},error:{title:"خطا",divByZero:"خطای تقسیم بر صفر",name:"خطای نام نامعتبر",value:"خطا در مقدار",num:"خطای عدد",na:"خطای مقدار موجود نیست",cycle:"خطای مرجع دوره‌ای",ref:"خطای مرجع سلول نامعتبر",spill:"دامنه ریزش خالی نیست",calc:"خطای محاسبه",error:"خطا",connect:"در حال دریافت داده‌ها",null:"خطای تهی"},functionType:{financial:"مالی",date:"تاریخ و زمان",math:"ریاضی و مثلثاتی",statistical:"آماری",lookup:"جستجو و مرجع",database:"پایگاه داده",text:"متن",logical:"منطقی",information:"اطلاعاتی",engineering:"مهندسی",cube:"مکعب",compatibility:"سازگاری",web:"وب",array:"آرایه",univer:"Univer",user:"تعریف شده توسط کاربر",definedname:"نام تعریف شده"},moreFunctions:{confirm:"تایید",prev:"قبلی",next:"بعدی",searchFunctionPlaceholder:"جستجوی تابع",allFunctions:"همه توابع",syntax:"سینتکس"},operation:{pasteFormula:"چسباندن فرمول"}}};module.exports=p;
@@ -43,4 +43,4 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
43
43
  2. Chinese uppercase
44
44
  3. Reading and Writing Chinese Characters`}}},NUMBERVALUE:{description:"Converts text to number in a locale-independent manner",abstract:"Converts text to number in a locale-independent manner",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/numbervalue-function-1b05c8cf-2bfa-4437-af70-596c7ea7d879"}],functionParameter:{text:{name:"text",detail:"The text to convert to a number."},decimalSeparator:{name:"decimal_separator",detail:"The character used to separate the integer and fractional part of the result."},groupSeparator:{name:"group_separator",detail:"The character used to separate groupings of numbers."}}},PHONETIC:{description:"Extracts the phonetic (furigana) characters from a text string",abstract:"Extracts the phonetic (furigana) characters from a text string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/phonetic-function-9a329dac-0c0f-42f8-9a55-639086988554"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},PROPER:{description:"Capitalizes the first letter in each word of a text value",abstract:"Capitalizes the first letter in each word of a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/proper-function-52a5a283-e8b2-49be-8506-b2887b889f94"}],functionParameter:{text:{name:"text",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."}}},REGEXEXTRACT:{description:"Extracts the first matching substrings according to a regular expression.",abstract:"Extracts the first matching substrings according to a regular expression.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098244?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The input text."},regularExpression:{name:"regular_expression",detail:"The first part of text that matches this expression will be returned."}}},REGEXMATCH:{description:"Whether a piece of text matches a regular expression.",abstract:"Whether a piece of text matches a regular expression.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098292?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The text to be tested against the regular expression."},regularExpression:{name:"regular_expression",detail:"The regular expression to test the text against."}}},REGEXREPLACE:{description:"Replaces part of a text string with a different text string using regular expressions.",abstract:"Replaces part of a text string with a different text string using regular expressions.",links:[{title:"Instruction",url:"https://support.google.com/docs/answer/3098245?sjid=5628197291201472796-AP&hl=en"}],functionParameter:{text:{name:"text",detail:"The text, a part of which will be replaced."},regularExpression:{name:"regular_expression",detail:"The regular expression. All matching instances in text will be replaced."},replacement:{name:"replacement",detail:"The text which will be inserted into the original text."}}},REPLACE:{description:"Replaces characters within text",abstract:"Replaces characters within text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"old_text",detail:"Text in which you want to replace some characters."},startNum:{name:"start_num",detail:"The position of the character in old_text that you want to replace with new_text."},numChars:{name:"num_chars",detail:"The number of characters in old_text that you want REPLACE to replace with new_text."},newText:{name:"new_text",detail:"The text that will replace characters in old_text."}}},REPLACEB:{description:"Replaces characters within text",abstract:"Replaces characters within text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"old_text",detail:"Text in which you want to replace some characters."},startNum:{name:"start_num",detail:"The position of the character in old_text that you want to replace with new_text."},numBytes:{name:"num_bytes",detail:"The number of bytes in old_text that you want REPLACEB to replace with new_text."},newText:{name:"new_text",detail:"The text that will replace characters in old_text."}}},REPT:{description:"Repeats text a given number of times",abstract:"Repeats text a given number of times",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/rept-function-04c4d778-e712-43b4-9c15-d656582bb061"}],functionParameter:{text:{name:"text",detail:"The text you want to repeat."},numberTimes:{name:"number_times",detail:"A positive number specifying the number of times to repeat text."}}},RIGHT:{description:"Returns the rightmost characters from a text value",abstract:"Returns the rightmost characters from a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"text",detail:"The text string containing the characters you want to extract."},numChars:{name:"num_chars",detail:"Specifies the number of characters you want RIGHT to extract."}}},RIGHTB:{description:"Returns the rightmost characters from a text value",abstract:"Returns the rightmost characters from a text value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"text",detail:"The text string containing the characters you want to extract."},numBytes:{name:"num_bytes",detail:"Specifies the number of characters you want RIGHTB to extract, based on bytes."}}},SEARCH:{description:"Finds one text value within another (not case-sensitive)",abstract:"Finds one text value within another (not case-sensitive)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"find_text",detail:"The text you want to find."},withinText:{name:"within_text",detail:"The text containing the text you want to find."},startNum:{name:"start_num",detail:"Specifies the character at which to start the search. If you omit start_num, it is assumed to be 1."}}},SEARCHB:{description:"Finds one text value within another (not case-sensitive)",abstract:"Finds one text value within another (not case-sensitive)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"find_text",detail:"The text you want to find."},withinText:{name:"within_text",detail:"The text containing the text you want to find."},startNum:{name:"start_num",detail:"Specifies the character at which to start the search. If you omit start_num, it is assumed to be 1."}}},SUBSTITUTE:{description:"Substitutes new text for old text in a text string",abstract:"Substitutes new text for old text in a text string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/substitute-function-6434944e-a904-4336-a9b0-1e58df3bc332"}],functionParameter:{text:{name:"text",detail:"The text or the reference to a cell containing text for which you want to substitute characters."},oldText:{name:"old_text",detail:"The text you want to replace."},newText:{name:"new_text",detail:"The text you want to replace old_text with."},instanceNum:{name:"instance_num",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."}}},T:{description:"Converts its arguments to text",abstract:"Converts its arguments to text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/t-function-fb83aeec-45e7-4924-af95-53e073541228"}],functionParameter:{value:{name:"value",detail:"The value you want to test."}}},TEXT:{description:"Formats a number and converts it to text",abstract:"Formats a number and converts it to text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/text-function-20d5ac4d-7b94-49fd-bb38-93d29371225c"}],functionParameter:{value:{name:"value",detail:"A numeric value that you want to be converted into text."},formatText:{name:"format_text",detail:"A text string that defines the formatting that you want to be applied to the supplied value."}}},TEXTAFTER:{description:"Returns text that occurs after given character or string",abstract:"Returns text that occurs after given character or string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textafter-function-c8db2546-5b51-416a-9690-c7e6722e90b4"}],functionParameter:{text:{name:"text",detail:"The text you are searching within. Wildcard characters not allowed."},delimiter:{name:"delimiter",detail:"The text that marks the point after which you want to extract."},instanceNum:{name:"instance_num",detail:"The instance of the delimiter after which you want to extract the text."},matchMode:{name:"match_mode",detail:"Determines whether the text search is case-sensitive. The default is case-sensitive."},matchEnd:{name:"match_end",detail:"Treats the end of text as a delimiter. By default, the text is an exact match."},ifNotFound:{name:"if_not_found",detail:"Value returned if no match is found. By default, #N/A is returned."}}},TEXTBEFORE:{description:"Returns text that occurs before a given character or string",abstract:"Returns text that occurs before a given character or string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textbefore-function-d099c28a-dba8-448e-ac6c-f086d0fa1b29"}],functionParameter:{text:{name:"text",detail:"The text you are searching within. Wildcard characters not allowed."},delimiter:{name:"delimiter",detail:"The text that marks the point after which you want to extract."},instanceNum:{name:"instance_num",detail:"The instance of the delimiter after which you want to extract the text."},matchMode:{name:"match_mode",detail:"Determines whether the text search is case-sensitive. The default is case-sensitive."},matchEnd:{name:"match_end",detail:"Treats the end of text as a delimiter. By default, the text is an exact match."},ifNotFound:{name:"if_not_found",detail:"Value returned if no match is found. By default, #N/A is returned."}}},TEXTJOIN:{description:"Text: Combines the text from multiple ranges and/or strings",abstract:"Text: Combines the text from multiple ranges and/or strings",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textjoin-function-357b449a-ec91-49d0-80c3-0e8fc845691c"}],functionParameter:{delimiter:{name:"delimiter",detail:"A text string, either empty, or one or more characters enclosed by double quotes, or a reference to a valid text string."},ignoreEmpty:{name:"ignore_empty",detail:"If TRUE, ignores empty cells."},text1:{name:"text1",detail:"Text item to be joined. A text string, or array of strings, such as a range of cells."},text2:{name:"text2",detail:"Additional text items to be joined. There can be a maximum of 252 text arguments for the text items, including text1. Each can be a text string, or array of strings, such as a range of cells."}}},TEXTSPLIT:{description:"Splits text strings by using column and row delimiters",abstract:"Splits text strings by using column and row delimiters",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/textsplit-function-b1ca414e-4c21-4ca0-b1b7-bdecace8a6e7"}],functionParameter:{text:{name:"text",detail:"The text to split."},colDelimiter:{name:"col_delimiter",detail:"The character or string by which to split the column."},rowDelimiter:{name:"row_delimiter",detail:"The character or string on which to split the line."},ignoreEmpty:{name:"ignore_empty",detail:"Whether to ignore empty cells. The default is FALSE."},matchMode:{name:"match_mode",detail:"Searches for a delimiter match in the text. By default, a case-sensitive match is done."},padWith:{name:"pad_with",detail:"The value to use for padding. By default, #N/A is used."}}},TRIM:{description:"Removes all spaces from text except for single spaces between words.",abstract:"Removes spaces from text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/trim-function-410388fa-c5df-49c6-b16c-9e5630b479f9"}],functionParameter:{text:{name:"text",detail:"The text from which you want spaces removed."}}},UNICHAR:{description:"Returns the Unicode character that is references by the given numeric value",abstract:"Returns the Unicode character that is references by the given numeric value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/unichar-function-ffeb64f5-f131-44c6-b332-5cd72f0659b8"}],functionParameter:{number:{name:"number",detail:"Number is the Unicode number that represents the character."}}},UNICODE:{description:"Returns the number (code point) that corresponds to the first character of the text",abstract:"Returns the number (code point) that corresponds to the first character of the text",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/unicode-function-adb74aaa-a2a5-4dde-aff6-966e4e81f16f"}],functionParameter:{text:{name:"text",detail:"Text is the character for which you want the Unicode value."}}},UPPER:{description:"Converts text to uppercase",abstract:"Converts text to uppercase",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/upper-function-c11f29b3-d1a3-4537-8df6-04d0049963d6"}],functionParameter:{text:{name:"text",detail:"The text you want converted to uppercase."}}},VALUE:{description:"Converts a text argument to a number",abstract:"Converts a text argument to a number",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2"}],functionParameter:{text:{name:"text",detail:"The text enclosed in quotation marks or a reference to a cell containing the text you want to convert."}}},VALUETOTEXT:{description:"Returns text from any specified value",abstract:"Returns text from any specified value",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/valuetotext-function-5fff61a2-301a-4ab2-9ffa-0a5242a08fea"}],functionParameter:{value:{name:"value",detail:"The value to return as text."},format:{name:"format",detail:`The format of the returned data. It can be one of two values:
45
45
  0 Default. Concise format that is easy to read.
46
- 1 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.`}}},CALL:{description:"Calls a procedure in a dynamic link library or code resource",abstract:"Calls a procedure in a dynamic link library or code resource",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",abstract:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",abstract:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},d={},h={ENCODEURL:{description:"Returns a URL-encoded string",abstract:"Returns a URL-encoded string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"A string to be URL encoded"}}},FILTERXML:{description:"Returns specific data from the XML content by using the specified XPath",abstract:"Returns specific data from the XML content by using the specified XPath",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Returns data from a web service",abstract:"Returns data from a web service",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},p={formula:{insert:{tooltip:"Fonctions",sum:"SOMME",average:"MOYENNE",count:"NOMBRE",max:"MAX",min:"MIN",more:"Plus de fonctions..."},functionList:{...o,...r,...l,...m,...c,...n,...f,...u,...s,...i,...a,...t,...h,...e,...d},prompt:{helpExample:"EXEMPLE",helpAbstract:"À PROPOS",required:"Requis.",optional:"Optionnel."},error:{title:"Erreur",divByZero:"Erreur de division par zéro",name:"Erreur de nom invalide",value:"Erreur de valeur",num:"Erreur de nombre",na:"Erreur de valeur non disponible",cycle:"Erreur de référence circulaire",ref:"Erreur de référence de cellule invalide",spill:"La plage de débordement n'est pas vide",calc:"Erreur de calcul",error:"Erreur",connect:"Récupération des données",null:"Erreur nulle"},functionType:{financial:"Financier",date:"Date & Heure",math:"Math & Trigo",statistical:"Statistique",lookup:"Recherche & Référence",database:"Base de données",text:"Texte",logical:"Logique",information:"Information",engineering:"Ingénierie",cube:"Cube",compatibility:"Compatibilité",web:"Web",array:"Tableau",univer:"Univer",user:"Définies par l'utilisateur",definedname:"Nom défini"},moreFunctions:{confirm:"Confirmer",prev:"Précédent",next:"Suivant",searchFunctionPlaceholder:"Rechercher une fonction",allFunctions:"Toutes les fonctions",syntax:"SYNTAXE"},operation:{pasteFormula:"Coller la formule"}}};module.exports=p;
46
+ 1 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.`}}},CALL:{description:"Calls a procedure in a dynamic link library or code resource",abstract:"Calls a procedure in a dynamic link library or code resource",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",abstract:"Converts a number to euros, converts a number from euros to a euro member currency, or converts a number from one euro member currency to another by using the euro as an intermediary (triangulation)",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",abstract:"Returns the register ID of the specified dynamic link library (DLL) or code resource that has been previously registered",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},d={},h={ENCODEURL:{description:"Returns a URL-encoded string",abstract:"Returns a URL-encoded string",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"text",detail:"A string to be URL encoded"}}},FILTERXML:{description:"Returns specific data from the XML content by using the specified XPath",abstract:"Returns specific data from the XML content by using the specified XPath",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"Returns data from a web service",abstract:"Returns data from a web service",links:[{title:"Instruction",url:"https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},p={shortcut:{"sheets-formula-ui":{"quick-sum":"Somme rapide"}},formula:{insert:{tooltip:"Fonctions",sum:"SOMME",average:"MOYENNE",count:"NOMBRE",max:"MAX",min:"MIN",more:"Plus de fonctions..."},functionList:{...o,...r,...l,...m,...c,...n,...f,...u,...s,...i,...a,...t,...h,...e,...d},prompt:{helpExample:"EXEMPLE",helpAbstract:"À PROPOS",required:"Requis.",optional:"Optionnel."},error:{title:"Erreur",divByZero:"Erreur de division par zéro",name:"Erreur de nom invalide",value:"Erreur de valeur",num:"Erreur de nombre",na:"Erreur de valeur non disponible",cycle:"Erreur de référence circulaire",ref:"Erreur de référence de cellule invalide",spill:"La plage de débordement n'est pas vide",calc:"Erreur de calcul",error:"Erreur",connect:"Récupération des données",null:"Erreur nulle"},functionType:{financial:"Financier",date:"Date & Heure",math:"Math & Trigo",statistical:"Statistique",lookup:"Recherche & Référence",database:"Base de données",text:"Texte",logical:"Logique",information:"Information",engineering:"Ingénierie",cube:"Cube",compatibility:"Compatibilité",web:"Web",array:"Tableau",univer:"Univer",user:"Définies par l'utilisateur",definedname:"Nom défini"},moreFunctions:{confirm:"Confirmer",prev:"Précédent",next:"Suivant",searchFunctionPlaceholder:"Rechercher une fonction",allFunctions:"Toutes les fonctions",syntax:"SYNTAXE"},operation:{pasteFormula:"Coller la formule"}}};module.exports=p;
@@ -43,4 +43,4 @@ COUNTIF uses only a single criteria. Use COUNTIFS if you want to use multiple cr
43
43
  2. Китайские иероглифы в верхнем регистре
44
44
  3. Чтение и написание китайских иероглифов`}}},NUMBERVALUE:{description:"Преобразует текст в число независимо от региональных стандартов",abstract:"Преобразует текст в число независимо от региональных стандартов",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/numbervalue-function-1b05c8cf-2bfa-4437-af70-596c7ea7d879"}],functionParameter:{text:{name:"текст",detail:"Текст для преобразования в число."},decimalSeparator:{name:"десятичный_разделитель",detail:"Символ, который будет использоваться для разделения дробной и целой части результата."},groupSeparator:{name:"разделитель_групп",detail:"Символ, используемый для разделения групп цифр, например тысяч от сотен и миллионов от тысяч."}}},PHONETIC:{description:"Извлекает фонетические (фуригана) символы из текстовой строки",abstract:"Извлекает фонетические (фуригана) символы из текстовой строки",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/phonetic-function-9a329dac-0c0f-42f8-9a55-639086988554"}],functionParameter:{number1:{name:"number1",detail:"первый"},number2:{name:"number2",detail:"второй"}}},PROPER:{description:"Преобразует первый символ каждого слова в текстовом значении в заглавную букву",abstract:"Преобразует первый символ каждого слова в текстовом значении в заглавную букву",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/proper-function-52a5a283-e8b2-49be-8506-b2887b889f94"}],functionParameter:{text:{name:"текст",detail:"Текст в кавычках, формула, возвращающая текст, либо ссылка на ячейку, содержащую текст, в котором требуется заменить некоторые буквы на прописные."}}},REGEXEXTRACT:{description:"Извлекает первые части текста, соответствующие регулярному выражению.",abstract:"Извлекает первые части текста, соответствующие регулярному выражению.",links:[{title:"Инструкция",url:"https://support.google.com/docs/answer/3098244?sjid=5628197291201472796-AP&hl=ru-Ru"}],functionParameter:{text:{name:"текст",detail:"исходный текст."},regularExpression:{name:"регулярное_выражение",detail:"заданное выражение. Будет показано первое совпадение с ним в тексте."}}},REGEXMATCH:{description:"Проверяет, соответствует ли текст регулярному выражению.",abstract:"Проверяет, соответствует ли текст регулярному выражению.",links:[{title:"Инструкция",url:"https://support.google.com/docs/answer/3098292?sjid=5628197291201472796-AP&hl=ru-Ru"}],functionParameter:{text:{name:"текст",detail:"текст, в котором проверяется наличие заданного выражения."},regularExpression:{name:"регулярное_выражение",detail:"фраза, которую нужно найти в тексте."}}},REGEXREPLACE:{description:"Заменяет часть строки на другой текст с помощью регулярного выражения.",abstract:"Заменяет часть строки на другой текст с помощью регулярного выражения.",links:[{title:"教学",url:"https://support.google.com/docs/answer/3098245?sjid=5628197291201472796-AP&hl=ru-Ru"}],functionParameter:{text:{name:"текст",detail:"текст, часть которого нужно заменить."},regularExpression:{name:"регулярное_выражение",detail:"регулярное выражение. Все совпадения с ним в тексте будут заменены."},replacement:{name:"замена",detail:"текст, который нужно вставить."}}},REPLACE:{description:"Заменяет символы в тексте",abstract:"Заменяет символы в тексте",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"старый текст",detail:"Текст, в котором требуется заменить некоторые символы."},startNum:{name:"стартовая позиция",detail:"Позиция первого символа заменяемого текста."},numChars:{name:"количество_знаков",detail:"Количество символов, замененных функцией REPLACE."},newText:{name:"текст замены",detail:"Текст, который заменит символы в старом тексте."}}},REPLACEB:{description:"Заменяет символы в тексте",abstract:"Заменяет символы в тексте",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/replace-replaceb-functions-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"старый текст",detail:"Текст, в котором требуется заменить некоторые символы."},startNum:{name:"стартовая позиция",detail:"Позиция первого символа заменяемого текста."},numBytes:{name:"количество_байтов",detail:"Указывает в байтах количество символов, которые заменяет функция REPLACEB."},newText:{name:"текст замены",detail:"Текст, который заменит символы в старом тексте."}}},REPT:{description:"Повторяет текст заданное количество раз",abstract:"Повторяет текст заданное количество раз",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/rept-function-04c4d778-e712-43b4-9c15-d656582bb061"}],functionParameter:{text:{name:"текст",detail:"Повторяемый текст."},numberTimes:{name:"число_повторений",detail:"Положительное число, определяющее, сколько раз требуется повторить текст."}}},RIGHT:{description:"Возвращает крайние правые символы из текстового значения",abstract:"Возвращает крайние правые символы из текстового значения",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"текст",detail:"Текстовая строка, содержащая символы, которые требуется извлечь."},numChars:{name:"количество_знаков",detail:"Количество символов, извлекаемых функцией RIGHT."}}},RIGHTB:{description:"Возвращает крайние правые символы из текстового значения",abstract:"Возвращает крайние правые символы из текстового значения",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/right-rightb-functions-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"текст",detail:"Текстовая строка, содержащая символы, которые требуется извлечь."},numBytes:{name:"количество_байтов",detail:"Указывает в байтах количество символов, извлекаемых функцией RIGHTB."}}},SEARCH:{description:"Находит одно текстовое значение внутри другого (без учета регистра)",abstract:"Находит одно текстовое значение внутри другого (без учета регистра)",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"строка поиска",detail:"Строка, которую нужно найти в «Текст для поиска»."},withinText:{name:"текст для поиска",detail:"Первое вхождение текста для поиска «строки поиска»."},startNum:{name:"стартовая позиция",detail:"Позиция символа, с которой начинается поиск в «тексте для поиска». Если опущено, предполагается значение 1."}}},SEARCHB:{description:"Находит одно текстовое значение внутри другого (без учета регистра)",abstract:"Находит одно текстовое значение внутри другого (без учета регистра)",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/search-searchb-functions-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"строка поиска",detail:"Строка, которую нужно найти в «Текст для поиска»."},withinText:{name:"текст для поиска",detail:"Первое вхождение текста для поиска «строки поиска»."},startNum:{name:"стартовая позиция",detail:"Позиция символа, с которой начинается поиск в «тексте для поиска». Если опущено, предполагается значение 1."}}},SUBSTITUTE:{description:"Заменяет новый текст на старый текст в строке текста",abstract:"Заменяет новый текст на старый текст в строке текста",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/substitute-function-6434944e-a904-4336-a9b0-1e58df3bc332"}],functionParameter:{text:{name:"текст",detail:"Текст или ссылка на ячейку, содержащую текст, в котором подставляются знаки."},oldText:{name:"стар_текст",detail:"Заменяемый текст."},newText:{name:"нов_текст",detail:'Текст, на который заменяется "стар_текст".'},instanceNum:{name:"номер_вхождения",detail:'Определяет, какое вхождение фрагмента "стар_текст" нужно заменить фрагментом "нов_текст". Если этот аргумент определен, то заменяется только заданное вхождение фрагмента "стар_текст". В противном случае все вхождения фрагмента "стар_текст" в тексте заменяются фрагментом "нов_текст".'}}},T:{description:"Преобразует свои аргументы в текст",abstract:"Преобразует свои аргументы в текст",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/t-function-fb83aeec-45e7-4924-af95-53e073541228"}],functionParameter:{value:{name:"значение",detail:"Проверяемое значение."}}},TEXT:{description:"Форматирует число и преобразует его в текст",abstract:"Форматирует число и преобразует его в текст",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/text-function-20d5ac4d-7b94-49fd-bb38-93d29371225c"}],functionParameter:{value:{name:"значение",detail:"Числовое значение, которое вы хотите преобразовать в текст."},formatText:{name:"формат_текста",detail:"Строка текста, которая определяет форматирование, которое вы хотите применить к указанному значению."}}},TEXTAFTER:{description:"Возвращает текст, который находится после указанного символа или строки",abstract:"Возвращает текст, который находится после указанного символа или строки",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/textafter-function-c8db2546-5b51-416a-9690-c7e6722e90b4"}],functionParameter:{text:{name:"текст",detail:"Текст, в котором производится поиск. Использовать подстановочные знаки не разрешено."},delimiter:{name:"разделитель",detail:"Текст, помечающий точку, после которой нужно извлечь текст."},instanceNum:{name:"номер_вхождения",detail:"Экземпляр разделителя, после которого вы хотите извлечь текст."},matchMode:{name:"шаблон соответствия",detail:"Определяет, учитывается ли регистр в текстовом поиске. По умолчанию регистр учитывается."},matchEnd:{name:"конец матча",detail:"Рассматривает конец текста как разделитель. По умолчанию текст является точным совпадением."},ifNotFound:{name:"если не найдено",detail:"Значение возвращается, если совпадение не найдено. По умолчанию возвращается значение #N/A."}}},TEXTBEFORE:{description:"Возвращает текст, который находится до указанного символа или строки",abstract:"Возвращает текст, который находится до указанного символа или строки",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/textbefore-function-d099c28a-dba8-448e-ac6c-f086d0fa1b29"}],functionParameter:{text:{name:"текст",detail:"Текст, в котором производится поиск. Использовать подстановочные знаки не разрешено."},delimiter:{name:"разделитель",detail:"Текст, помечающий точку, после которой нужно извлечь текст."},instanceNum:{name:"номер_вхождения",detail:"Экземпляр разделителя, после которого вы хотите извлечь текст."},matchMode:{name:"шаблон соответствия",detail:"Определяет, учитывается ли регистр в текстовом поиске. По умолчанию регистр учитывается."},matchEnd:{name:"конец матча",detail:"Рассматривает конец текста как разделитель. По умолчанию текст является точным совпадением."},ifNotFound:{name:"если не найдено",detail:"Значение возвращается, если совпадение не найдено. По умолчанию возвращается значение #N/A."}}},TEXTJOIN:{description:"Объединяет текст из нескольких диапазонов и/или строк",abstract:"Объединяет текст из нескольких диапазонов и/или строк",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/textjoin-function-357b449a-ec91-49d0-80c3-0e8fc845691c"}],functionParameter:{delimiter:{name:"разделитель",detail:"Текстовая строка (пустая или с символами в двойных кавычках) или ссылка на действительную текстовую строку."},ignoreEmpty:{name:"игнорировать_пустые",detail:"В случае значения ИСТИНА игнорирует пустые ячейки."},text1:{name:"текст1",detail:"Элемент текста, который нужно присоединить. Текстовая строка или массив строк, например диапазон ячеек."},text2:{name:"текст2",detail:"Дополнительные текстовые элементы для объединения. Для текстовых элементов можно указать до 252 аргументов, включая текст1. Каждый из них может быть текстовой строкой или массивом строк, например диапазоном ячеек."}}},TEXTSPLIT:{description:"Разделяет текстовые строки, используя разделители столбцов и строк",abstract:"Разделяет текстовые строки, используя разделители столбцов и строк",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/textsplit-function-b1ca414e-4c21-4ca0-b1b7-bdecace8a6e7"}],functionParameter:{text:{name:"текст",detail:"Текст, который нужно разделить."},colDelimiter:{name:"разделитель_столбцов",detail:"Текст, помечающий точку, в которой текст разлит по столбцам."},rowDelimiter:{name:"разделитель_строк",detail:"Текст, помечающий точку, в которую следует слить текст вниз по строкам."},ignoreEmpty:{name:"игнорировать_пустые",detail:"В случае значения ИСТИНА игнорирует пустые ячейки."},matchMode:{name:"шаблон соответствия",detail:"Определяет, учитывается ли регистр в текстовом поиске. По умолчанию регистр учитывается."},padWith:{name:"заполняющее_значение",detail:"Значение, которым нужно дополнить результат. Значение по умолчанию: #N/A."}}},TRIM:{description:"Удаляет из текста все пробелы, за исключением одиночных пробелов между словами.",abstract:"Удаляет пробелы из текста",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/trim-function-410388fa-c5df-49c6-b16c-9e5630b479f9"}],functionParameter:{text:{name:"tекст",detail:"Текст, из которого удаляются пробелы."}}},UNICHAR:{description:"Возвращает Юникод-символ, на который ссылается заданное числовое значение",abstract:"Возвращает Юникод-символ, на который ссылается заданное числовое значение",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/unichar-function-ffeb64f5-f131-44c6-b332-5cd72f0659b8"}],functionParameter:{number:{name:"число",detail:"это число Юникод, которое представляет символ."}}},UNICODE:{description:"Возвращает номер (кодовый пункт), соответствующий первому символу текста",abstract:"Возвращает номер (кодовый пункт), соответствующий первому символу текста",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/unicode-function-adb74aaa-a2a5-4dde-aff6-966e4e81f16f"}],functionParameter:{text:{name:"текст",detail:"это символ, для которого необходимо установить значение Юникод."}}},UPPER:{description:"Преобразует текст в верхний регистр",abstract:"Преобразует текст в верхний регистр",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/upper-function-c11f29b3-d1a3-4537-8df6-04d0049963d6"}],functionParameter:{text:{name:"tекст",detail:"Текст, преобразуемый в верхний регистр."}}},VALUE:{description:"Преобразует текстовый аргумент в число",abstract:"Преобразует текстовый аргумент в число",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2"}],functionParameter:{text:{name:"текст",detail:"Текст в кавычках или ссылка на ячейку, содержащую текст, который нужно преобразовать."}}},VALUETOTEXT:{description:"Возвращает текст из любого указанного значения",abstract:"Возвращает текст из любого указанного значения",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/valuetotext-function-5fff61a2-301a-4ab2-9ffa-0a5242a08fea"}],functionParameter:{value:{name:"значение",detail:"Значение, возвращаемое в виде текста."},format:{name:"формат",detail:`Формат возвращаемых данных. Это может быть одно из двух значений:
45
45
  0 По умолчанию. Краткий формат, удобный для чтения.
46
- 1 Строгий формат, включающий escape-символы и разделители строк. Создает строку, которую можно анализировать при вводе в строку формул. Заключает возвращаемые строки в кавычки, кроме логических значений, чисел и ошибок.`}}},CALL:{description:"Вызывает процедуру в динамической библиотеке или ресурсе кода",abstract:"Вызывает процедуру в динамической библиотеке или ресурсе кода",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"первый"},number2:{name:"number2",detail:"второй"}}},EUROCONVERT:{description:"Преобразует число в евро, преобразует число из евро в валюту страны-члена еврозоны или преобразует число из одной валюты страны-члена еврозоны в другую, используя евро в качестве промежуточного звена (триангуляция)",abstract:"Преобразует число в евро, преобразует число из евро в валюту страны-члена еврозоны или преобразует число из одной валюты страны-члена еврозоны в другую, используя евро в качестве промежуточного звена (триангуляция)",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"первый"},number2:{name:"number2",detail:"второй"}}},REGISTER_ID:{description:"Возвращает ID регистрации указанной динамической библиотеки (DLL) или ресурса кода, который был ранее зарегистрирован",abstract:"Возвращает ID регистрации указанной динамической библиотеки (DLL) или ресурса кода, который был ранее зарегистрирован",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"первый"},number2:{name:"number2",detail:"второй"}}}},d={},h={ENCODEURL:{description:"Возвращает строку, закодированную в формате URL",abstract:"Возвращает строку, закодированную в формате URL",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"tекст",detail:"Строка для кодирования URL-адреса"}}},FILTERXML:{description:"Возвращает конкретные данные из XML-содержимого, используя указанный XPath",abstract:"Возвращает конкретные данные из XML-содержимого, используя указанный XPath",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"первый"},number2:{name:"number2",detail:"второй"}}},WEBSERVICE:{description:"Возвращает данные с веб-сервиса",abstract:"Возвращает данные с веб-сервиса",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"первый"},number2:{name:"number2",detail:"второй"}}}},p={formula:{insert:{tooltip:"Функции",sum:"СУММ",average:"СРЗНАЧ",count:"СЧЁТ",max:"МАКС",min:"МИН",more:"Другие функции..."},functionList:{...o,...r,...l,...m,...c,...n,...f,...u,...s,...i,...a,...t,...h,...e,...d},prompt:{helpExample:"ПРИМЕР",helpAbstract:"ОПИСАНИЕ",required:"Обязательно.",optional:"Необязательно."},error:{title:"Ошибка",divByZero:"Ошибка деления на ноль",name:"Ошибка неверного имени",value:"Ошибка в значении",num:"Ошибка числа",na:"Ошибка недоступного значения",cycle:"Ошибка циклической ссылки",ref:"Ошибка неверной ссылки на ячейку",spill:"Диапазон разлива не пуст",calc:"Ошибка вычисления",error:"Ошибка",connect:"Получение данных",null:"Ошибка нулевого значения"},functionType:{financial:"Финансовые",date:"Дата и время",math:"Математика и тригонометрия",statistical:"Статистические",lookup:"Поиск и ссылки",database:"База данных",text:"Текстовые",logical:"Логические",information:"Информационные",engineering:"Инженерные",cube:"Куб",compatibility:"Совместимость",web:"Веб",array:"Массив",univer:"Универсальные",user:"Пользовательские"},moreFunctions:{confirm:"Подтвердить",prev:"Предыдущий",next:"Следующий",searchFunctionPlaceholder:"Поиск функции",allFunctions:"Все функции",syntax:"СИНТАКСИС"},operation:{pasteFormula:"Вставить Формулу"}}};module.exports=p;
46
+ 1 Строгий формат, включающий escape-символы и разделители строк. Создает строку, которую можно анализировать при вводе в строку формул. Заключает возвращаемые строки в кавычки, кроме логических значений, чисел и ошибок.`}}},CALL:{description:"Вызывает процедуру в динамической библиотеке или ресурсе кода",abstract:"Вызывает процедуру в динамической библиотеке или ресурсе кода",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/call-function-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"первый"},number2:{name:"number2",detail:"второй"}}},EUROCONVERT:{description:"Преобразует число в евро, преобразует число из евро в валюту страны-члена еврозоны или преобразует число из одной валюты страны-члена еврозоны в другую, используя евро в качестве промежуточного звена (триангуляция)",abstract:"Преобразует число в евро, преобразует число из евро в валюту страны-члена еврозоны или преобразует число из одной валюты страны-члена еврозоны в другую, используя евро в качестве промежуточного звена (триангуляция)",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/euroconvert-function-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"первый"},number2:{name:"number2",detail:"второй"}}},REGISTER_ID:{description:"Возвращает ID регистрации указанной динамической библиотеки (DLL) или ресурса кода, который был ранее зарегистрирован",abstract:"Возвращает ID регистрации указанной динамической библиотеки (DLL) или ресурса кода, который был ранее зарегистрирован",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/register-id-function-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"первый"},number2:{name:"number2",detail:"второй"}}}},d={},h={ENCODEURL:{description:"Возвращает строку, закодированную в формате URL",abstract:"Возвращает строку, закодированную в формате URL",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"tекст",detail:"Строка для кодирования URL-адреса"}}},FILTERXML:{description:"Возвращает конкретные данные из XML-содержимого, используя указанный XPath",abstract:"Возвращает конкретные данные из XML-содержимого, используя указанный XPath",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"первый"},number2:{name:"number2",detail:"второй"}}},WEBSERVICE:{description:"Возвращает данные с веб-сервиса",abstract:"Возвращает данные с веб-сервиса",links:[{title:"Инструкция",url:"https://support.microsoft.com/ru-ru/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"первый"},number2:{name:"number2",detail:"второй"}}}},p={shortcut:{"sheets-formula-ui":{"quick-sum":"Быстрая сумма"}},formula:{insert:{tooltip:"Функции",sum:"СУММ",average:"СРЗНАЧ",count:"СЧЁТ",max:"МАКС",min:"МИН",more:"Другие функции..."},functionList:{...o,...r,...l,...m,...c,...n,...f,...u,...s,...i,...a,...t,...h,...e,...d},prompt:{helpExample:"ПРИМЕР",helpAbstract:"ОПИСАНИЕ",required:"Обязательно.",optional:"Необязательно."},error:{title:"Ошибка",divByZero:"Ошибка деления на ноль",name:"Ошибка неверного имени",value:"Ошибка в значении",num:"Ошибка числа",na:"Ошибка недоступного значения",cycle:"Ошибка циклической ссылки",ref:"Ошибка неверной ссылки на ячейку",spill:"Диапазон разлива не пуст",calc:"Ошибка вычисления",error:"Ошибка",connect:"Получение данных",null:"Ошибка нулевого значения"},functionType:{financial:"Финансовые",date:"Дата и время",math:"Математика и тригонометрия",statistical:"Статистические",lookup:"Поиск и ссылки",database:"База данных",text:"Текстовые",logical:"Логические",information:"Информационные",engineering:"Инженерные",cube:"Куб",compatibility:"Совместимость",web:"Веб",array:"Массив",univer:"Универсальные",user:"Пользовательские"},moreFunctions:{confirm:"Подтвердить",prev:"Предыдущий",next:"Следующий",searchFunctionPlaceholder:"Поиск функции",allFunctions:"Все функции",syntax:"СИНТАКСИС"},operation:{pasteFormula:"Вставить Формулу"}}};module.exports=p;
@@ -40,4 +40,4 @@ Ví dụ: bạn có thể sử dụng một số như 32, một so sánh như ">
40
40
  2. Viết hoa chữ Hán
41
41
  3. Đọc và viết chữ Hán`}}},NUMBERVALUE:{description:"Chuyển văn bản sang số, theo cách độc lập vị trí.",abstract:"Chuyển văn bản sang số, theo cách độc lập vị trí.",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/numbervalue-%E5%87%BD%E6%95%B0-1b05c8cf-2bfa-4437-af70-596c7ea7d879"}],functionParameter:{text:{name:"bản văn",detail:"Văn bản chuyển sang số."},decimalSeparator:{name:"dấu phân cách thập phân",detail:"Ký tự dùng để tách số nguyên và phần phân số của kết quả."},groupSeparator:{name:"dấu phân cách nhóm",detail:"Ký tự dùng để tách các nhóm số."}}},PHONETIC:{description:"Trả về chuỗi Furigana từ chuỗi văn bản",abstract:"Trả về chuỗi Furigana từ chuỗi văn bản",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/phonetic-%E5%87%BD%E6%95%B0-d510701f-2a90-4610-9a82-87c874aad6c6"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},PROPER:{description:"Chuyển đổi chữ cái đầu tiên của mỗi từ trong chuỗi văn bản thành chữ hoa và tất cả các chữ cái khác thành chữ thường",abstract:"Chuyển đổi chữ cái đầu tiên của mỗi từ trong chuỗi văn bản thành chữ hoa và tất cả các chữ cái khác thành chữ thường",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/proper-%E5%87%BD%E6%95%B0-f79f1eeb-bd40-43d3-8273-10362ab89da1"}],functionParameter:{text:{name:"bản văn",detail:"Văn bản được đặt trong dấu ngoặc kép, công thức trả về văn bản hoặc tham chiếu đến ô chứa văn bản mà bạn muốn viết hoa một phần."}}},REGEXEXTRACT:{description:"Trích xuất chuỗi con khớp đầu tiên theo một biểu thức chính quy.",abstract:"Trích xuất chuỗi con khớp đầu tiên theo một biểu thức chính quy.",links:[{title:"Hướng dẫn",url:"https://support.google.com/docs/answer/3098244?sjid=5628197291201472796-AP&hl=vi"}],functionParameter:{text:{name:"văn bản",detail:"Văn bản nhập vào."},regularExpression:{name:"biểu thức chính quy",detail:"Phần đầu tiên văn_bản khớp với biểu thức này sẽ được trả về."}}},REGEXMATCH:{description:"Xem một đoạn văn bản có khớp với một biểu thức chính quy hay không.",abstract:"Xem một đoạn văn bản có khớp với một biểu thức chính quy hay không.",links:[{title:"Hướng dẫn",url:"https://support.google.com/docs/answer/3098292?sjid=5628197291201472796-AP&hl=vi"}],functionParameter:{text:{name:"văn bản",detail:"Văn bản cần thử nghiệm theo biểu thức chính quy."},regularExpression:{name:"biểu thức chính quy",detail:"Biểu thức chính quy dùng để thử nghiệm văn bản."}}},REGEXREPLACE:{description:"Thay thế một phần của một chuỗi văn bản bằng một chuỗi văn bản khác bằng cách sử dụng các biểu thức chính quy.",abstract:"Thay thế một phần của một chuỗi văn bản bằng một chuỗi văn bản khác bằng cách sử dụng các biểu thức chính quy.",links:[{title:"Hướng dẫn",url:"https://support.google.com/docs/answer/3098245?sjid=5628197291201472796-AP&hl=vi"}],functionParameter:{text:{name:"văn bản",detail:"Văn bản, một phần của văn bản này sẽ được thay thế."},regularExpression:{name:"biểu thức chính quy",detail:"Biểu thức chính quy. Tất cả trường hợp phù hợp trong văn_bản sẽ được thay thế."},replacement:{name:"thay thế",detail:"Văn bản sẽ được chèn vào văn bản gốc."}}},REPLACE:{description:"Thay thế ký tự trong văn bản",abstract:"Thay thế ký tự trong văn bản",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/replace-replaceb-%E5%87%BD%E6%95%B0-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"văn bản cũ",detail:"Văn bản mà bạn muốn thay thế một vài ký tự trong đó."},startNum:{name:"vị trí bắt đầu",detail:"Vị trí của ký tự đầu tiên trong văn bản cần thay thế."},numChars:{name:"số ký tự",detail:"Chỉ định số ký tự bạn muốn REPLACE thay thế."},newText:{name:"văn bản thay thế",detail:"Văn bản sẽ thay thế các ký tự trong văn bản cũ."}}},REPLACEB:{description:"Thay thế ký tự trong văn bản",abstract:"Thay thế ký tự trong văn bản",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/replace-replaceb-%E5%87%BD%E6%95%B0-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"văn bản cũ",detail:"Văn bản mà bạn muốn thay thế một vài ký tự trong đó."},startNum:{name:"vị trí bắt đầu",detail:"Vị trí của ký tự đầu tiên trong văn bản cần thay thế."},numBytes:{name:"số Byte",detail:"Chỉ định, tính bằng byte, số lượng ký tự được thay thế bằng REPLACEB."},newText:{name:"văn bản thay thế",detail:"Văn bản sẽ thay thế các ký tự trong văn bản cũ."}}},REPT:{description:"Lặp lại một chuỗi văn bản một số lần đã chỉ định",abstract:"Lặp lại một chuỗi văn bản một số lần đã chỉ định",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/rept-%E5%87%BD%E6%95%B0-e109c0d0-487e-4f88-91eb-8a41d0d6a179"}],functionParameter:{text:{name:"bản văn",detail:"Chuỗi văn bản bạn muốn lặp lại."},numberTimes:{name:"lần lặp lại",detail:"Số lần bạn muốn lặp lại văn bản."}}},RIGHT:{description:"Trả về một số ký tự cụ thể từ cuối của chuỗi văn bản",abstract:"Trả về một số ký tự cụ thể từ cuối của chuỗi văn bản",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/right-rightb-%E5%87%BD%E6%95%B0-8b679d3f-2c2d-46b7-9071-45c8836a1dbd"}],functionParameter:{text:{name:"bản văn",detail:"Chuỗi văn bản chứa các ký tự bạn muốn trích xuất."},numChars:{name:"số ký tự",detail:"Chỉ định số ký tự bạn muốn RIGHT trích xuất."}}},RIGHTB:{description:"Trả về một số ký tự cụ thể từ cuối của chuỗi văn bản",abstract:"Trả về một số ký tự cụ thể từ cuối của chuỗi văn bản",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/right-rightb-%E5%87%BD%E6%95%B0-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"bản văn",detail:"Chuỗi văn bản chứa các ký tự bạn muốn trích xuất."},numBytes:{name:"số Byte",detail:"Chỉ rõ số ký tự mà bạn muốn hàm RIGHTB trích xuất, dựa trên byte."}}},SEARCH:{description:"Trả về vị trí của một chuỗi văn bản trong một chuỗi văn bản khác (không phân biệt chữ hoa chữ thường)",abstract:"Trả về vị trí của một chuỗi văn bản trong một chuỗi văn bản khác (không phân biệt chữ hoa chữ thường)",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/search-searchb-%E5%87%BD%E6%95%B0-dfb12d6f-c60d-4a40-b090-7d2617b49e11"}],functionParameter:{findText:{name:"chuỗi tìm kiếm",detail:'Chuỗi cần tìm trong "Văn bản cần tìm kiếm".'},withinText:{name:"văn bản để tìm kiếm",detail:'Lần xuất hiện đầu tiên của văn bản để tìm kiếm "chuỗi tìm kiếm".'},startNum:{name:"vị trí bắt đầu",detail:'Vị trí ký tự để bắt đầu tìm kiếm trong "văn bản cần tìm kiếm". Nếu bỏ qua, giá trị là 1 được giả định.'}}},SEARCHB:{description:"Trả về vị trí của một chuỗi văn bản trong một chuỗi văn bản khác (không phân biệt chữ hoa chữ thường)",abstract:"Trả về vị trí của một chuỗi văn bản trong một chuỗi văn bản khác (không phân biệt chữ hoa chữ thường)",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/search-searchb-%E5%87%BD%E6%95%B0-dfb12d6f-c60d-4a40-b090-7d2617b49e11"}],functionParameter:{findText:{name:"chuỗi tìm kiếm",detail:'Chuỗi cần tìm trong "Văn bản cần tìm kiếm".'},withinText:{name:"văn bản để tìm kiếm",detail:'Lần xuất hiện đầu tiên của văn bản để tìm kiếm "chuỗi tìm kiếm".'},startNum:{name:"vị trí bắt đầu",detail:'Vị trí ký tự để bắt đầu tìm kiếm trong "văn bản cần tìm kiếm". Nếu bỏ qua, giá trị là 1 được giả định.'}}},SPLIT:{description:"Chia một chuỗi văn bản thành một bảng con",abstract:"Chia một chuỗi văn bản thành một bảng con",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/split-%E5%87%BD%E6%95%B0-4357fb3e-7256-49ca-8711-94dbbcbe87c9"}],functionParameter:{text:{name:"text",detail:"Chuỗi văn bản mà bạn muốn chia thành các phần tử bảng con."},delimiter:{name:"delimiter",detail:"Ký tự hoặc chuỗi ký tự mà bạn muốn sử dụng làm dấu phân cách."},split_by_each:{name:"split_by_each",detail:"Giá trị logic để chỉ định liệu chia chuỗi bằng từng ký tự trong dấu phân cách."},remove_empty_text:{name:"remove_empty_text",detail:"Giá trị logic để chỉ định liệu xóa các chuỗi trống khỏi các kết quả phân chia."}}},SUBSTITUTE:{description:"Thay thế một hoặc tất cả các lần xuất hiện của một chuỗi văn bản trong một chuỗi văn bản khác",abstract:"Thay thế một hoặc tất cả các lần xuất hiện của một chuỗi văn bản trong một chuỗi văn bản khác",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/substitute-%E5%87%BD%E6%95%B0-6434944f-6f07-4437-8818-68a6a1a08747"}],functionParameter:{text:{name:"bản văn",detail:"Văn bản hoặc tham chiếu đến ô chứa văn bản mà bạn muốn thay thế bằng ký tự."},oldText:{name:"tìm kiếm văn bản",detail:"Văn bản bạn muốn thay thế."},newText:{name:"văn bản thay thế",detail:"Văn bản bạn muốn thay thế old_text."},instanceNum:{name:"chỉ định đối tượng thay thế",detail:"Chỉ định trường hợp nào của old_text bạn muốn thay thế bằng new_text. Nếu bạn chỉ định instance_num, chỉ trường hợp đó của old_text được thay thế. Nếu không, mọi trường hợp của old_text trong text sẽ được thay đổi thành new_text."}}},T:{description:"Chuyển đổi tham số thành văn bản",abstract:"Chuyển đổi tham số thành văn bản",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/t-%E5%87%BD%E6%95%B0-fb83aeec-45e7-4924-af95-53e073541228"}],functionParameter:{value:{name:"giá trị",detail:"Giá trị mà bạn muốn kiểm tra."}}},TEXT:{description:"Định dạng và chuyển đổi số thành văn bản",abstract:"Định dạng và chuyển đổi số thành văn bản",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/text-%E5%87%BD%E6%95%B0-20d5ac4d-7b94-49fd-bb38-93d29371225c"}],functionParameter:{value:{name:"giá trị",detail:"Giá trị số mà bạn muốn được chuyển đổi thành văn bản."},formatText:{name:"định dạng văn bản",detail:"Một chuỗi văn bản xác định định dạng mà bạn muốn được áp dụng cho giá trị được cung cấp."}}},TEXTAFTER:{description:"Trả về văn bản xuất hiện sau ký tự hoặc chuỗi đã cho.",abstract:"Trả về văn bản xuất hiện sau ký tự hoặc chuỗi đã cho.",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/textafter-%E5%87%BD%E6%95%B0-c8db2546-5b51-416a-9690-c7e6722e90b4"}],functionParameter:{text:{name:"bản văn",detail:"Văn bản bạn đang tìm kiếm bên trong. Ký tự đại diện không được phép."},delimiter:{name:"dấu tách",detail:"Văn bản đánh dấu điểm sau đó bạn muốn trích xuất."},instanceNum:{name:"số phiên bản",detail:"Phiên bản của dấu tách sau đó bạn muốn trích xuất văn bản."},matchMode:{name:"mẫu khớp",detail:"Xác định xem tìm kiếm văn bản có phân biệt chữ hoa chữ thường hay không. Mặc định là phân biệt chữ hoa, chữ thường."},matchEnd:{name:"trận đấu ở cuối",detail:"Coi phần cuối văn bản là dấu tách. Theo mặc định, văn bản là kết quả khớp chính xác."},ifNotFound:{name:"giá trị chưa khớp",detail:"Giá trị được trả về nếu không tìm thấy kết quả khớp. Theo mặc định, #N/A được trả về."}}},TEXTBEFORE:{description:"Trả về văn bản xuất hiện trước một ký tự hoặc chuỗi đã cho.",abstract:"Trả về văn bản xuất hiện trước một ký tự hoặc chuỗi đã cho.",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/textbefore-%E5%87%BD%E6%95%B0-d099c28a-dba8-448e-ac6c-f086d0fa1b29"}],functionParameter:{text:{name:"bản văn",detail:"Văn bản bạn đang tìm kiếm bên trong. Ký tự đại diện không được phép."},delimiter:{name:"dấu tách",detail:"Văn bản đánh dấu điểm sau đó bạn muốn trích xuất."},instanceNum:{name:"số phiên bản",detail:"Phiên bản của dấu tách sau đó bạn muốn trích xuất văn bản."},matchMode:{name:"mẫu khớp",detail:"Xác định xem tìm kiếm văn bản có phân biệt chữ hoa chữ thường hay không. Mặc định là phân biệt chữ hoa, chữ thường."},matchEnd:{name:"trận đấu ở cuối",detail:"Coi phần cuối văn bản là dấu tách. Theo mặc định, văn bản là kết quả khớp chính xác."},ifNotFound:{name:"giá trị chưa khớp",detail:"Giá trị được trả về nếu không tìm thấy kết quả khớp. Theo mặc định, #N/A được trả về."}}},TEXTJOIN:{description:"Kết hợp nhiều chuỗi văn bản thành một chuỗi, với dấu phân cách giữa các phần tử",abstract:"Kết hợp nhiều chuỗi văn bản thành một chuỗi, với dấu phân cách giữa các phần tử",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/textjoin-%E5%87%BD%E6%95%B0-357b449a-ec91-49d0-80c3-0e8fc845691c"}],functionParameter:{delimiter:{name:"dấu tách",detail:"Một chuỗi văn bản, trống hoặc có một hay nhiều ký tự nằm giữa các dấu ngoặc kép hay một tham chiếu tới một chuỗi văn bản hợp lệ."},ignoreEmpty:{name:"bỏ qua các ô trống",detail:"Nếu TRUE, hãy bỏ qua các ô trống."},text1:{name:"bản văn 1",detail:"Mục văn bản cần kết hợp. Một chuỗi văn bản hoặc xâu chuỗi, chẳng hạn như một phạm vi ô."},text2:{name:"bản văn 2",detail:"Các mục văn bản bổ sung cần kết hợp. Có thể có tối đa 252 tham đối văn bản cho các mục văn bản, bao gồm text1. Mỗi tham đối có thể là một chuỗi văn bản hoặc xâu chuỗi, chẳng hạn như phạm vi ô."}}},TEXTSPLIT:{description:"Tách chuỗi văn bản bằng cách dùng dấu tách cột và hàng.",abstract:"Tách chuỗi văn bản bằng cách dùng dấu tách cột và hàng.",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/textsplit-%E5%87%BD%E6%95%B0-b1ca414e-4c21-4ca0-b1b7-bdecace8a6e7"}],functionParameter:{text:{name:"bản văn",detail:"Văn bản bạn muốn tách."},colDelimiter:{name:"dấu phân cách cột",detail:"Ký tự hoặc chuỗi dùng để phân chia cột."},rowDelimiter:{name:"dấu phân cách dòng",detail:"Ký tự hoặc chuỗi dùng để phân chia các hàng."},ignoreEmpty:{name:"bỏ qua các ô trống",detail:"Có bỏ qua các ô trống hay không. Mặc định là FALSE."},matchMode:{name:"mẫu khớp",detail:"Xác định xem tìm kiếm văn bản có phân biệt chữ hoa chữ thường hay không. Mặc định là phân biệt chữ hoa, chữ thường."},padWith:{name:"điền giá trị",detail:"Giá trị được sử dụng cho phần đệm. Theo mặc định, #N/A được sử dụng."}}},TRIM:{description:"Loại bỏ tất cả khoảng trống ra khỏi văn bản, chỉ để lại một khoảng trống giữa các từ.",abstract:"Xóa khoảng trắng khỏi văn bản",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/trim-%E5%87%BD%E6%95%B0-410388fa-c5df-49c6-b16c-9e5630b479f9"}],functionParameter:{text:{name:"bản văn",detail:"Văn bản bạn muốn loại bỏ các khoảng trống."}}},UNICHAR:{description:"Trả về ký tự Unicode tương ứng với một số đã chỉ định",abstract:"Trả về ký tự Unicode tương ứng với một số đã chỉ định",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/unichar-%E5%87%BD%E6%95%B0-e7ffb741-824c-4e7c-bec7-59ac8ae8e43f"}],functionParameter:{number:{name:"số",detail:"Số là số Unicode biểu diễn ký tự."}}},UNICODE:{description:"Trả về số Unicode tương ứng với ký tự đầu tiên của văn bản",abstract:"Trả về số Unicode tương ứng với ký tự đầu tiên của văn bản",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/unicode-%E5%87%BD%E6%95%B0-4f8d3512-f0e5-4222-8586-f467c93b3d9a"}],functionParameter:{text:{name:"bản văn",detail:"Văn bản là ký tự mà bạn muốn có giá trị Unicode."}}},UPPER:{description:"Chuyển đổi tất cả các chữ cái trong văn bản thành chữ hoa",abstract:"Chuyển đổi tất cả các chữ cái trong văn bản thành chữ hoa",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/upper-%E5%87%BD%E6%95%B0-c11f29b3-d1a3-4537-8df6-04d0049963d6"}],functionParameter:{text:{name:"bản văn",detail:"Văn bản bạn muốn chuyển đổi thành chữ hoa."}}},VALUE:{description:"Chuyển đổi chuỗi văn bản thành số",abstract:"Chuyển đổi chuỗi văn bản thành số",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/value-%E5%87%BD%E6%95%B0-d49bc6c1-c29b-44db-927b-11e7c34dd6ea"}],functionParameter:{text:{name:"bản văn",detail:"Văn bản được đặt trong dấu ngoặc kép hoặc tham chiếu đến ô chứa văn bản bạn muốn chuyển đổi."}}},VALUETOTEXT:{description:"Trả về văn bản từ bất kỳ giá trị nào được chỉ định.",abstract:"Trả về văn bản từ bất kỳ giá trị nào được chỉ định.",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/valuetotext-%E5%87%BD%E6%95%B0-5fff61a2-301a-4ab2-9ffa-0a5242a08fea"}],functionParameter:{value:{name:"giá trị",detail:"Giá trị cần trả về dưới dạng văn bản."},format:{name:"Định dạng của dữ",detail:`Định dạng của dữ liệu trả về. Nó có thể là một trong hai giá trị:
42
42
  0 Mặc định. Định dạng ngắn gọn dễ đọc.
43
- 1 Định dạng nghiêm ngặt bao gồm ký tự thoát và dấu tách hàng. Tạo một chuỗi có thể được phân tích khi nhập vào thanh công thức. Đóng gói các chuỗi trả về trong dấu ngoặc kép, ngoại trừ Booleans, Numbers và Errors.`}}}},l={},d={ENCODEURL:{description:"Trả về một chuỗi được mã hóa URL.",abstract:"Trả về một chuỗi được mã hóa URL.",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/encodeurl-%E5%87%BD%E6%95%B0-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"văn bản",detail:"Một chuỗi cần mã hóa URL."}}}},p={formula:{insert:{tooltip:"Hàm",sum:"Tổng",average:"Giá trị trung bình",count:"Đếm",max:"Giá trị lớn nhất",min:"Giá trị nhỏ nhất",more:"Thêm hàm..."},functionList:{...r,...c,...s,...u,...o,...a,...g,...m,...e,...h,...i,...n,...d,...t,...l},prompt:{helpExample:"Ví dụ",helpAbstract:"Giới thiệu",required:"Bắt buộc.",optional:"Tùy chọn."},error:{title:"Lỗi",divByZero:"Mẫu số bằng không",name:"Tên không hợp lệ",value:"Lỗi trong giá trị",num:"Lỗi số",na:"Giá trị không khả dụng",cycle:"Tham chiếu vòng lặp",ref:"Tham chiếu ô không hợp lệ",spill:"Vùng tràn không phải vùng trống",calc:"Lỗi tính toán",error:"Lỗi",connect:"Đang kết nối",null:"Lỗi giá trị rỗng"},functionType:{financial:"Tài chính",date:"Ngày và giờ",math:"Toán học và lượng giác",statistical:"Thống kê",lookup:"Tra cứu và tham chiếu",database:"Cơ sở dữ liệu",text:"Văn bản",logical:"Lôgic",information:"Thông tin",engineering:"Kỹ thuật",cube:"Khối dữ liệu",compatibility:"Tương thích",web:"Web",array:"Mảng",univer:"Univer",user:"Tùy chỉnh của người dùng",definedname:"Tên đã xác định"},moreFunctions:{confirm:"Áp dụng",prev:"Bước trước",next:"Bước tiếp theo",searchFunctionPlaceholder:"Tìm kiếm hàm",allFunctions:"Tất cả các hàm",syntax:"Cú pháp"},operation:{pasteFormula:"Chỉ dán công thức"}}};module.exports=p;
43
+ 1 Định dạng nghiêm ngặt bao gồm ký tự thoát và dấu tách hàng. Tạo một chuỗi có thể được phân tích khi nhập vào thanh công thức. Đóng gói các chuỗi trả về trong dấu ngoặc kép, ngoại trừ Booleans, Numbers và Errors.`}}}},l={},d={ENCODEURL:{description:"Trả về một chuỗi được mã hóa URL.",abstract:"Trả về một chuỗi được mã hóa URL.",links:[{title:"Hướng dẫn",url:"https://support.microsoft.com/vi-vn/office/encodeurl-%E5%87%BD%E6%95%B0-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"văn bản",detail:"Một chuỗi cần mã hóa URL."}}}},p={shortcut:{"sheets-formula-ui":{"quick-sum":"Tổng nhanh"}},formula:{insert:{tooltip:"Hàm",sum:"Tổng",average:"Giá trị trung bình",count:"Đếm",max:"Giá trị lớn nhất",min:"Giá trị nhỏ nhất",more:"Thêm hàm..."},functionList:{...r,...c,...s,...u,...o,...a,...g,...m,...e,...h,...i,...n,...d,...t,...l},prompt:{helpExample:"Ví dụ",helpAbstract:"Giới thiệu",required:"Bắt buộc.",optional:"Tùy chọn."},error:{title:"Lỗi",divByZero:"Mẫu số bằng không",name:"Tên không hợp lệ",value:"Lỗi trong giá trị",num:"Lỗi số",na:"Giá trị không khả dụng",cycle:"Tham chiếu vòng lặp",ref:"Tham chiếu ô không hợp lệ",spill:"Vùng tràn không phải vùng trống",calc:"Lỗi tính toán",error:"Lỗi",connect:"Đang kết nối",null:"Lỗi giá trị rỗng"},functionType:{financial:"Tài chính",date:"Ngày và giờ",math:"Toán học và lượng giác",statistical:"Thống kê",lookup:"Tra cứu và tham chiếu",database:"Cơ sở dữ liệu",text:"Văn bản",logical:"Lôgic",information:"Thông tin",engineering:"Kỹ thuật",cube:"Khối dữ liệu",compatibility:"Tương thích",web:"Web",array:"Mảng",univer:"Univer",user:"Tùy chỉnh của người dùng",definedname:"Tên đã xác định"},moreFunctions:{confirm:"Áp dụng",prev:"Bước trước",next:"Bước tiếp theo",searchFunctionPlaceholder:"Tìm kiếm hàm",allFunctions:"Tất cả các hàm",syntax:"Cú pháp"},operation:{pasteFormula:"Chỉ dán công thức"}}};module.exports=p;
@@ -41,4 +41,4 @@ COUNTIF 仅使用一个条件。 如果要使用多个条件,请使用 COUNTIF
41
41
  2. 汉字大写
42
42
  3. 汉字读写`}}},NUMBERVALUE:{description:"以与区域设置无关的方式将文本转换为数字",abstract:"以与区域设置无关的方式将文本转换为数字",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/numbervalue-%E5%87%BD%E6%95%B0-1b05c8cf-2bfa-4437-af70-596c7ea7d879"}],functionParameter:{text:{name:"文本",detail:"要转换为数字的文本。"},decimalSeparator:{name:"小数分隔符",detail:"用于分隔结果的整数和小数部分的字符。"},groupSeparator:{name:"分组分隔符",detail:"用于分隔数字分组的字符。"}}},PHONETIC:{description:"提取文本字符串中的拼音(汉字注音)字符",abstract:"提取文本字符串中的拼音(汉字注音)字符",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/phonetic-%E5%87%BD%E6%95%B0-9a329dac-0c0f-42f8-9a55-639086988554"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},PROPER:{description:"将文本值的每个字的首字母大写",abstract:"将文本值的每个字的首字母大写",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/proper-%E5%87%BD%E6%95%B0-52a5a283-e8b2-49be-8506-b2887b889f94"}],functionParameter:{text:{name:"文本",detail:"用引号括起来的文本、返回文本值的公式,或者对包含要进行部分大写转换文本的单元格的引用。"}}},REGEXEXTRACT:{description:"根据正则表达式提取第一个匹配的字符串。",abstract:"根据正则表达式提取第一个匹配的字符串。",links:[{title:"教学",url:"https://support.google.com/docs/answer/3098244?sjid=5628197291201472796-AP&hl=zh-Hans"}],functionParameter:{text:{name:"文本",detail:"输入文本"},regularExpression:{name:"正则表达式",detail:"此函数将返回 text 中符合此表达式的第一个字符串。"}}},REGEXMATCH:{description:"判断一段文本是否与正则表达式相匹配。",abstract:"判断一段文本是否与正则表达式相匹配。",links:[{title:"教学",url:"https://support.google.com/docs/answer/3098292?sjid=5628197291201472796-AP&hl=zh-Hans"}],functionParameter:{text:{name:"文本",detail:"要用正则表达式测试的文本。"},regularExpression:{name:"正则表达式",detail:"用来测试文本的正则表达式。"}}},REGEXREPLACE:{description:"使用正则表达式将文本字符串中的一部分替换为其他文本字符串。",abstract:"使用正则表达式将文本字符串中的一部分替换为其他文本字符串。",links:[{title:"教学",url:"https://support.google.com/docs/answer/3098245?sjid=5628197291201472796-AP&hl=zh-Hans"}],functionParameter:{text:{name:"文本",detail:"其中一部分将被替换的文本。"},regularExpression:{name:"正则表达式",detail:"正则表达式。text 中所有匹配的实例都将被替换。"},replacement:{name:"替换内容",detail:"要插入到原有文本中的文本。"}}},REPLACE:{description:"替换文本中的字符",abstract:"替换文本中的字符",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/replace-replaceb-%E5%87%BD%E6%95%B0-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"旧文本",detail:"要替换其部分字符的文本。"},startNum:{name:"开始位置",detail:"文本中要替换的第一个字符的位置。"},numChars:{name:"字符数",detail:"指定希望 REPLACE 替换的字符数。"},newText:{name:"替换文本",detail:"将替换旧文本中字符的文本。"}}},REPLACEB:{description:"替换文本中的字符",abstract:"替换文本中的字符",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/replace-replaceb-%E5%87%BD%E6%95%B0-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"旧文本",detail:"要替换其部分字符的文本。"},startNum:{name:"开始位置",detail:"文本中要替换的第一个字符的位置。"},numBytes:{name:"字节数",detail:"按字节指定要由 REPLACEB 替换的字符的数量。"},newText:{name:"替换文本",detail:"将替换旧文本中字符的文本。"}}},REPT:{description:"按给定次数重复文本",abstract:"按给定次数重复文本",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/rept-%E5%87%BD%E6%95%B0-04c4d778-e712-43b4-9c15-d656582bb061"}],functionParameter:{text:{name:"文本",detail:"需要重复显示的文本。"},numberTimes:{name:"重复次数",detail:"用于指定文本重复次数的正数。"}}},RIGHT:{description:"返回文本值中最右边的字符",abstract:"返回文本值中最右边的字符",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/right-rightb-%E5%87%BD%E6%95%B0-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"文本",detail:"包含要提取字符的文本字符串。"},numChars:{name:"字符数",detail:"指定希望 RIGHT 提取的字符数。"}}},RIGHTB:{description:"返回文本值中最右边的字符",abstract:"返回文本值中最右边的字符",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/right-rightb-%E5%87%BD%E6%95%B0-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"文本",detail:"包含要提取字符的文本字符串。"},numBytes:{name:"字节数",detail:"按字节指定要由 RIGHTB 提取的字符的数量。"}}},SEARCH:{description:"在一个文本值中查找另一个文本值(不区分大小写)",abstract:"在一个文本值中查找另一个文本值(不区分大小写)",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/search-searchb-%E5%87%BD%E6%95%B0-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"搜索字符串",detail:"要在“要搜索的文本”中查找的字符串。"},withinText:{name:"要搜索的文本",detail:"要搜索“搜索字符串”的首次出现的文本。"},startNum:{name:"开始位置",detail:"要在“要搜索的文本”中开始搜索的字符位置。如果省略则假定其值为 1。"}}},SEARCHB:{description:"在一个文本值中查找另一个文本值(不区分大小写)",abstract:"在一个文本值中查找另一个文本值(不区分大小写)",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/search-searchb-%E5%87%BD%E6%95%B0-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"搜索字符串",detail:"要在“要搜索的文本”中查找的字符串。"},withinText:{name:"要搜索的文本",detail:"要搜索“搜索字符串”的首次出现的文本。"},startNum:{name:"开始位置",detail:"要在“要搜索的文本”中开始搜索的字符位置。如果省略则假定其值为 1。"}}},SUBSTITUTE:{description:"在文本字符串中用新文本替换旧文本",abstract:"在文本字符串中用新文本替换旧文本",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/substitute-%E5%87%BD%E6%95%B0-6434944e-a904-4336-a9b0-1e58df3bc332"}],functionParameter:{text:{name:"文本",detail:"需要替换其中字符的文本,或对含有文本(需要替换其中字符)的单元格的引用。"},oldText:{name:"搜索文本",detail:"需要替换的文本。"},newText:{name:"替换文本",detail:"用于替换 old_text 的文本。"},instanceNum:{name:"指定替换对象",detail:"指定要将第几个 old_text 替换为 new_text。 如果指定了 instance_num,则只有满足要求的 old_text 被替换。 否则,文本中出现的所有 old_text 都会更改为 new_text。"}}},T:{description:"将参数转换为文本",abstract:"将参数转换为文本",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/t-%E5%87%BD%E6%95%B0-fb83aeec-45e7-4924-af95-53e073541228"}],functionParameter:{value:{name:"值",detail:"要测试的值。"}}},TEXT:{description:"设置数字格式并将其转换为文本",abstract:"设置数字格式并将其转换为文本",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/text-%E5%87%BD%E6%95%B0-20d5ac4d-7b94-49fd-bb38-93d29371225c"}],functionParameter:{value:{name:"值",detail:"要转换为文本的数值。"},formatText:{name:"数字格式",detail:"一个文本字符串,定义要应用于所提供值的格式。"}}},TEXTAFTER:{description:"返回给定字符或字符串之后出现的文本",abstract:"返回给定字符或字符串之后出现的文本",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/textafter-%E5%87%BD%E6%95%B0-c8db2546-5b51-416a-9690-c7e6722e90b4"}],functionParameter:{text:{name:"文本",detail:"你要在其中搜索的文本。不允许使用通配符。"},delimiter:{name:"分隔符",detail:"标记要在其中提取的点的文本。"},instanceNum:{name:"实例编号",detail:"要在其中提取文本的分隔符的实例。"},matchMode:{name:"匹配模式",detail:"确定文本搜索是否区分大小写。 默认为区分大小写。"},matchEnd:{name:"末尾匹配",detail:"将文本结尾视为分隔符。默认情况下,文本完全匹配。"},ifNotFound:{name:"未匹配到的值",detail:"未找到匹配项时返回的值。默认情况下,返回 #N/A。"}}},TEXTBEFORE:{description:"返回出现在给定字符或字符串之前的文本",abstract:"返回出现在给定字符或字符串之前的文本",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/textbefore-%E5%87%BD%E6%95%B0-d099c28a-dba8-448e-ac6c-f086d0fa1b29"}],functionParameter:{text:{name:"文本",detail:"你要在其中搜索的文本。不允许使用通配符。"},delimiter:{name:"分隔符",detail:"标记要在其中提取的点的文本。"},instanceNum:{name:"实例编号",detail:"要在其中提取文本的分隔符的实例。"},matchMode:{name:"匹配模式",detail:"确定文本搜索是否区分大小写。 默认为区分大小写。"},matchEnd:{name:"末尾匹配",detail:"将文本结尾视为分隔符。默认情况下,文本完全匹配。"},ifNotFound:{name:"未匹配到的值",detail:"未找到匹配项时返回的值。默认情况下,返回 #N/A。"}}},TEXTJOIN:{description:"合并来自多个区域和/或字符串的文本",abstract:"合并来自多个区域和/或字符串的文本",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/textjoin-%E5%87%BD%E6%95%B0-357b449a-ec91-49d0-80c3-0e8fc845691c"}],functionParameter:{delimiter:{name:"分隔符",detail:"文本字符串,或者为空,或用双引号引起来的一个或多个字符,或对有效文本字符串的引用。"},ignoreEmpty:{name:"忽略空白",detail:"如果为 TRUE,则忽略空白单元格。"},text1:{name:"文本1",detail:"要联接的文本项。 文本字符串或字符串数组,如单元格区域中。"},text2:{name:"文本2",detail:"要联接的其他文本项。 文本项最多可以包含 252 个文本参数 text1。 每个参数可以是一个文本字符串或字符串数组,如单元格区域。"}}},TEXTSPLIT:{description:"使用列分隔符和行分隔符拆分文本字符串",abstract:"使用列分隔符和行分隔符拆分文本字符串",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/textsplit-%E5%87%BD%E6%95%B0-b1ca414e-4c21-4ca0-b1b7-bdecace8a6e7"}],functionParameter:{text:{name:"文本",detail:"要拆分的文本。"},colDelimiter:{name:"列分隔符",detail:"要拆分列依据的字符或字符串。"},rowDelimiter:{name:"行分隔符",detail:"要拆分行依据的字符或字符串。"},ignoreEmpty:{name:"忽略空单元格",detail:"是否忽略空单元格。默认为 FALSE。"},matchMode:{name:"匹配模式",detail:"搜索文本中的分隔符匹配。默认情况下,会进行区分大小写的匹配。"},padWith:{name:"填充值",detail:"用于填充的值。默认情况下,使用 #N/A。"}}},TRIM:{description:"除了单词之间的单个空格之外,删除文本中的所有空格。",abstract:"删除文本中的空格",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/trim-%E5%87%BD%E6%95%B0-410388fa-c5df-49c6-b16c-9e5630b479f9"}],functionParameter:{text:{name:"文本",detail:"要从中删除空格的文本。"}}},UNICHAR:{description:"返回给定数值引用的 Unicode 字符",abstract:"返回给定数值引用的 Unicode 字符",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/unichar-%E5%87%BD%E6%95%B0-ffeb64f5-f131-44c6-b332-5cd72f0659b8"}],functionParameter:{number:{name:"数值",detail:"是表示字符的 Unicode 编号。"}}},UNICODE:{description:"返回对应于文本的第一个字符的数字(代码点)",abstract:"返回对应于文本的第一个字符的数字(代码点)",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/unicode-%E5%87%BD%E6%95%B0-adb74aaa-a2a5-4dde-aff6-966e4e81f16f"}],functionParameter:{text:{name:"文本",detail:"是需要 Unicode 值的字符。"}}},UPPER:{description:"将文本转换为大写形式",abstract:"将文本转换为大写形式",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/upper-%E5%87%BD%E6%95%B0-c11f29b3-d1a3-4537-8df6-04d0049963d6"}],functionParameter:{text:{name:"文本",detail:"要转换为大写字母的文本。"}}},VALUE:{description:"将文本参数转换为数字",abstract:"将文本参数转换为数字",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/value-%E5%87%BD%E6%95%B0-257d0108-07dc-437d-ae1c-bc2d3953d8c2"}],functionParameter:{text:{name:"文本",detail:"用引号括起来的文本或包含要转换文本的单元格的引用。"}}},VALUETOTEXT:{description:"从任意指定值返回文本",abstract:"从任意指定值返回文本",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/valuetotext-%E5%87%BD%E6%95%B0-5fff61a2-301a-4ab2-9ffa-0a5242a08fea"}],functionParameter:{value:{name:"值",detail:"以文本形式返回的值。"},format:{name:"数据格式",detail:`返回的数据的格式。它可以是两个值之一:
43
43
  0 默认。 易于阅读的简明格式。
44
- 1 包含转义字符和行定界符的严格格式。 生成一条可在输入编辑栏时被解析的字符串。 将返回的字符串(布尔值、数字和错误除外)封装在引号中。`}}},CALL:{description:"调用动态链接库或代码源中的过程",abstract:"调用动态链接库或代码源中的过程",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/call-%E5%87%BD%E6%95%B0-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"用于将数字转换为欧元形式,将数字由欧元形式转换为欧元成员国货币形式,或利用欧元作为中间货币将数字由某一欧元成员国货币转化为另一欧元成员国货币形式(三角转换关系)",abstract:"用于将数字转换为欧元形式,将数字由欧元形式转换为欧元成员国货币形式,或利用欧元作为中间货币将数字由某一欧元成员国货币转化为另一欧元成员国货币形式(三角转换关系)",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/euroconvert-%E5%87%BD%E6%95%B0-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"返回已注册过的指定动态链接库 (DLL) 或代码源的注册号",abstract:"返回已注册过的指定动态链接库 (DLL) 或代码源的注册号",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/register-id-%E5%87%BD%E6%95%B0-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},p={},u={ENCODEURL:{description:"返回 URL 编码的字符串",abstract:"返回 URL 编码的字符串",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/encodeurl-%E5%87%BD%E6%95%B0-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"文本",detail:"要进行 URL 编码的字符串"}}},FILTERXML:{description:"通过使用指定的 XPath,返回 XML 内容中的特定数据",abstract:"通过使用指定的 XPath,返回 XML 内容中的特定数据",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/filterxml-%E5%87%BD%E6%95%B0-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"返回 Web 服务中的数据。",abstract:"返回 Web 服务中的数据。",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/webservice-%E5%87%BD%E6%95%B0-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},b={formula:{insert:{tooltip:"函数",sum:"求和",average:"平均值",count:"计数",max:"最大值",min:"最小值",more:"更多函数..."},functionList:{...r,...c,...l,...d,...m,...i,...f,...s,...o,...n,...a,...e,...u,...t,...p},prompt:{helpExample:"示例",helpAbstract:"简介",required:"必需。",optional:"可选。"},error:{title:"错误",divByZero:"除数为零",name:"无效名称",value:"值中的错误",num:"数值错误",na:"值不可用",cycle:"循环引用",ref:"无效的单元格引用",spill:"溢出区域不是空白区域",calc:"计算错误",error:"错误",connect:"正在连接中",null:"空值错误"},functionType:{financial:"财务",date:"日期与时间",math:"数学与三角函数",statistical:"统计",lookup:"查找与引用",database:"数据库",text:"文本",logical:"逻辑",information:"信息",engineering:"工程",cube:"多维数据集",compatibility:"兼容性",web:"Web",array:"数组",univer:"Univer",user:"用户自定义",definedname:"定义名称"},moreFunctions:{confirm:"应用",prev:"上一步",next:"下一步",searchFunctionPlaceholder:"搜索函数",allFunctions:"全部函数",syntax:"语法"},operation:{pasteFormula:"仅粘贴公式"}}};module.exports=b;
44
+ 1 包含转义字符和行定界符的严格格式。 生成一条可在输入编辑栏时被解析的字符串。 将返回的字符串(布尔值、数字和错误除外)封装在引号中。`}}},CALL:{description:"调用动态链接库或代码源中的过程",abstract:"调用动态链接库或代码源中的过程",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/call-%E5%87%BD%E6%95%B0-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"用于将数字转换为欧元形式,将数字由欧元形式转换为欧元成员国货币形式,或利用欧元作为中间货币将数字由某一欧元成员国货币转化为另一欧元成员国货币形式(三角转换关系)",abstract:"用于将数字转换为欧元形式,将数字由欧元形式转换为欧元成员国货币形式,或利用欧元作为中间货币将数字由某一欧元成员国货币转化为另一欧元成员国货币形式(三角转换关系)",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/euroconvert-%E5%87%BD%E6%95%B0-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"返回已注册过的指定动态链接库 (DLL) 或代码源的注册号",abstract:"返回已注册过的指定动态链接库 (DLL) 或代码源的注册号",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/register-id-%E5%87%BD%E6%95%B0-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},p={},u={ENCODEURL:{description:"返回 URL 编码的字符串",abstract:"返回 URL 编码的字符串",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/encodeurl-%E5%87%BD%E6%95%B0-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"文本",detail:"要进行 URL 编码的字符串"}}},FILTERXML:{description:"通过使用指定的 XPath,返回 XML 内容中的特定数据",abstract:"通过使用指定的 XPath,返回 XML 内容中的特定数据",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/filterxml-%E5%87%BD%E6%95%B0-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"返回 Web 服务中的数据。",abstract:"返回 Web 服务中的数据。",links:[{title:"教学",url:"https://support.microsoft.com/zh-cn/office/webservice-%E5%87%BD%E6%95%B0-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},b={shortcut:{"sheets-formula-ui":{"quick-sum":"快速求和"}},formula:{insert:{tooltip:"函数",sum:"求和",average:"平均值",count:"计数",max:"最大值",min:"最小值",more:"更多函数..."},functionList:{...r,...c,...l,...d,...m,...i,...f,...s,...o,...n,...a,...e,...u,...t,...p},prompt:{helpExample:"示例",helpAbstract:"简介",required:"必需。",optional:"可选。"},error:{title:"错误",divByZero:"除数为零",name:"无效名称",value:"值中的错误",num:"数值错误",na:"值不可用",cycle:"循环引用",ref:"无效的单元格引用",spill:"溢出区域不是空白区域",calc:"计算错误",error:"错误",connect:"正在连接中",null:"空值错误"},functionType:{financial:"财务",date:"日期与时间",math:"数学与三角函数",statistical:"统计",lookup:"查找与引用",database:"数据库",text:"文本",logical:"逻辑",information:"信息",engineering:"工程",cube:"多维数据集",compatibility:"兼容性",web:"Web",array:"数组",univer:"Univer",user:"用户自定义",definedname:"定义名称"},moreFunctions:{confirm:"应用",prev:"上一步",next:"下一步",searchFunctionPlaceholder:"搜索函数",allFunctions:"全部函数",syntax:"语法"},operation:{pasteFormula:"仅粘贴公式"}}};module.exports=b;
@@ -41,4 +41,4 @@ COUNTIF 只使用一個條件。 如果要使用多個條件,請使用 COUNTIF
41
41
  2. 漢字大寫
42
42
  3. 漢字讀寫`}}},NUMBERVALUE:{description:"以與區域設定無關的方式將文字轉換為數字",abstract:"以與區域設定無關的方式將文字轉換為數字",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/numbervalue-%E5%87%BD%E6%95%B0-1b05c8cf-2bfa-4437-af70-596c7ea7d879"}],functionParameter:{text:{name:"文字",detail:"要轉換成數位的文字。"},decimalSeparator:{name:"小數分隔符",detail:"用來分隔結果整數和小數部分的字元。"},groupSeparator:{name:"群組分隔符",detail:"用來分隔數位群組的字元。"}}},PHONETIC:{description:"提取文字字串中的拼音(漢字注音)字元",abstract:"提取文字字串中的拼音(漢字註音)字元",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/phonetic-%E5%87%BD%E6%95%B0-9a329dac-0c0f-42f8-9a55-639086988554"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},PROPER:{description:"將文字值的每個字的首字母大寫",abstract:"將文字值的每個字的首字母大寫",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/proper-%E5%87%BD%E6%95%B0-52a5a283-e8b2-49be-8506-b2887b889f94"}],functionParameter:{text:{name:"文字",detail:"以引號括住的文字、傳回文字的公式,或包含要將部分變為大寫之文字的儲存格參照。"}}},REGEXEXTRACT:{description:"根據規則運算式擷取第一個符合規則的字串。",abstract:"根據規則運算式擷取第一個符合規則的字串。",links:[{title:"教導",url:"https://support.google.com/docs/answer/3098244?sjid=5628197291201472796-AP&hl=zh-Hant"}],functionParameter:{text:{name:"文字",detail:"輸入文字"},regularExpression:{name:"規則運算式",detail:"指定規則運算式,系統就會傳回 text 中第一個符合此運算式的字串。"}}},REGEXMATCH:{description:"某段文字是否符合規則運算式。",abstract:"某段文字是否符合規則運算式。",links:[{title:"教導",url:"https://support.google.com/docs/answer/3098292?sjid=5628197291201472796-AP&hl=zh-Hant"}],functionParameter:{text:{name:"文字",detail:"系統會根據規則運算式測試此文字。"},regularExpression:{name:"規則運算式",detail:"用來測試文字的規則運算式。"}}},REGEXREPLACE:{description:"利用規則運算式將文字字串的一部分取代成其他文字字串。",abstract:"利用規則運算式將文字字串的一部分取代成其他文字字串。",links:[{title:"教導",url:"https://support.google.com/docs/answer/3098245?sjid=5628197291201472796-AP&hl=zh-Hant"}],functionParameter:{text:{name:"文字",detail:"系統會取代這段文字的部分區段。"},regularExpression:{name:"規則運算式",detail:"規則運算式。系統將替換 text 中所有相符的項目。"},replacement:{name:"取代文字",detail:"系統會將這段文字插入原來的文字。"}}},REPLACE:{description:"替換文字中的字元",abstract:"替換文字中的字元",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/replace-replaceb-%E5%87%BD%E6%95%B0-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"舊文字",detail:"要替換其中某些字元的文字。"},startNum:{name:"開始位置",detail:"要在文字中替換的第一個字元的位置。"},numChars:{name:"字元數",detail:"指定要 REPLACE 替換的字元數目。"},newText:{name:"替換文字",detail:"在舊文字中要替換字元的文字。"}}},REPLACEB:{description:"替換文字中的字元",abstract:"替換文字中的字元",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/replace-replaceb-%E5%87%BD%E6%95%B0-8d799074-2425-4a8a-84bc-82472868878a"}],functionParameter:{oldText:{name:"舊文字",detail:"要替換其中某些字元的文字。"},startNum:{name:"開始位置",detail:"要在文字中替換的第一個字元的位置。"},numBytes:{name:"字節數",detail:"指定要 REPLACEB 替換的字元數目,以位元組為單位。"},newText:{name:"替換文字",detail:"在舊文字中要替換字元的文字。"}}},REPT:{description:"按給定次數重複文字",abstract:"按給定次數重複文字",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/rept-%E5%87%BD%E6%95%B0-04c4d778-e712-43b4-9c15-d656582bb061"}],functionParameter:{text:{name:"文字",detail:"要重複的文字。"},numberTimes:{name:"重複次數",detail:"指定文字重複次數的正數。"}}},RIGHT:{description:"傳回文字值中最右邊的字元",abstract:"傳回文字值中最右邊的字元",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/right-rightb-%E5%87%BD%E6%95%B0-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"文字",detail:"包含想擷取之字元的文字字串。"},numChars:{name:"字元數",detail:"指定要 RIGHT 擷取的字元數目。"}}},RIGHTB:{description:"傳回文字值中最右邊的字元",abstract:"傳回文字值中最右邊的字元",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/right-rightb-%E5%87%BD%E6%95%B0-240267ee-9afa-4639-a02b-f19e1786cf2f"}],functionParameter:{text:{name:"文字",detail:"包含想擷取之字元的文字字串。"},numBytes:{name:"字節數",detail:"指定要 RIGHTB 擷取的字元數目,以位元組為單位。"}}},SEARCH:{description:"在一個文字值中找另一個文字值(不區分大小寫)",abstract:"在一個文字值中找另一個文字值(不區分大小寫)",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/search-searchb-%E5%87%BD%E6%95%B0-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"搜尋字串",detail:"要在“要搜尋的文字”中尋找的字串。"},withinText:{name:"要搜尋的文字",detail:"要搜尋“搜尋字串”的首次出現的文字。"},startNum:{name:"開始位置",detail:"要在“要搜尋的文字”中開始搜尋的字元位置。若省略則假定其值為 1。"}}},SEARCHB:{description:"在一個文字值中找另一個文字值(不區分大小寫)",abstract:"在一個文字值中找另一個文字值(不區分大小寫)",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/search-searchb-%E5%87%BD%E6%95%B0-9ab04538-0e55-4719-a72e-b6f54513b495"}],functionParameter:{findText:{name:"搜尋字串",detail:"要在“要搜尋的文字”中尋找的字串。"},withinText:{name:"要搜尋的文字",detail:"要搜尋“搜尋字串”的首次出現的文字。"},startNum:{name:"開始位置",detail:"要在“要搜尋的文字”中開始搜尋的字元位置。若省略則假定其值為 1。"}}},SUBSTITUTE:{description:"在文字字符串中以新文字取代舊文字",abstract:"在文字字串中用新文字取代舊文字",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/substitute-%E5%87%BD%E6%95%B0-6434944e-a904-4336-a9b0-1e58df3bc332"}],functionParameter:{text:{name:"文字",detail:"包含要以字元取代文字的文字或參照。"},oldText:{name:"搜尋文字",detail:"要取代的文字。"},newText:{name:"取代文字",detail:"要用來取代 old_text 的文字。"},instanceNum:{name:"指定取代對象",detail:"指定要將第幾個 old_text 取代為 new_text。 如果指定 instance_num,則只會取代該 old_text。 否則,text 中的每一個 old_text 都會變更為 new_text。"}}},T:{description:"將參數轉換為文字",abstract:"將參數轉換為文字",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/t-%E5%87%BD%E6%95%B0-fb83aeec-45e7-4924-af95-53e073541228"}],functionParameter:{value:{name:"值",detail:"要檢定的值。"}}},TEXT:{description:"設定數字格式並將其轉換為文字",abstract:"設定數字格式並將其轉換為文字",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/text-%E5%87%BD%E6%95%B0-20d5ac4d-7b94-49fd-bb38-93d29371225c"}],functionParameter:{value:{name:"值",detail:"要轉換為文字的數值。 "},formatText:{name:"數字格式",detail:"一個文字字串,定義要套用於所提供值的格式。 "}}},TEXTAFTER:{description:"傳回給定字元或字串之後出現的文字",abstract:"傳回給定字元或字串之後出現的文字",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/textafter-%E5%87%BD%E6%95%B0-c8db2546-5b51-416a-9690-c7e6722e90b4"}],functionParameter:{text:{name:"文字",detail:"在此搜尋的文字。不允許萬用字元。"},delimiter:{name:"分隔符號",detail:"標記要擷取之點之後的文字。"},instanceNum:{name:"實例編號",detail:"要解壓縮文字的分隔符號實例。"},matchMode:{name:"匹配模式",detail:"判斷文字搜尋是否區分大小寫。預設值會區分大小寫。"},matchEnd:{name:"結尾匹配",detail:"將文字結尾視為分隔符號。根據預設,文字是完全相符項目。"},ifNotFound:{name:"未匹配到的值",detail:"找不到相符項目時傳回的值。根據預設,會傳回 #N/A。"}}},TEXTBEFORE:{description:"傳回出現在給定字元或字串之前的文字",abstract:"傳回出現在給定字元或字串之前的文字",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/textbefore-%E5%87%BD%E6%95%B0-d099c28a-dba8-448e-ac6c-f086d0fa1b29"}],functionParameter:{text:{name:"文字",detail:"在此搜尋的文字。不允許萬用字元。"},delimiter:{name:"分隔符號",detail:"標記要擷取之點之後的文字。"},instanceNum:{name:"實例編號",detail:"要解壓縮文字的分隔符號實例。"},matchMode:{name:"匹配模式",detail:"判斷文字搜尋是否區分大小寫。預設值會區分大小寫。"},matchEnd:{name:"結尾匹配",detail:"將文字結尾視為分隔符號。根據預設,文字是完全相符項目。"},ifNotFound:{name:"未匹配到的值",detail:"找不到相符項目時傳回的值。根據預設,會傳回 #N/A。"}}},TEXTJOIN:{description:"合併來自多個區域和/或字串的文字",abstract:"合併來自多個區域和/或字串的文字",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/textjoin-%E5%87%BD%E6%95%B0-357b449a-ec91-49d0-80c3-0e8fc845691c"}],functionParameter:{delimiter:{name:"分隔符號",detail:"文字字串,可以是空白、雙引號括起來的一或多個字元,或是有效文字字串的參照。"},ignoreEmpty:{name:"忽略空白",detail:"如果為 TRUE,則會忽略空白儲存格。"},text1:{name:"文字1",detail:"要加入的文字項目。 文字字串或字串陣列,例如儲存格範圍。"},text2:{name:"文字2",detail:"要加入的其他文字項目。 文字項目最多可有 252 個文字引數,包含 text1。 每個項目可以是文字字串或字串陣列,例如儲存格範圍。"}}},TEXTSPLIT:{description:"使用列分隔符號和行分隔符號拆分文字字串",abstract:"使用列分隔符號和行分隔符號拆分文字字串",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/textsplit-%E5%87%BD%E6%95%B0-b1ca414e-4c21-4ca0-b1b7-bdecace8a6e7"}],functionParameter:{text:{name:"文字",detail:"要拆分的文字。"},colDelimiter:{name:"列分隔符",detail:"若要拆分列依據的字元或字串。"},rowDelimiter:{name:"行分隔符",detail:"若要拆分行依據的字元或字串。"},ignoreEmpty:{name:"忽略空單元格",detail:"是否忽略空單元格。預設為 FALSE。"},matchMode:{name:"匹配模式",detail:"搜尋文字中的分隔符號匹配。預設情況下,會進行區分大小寫的匹配。"},padWith:{name:"填充值",detail:"用於填充的值。預設情況下,使用 #N/A。"}}},TRIM:{description:"刪除文字的所有空格,僅保留單字之間的單個空格。",abstract:"刪除文字中的空格",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/trim-%E5%87%BD%E6%95%B0-410388fa-c5df-49c6-b16c-9e5630b479f9"}],functionParameter:{text:{name:"文字",detail:"要從中刪除空格的文字。"}}},UNICHAR:{description:"傳回給定數值所引用的 Unicode 字元",abstract:"傳回給定數值所引用的 Unicode 字元",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/unichar-%E5%87%BD%E6%95%B0-ffeb64f5-f131-44c6-b332-5cd72f0659b8"}],functionParameter:{number:{name:"數值",detail:"是代表字元的 Unicode 數位。"}}},UNICODE:{description:"傳回對應於文字的第一個字元的數字(代碼點)",abstract:"傳回對應於文字的第一個字元的數字(代碼點)",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/unicode-%E5%87%BD%E6%95%B0-adb74aaa-a2a5-4dde-aff6-966e4e81f16f"}],functionParameter:{text:{name:"文字",detail:"是要使用 Unicode 值的字元。"}}},UPPER:{description:"將文字轉換為大寫形式",abstract:"將文字轉換為大寫形式",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/upper-%E5%87%BD%E6%95%B0-c11f29b3-d1a3-4537-8df6-04d0049963d6"}],functionParameter:{text:{name:"文字",detail:"要轉換成大寫的文字。"}}},VALUE:{description:"將文字參數轉換為數字",abstract:"將文字參數轉換為數字",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/value-%E5%87%BD%E6%95%B0-257d0108-07dc-437d-ae1c-bc2d3953d8c2"}],functionParameter:{text:{name:"文字",detail:"以引號括住的文字或包含要轉換之文字的儲存格參照。"}}},VALUETOTEXT:{description:"從任意指定值返回文字",abstract:"從任意指定值返回文字",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/valuetotext-%E5%87%BD%E6%95%B0-5fff61a2-301a-4ab2-9ffa-0a5242a08fea"}],functionParameter:{value:{name:"值",detail:"要以文字格式返回的值。"},format:{name:"資料格式",detail:`傳回資料的格式。它可以是兩個值的其中之一:
43
43
  0 預設。 易於閱讀的精簡格式。
44
- 1 包含逸出字元和列分隔符號的限定格式。 產生可在輸入至資料編輯列時進行剖析的字串。 封裝會以引號傳回字串,除了布林值、數字和錯誤以外。`}}},CALL:{description:"呼叫動態連結函式庫或程式碼來源中的過程",abstract:"呼叫動態連結函式庫或程式碼來源中的過程",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/call-%E5%87%BD%E6%95%B0-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"用於將數字轉換為歐元形式,將數字由歐元形式轉換為歐元成員國貨幣形式,或利用歐元作為中間貨幣將數字由某一歐元成員國貨幣轉化為另一歐元成員國貨幣形式(三角轉換關係)",abstract:"用於將數字轉換為歐元形式,將數字由歐元形式轉換為歐元成員國貨幣形式,或利用歐元作為中間貨幣將數字由某一歐元成員國貨幣轉化為另一歐元成員國貨幣形式(三角轉換關係)",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/euroconvert-%E5%87%BD%E6%95%B0-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"傳回已註冊過的指定動態連結程式庫 (DLL) 或程式碼來源的註冊號碼",abstract:"傳回已註冊的指定動態連結程式庫 (DLL) 或程式碼來源的註冊號碼",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/register-id-%E5%87%BD%E6%95%B0-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},p={},u={ENCODEURL:{description:"傳回 URL 編碼的字串",abstract:"傳回 URL 編碼的字串",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/encodeurl-%E5%87%BD%E6%95%B0-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"文字",detail:"要編碼 URL 的字串"}}},FILTERXML:{description:"透過使用指定的 XPath,傳回 XML 內容中的特定資料",abstract:"透過使用指定的 XPath,傳回 XML 內容中的特定資料",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/filterxml-%E5%87%BD%E6%95%B0-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"傳回 Web 服務中的資料。",abstract:"傳回 Web 服務中的資料。",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/webservice-%E5%87%BD%E6%95%B0-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},b={formula:{insert:{tooltip:"函數",sum:"求和",average:"平均值",count:"計數",max:"最大值",min:"最小值",more:"更多函數..."},functionList:{...n,...r,...l,...d,...m,...i,...f,...s,...o,...c,...a,...e,...u,...t,...p},prompt:{helpExample:"範例",helpAbstract:"簡介",required:"必要。 ",optional:"可選。 "},error:{title:"錯誤",divByZero:"除數為零",name:"無效名稱",value:"值中的錯誤",num:"數值錯誤",na:"值不可用",cycle:"循環引用",ref:"無效的單元格引用",spill:"溢出區域不是空白區域",calc:"計算錯誤",error:"錯誤",connect:"正在連線中",null:"空值錯誤"},functionType:{financial:"財務",date:"日期與時間",math:"數學與三角函數",statistical:"統計",lookup:"尋找與引用",database:"資料庫",text:"文字",logical:"邏輯",information:"訊息",engineering:"工程",cube:"多維資料集",compatibility:"相容性",web:"Web",array:"數組",univer:"Univer",user:"使用者自訂",definedname:"定義名稱"},moreFunctions:{confirm:"應用",prev:"上一步",next:"下一步",searchFunctionPlaceholder:"搜尋函數",allFunctions:"全部函數",syntax:"語法"},operation:{pasteFormula:"僅貼上公式"}}};module.exports=b;
44
+ 1 包含逸出字元和列分隔符號的限定格式。 產生可在輸入至資料編輯列時進行剖析的字串。 封裝會以引號傳回字串,除了布林值、數字和錯誤以外。`}}},CALL:{description:"呼叫動態連結函式庫或程式碼來源中的過程",abstract:"呼叫動態連結函式庫或程式碼來源中的過程",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/call-%E5%87%BD%E6%95%B0-32d58445-e646-4ffd-8d5e-b45077a5e995"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},EUROCONVERT:{description:"用於將數字轉換為歐元形式,將數字由歐元形式轉換為歐元成員國貨幣形式,或利用歐元作為中間貨幣將數字由某一歐元成員國貨幣轉化為另一歐元成員國貨幣形式(三角轉換關係)",abstract:"用於將數字轉換為歐元形式,將數字由歐元形式轉換為歐元成員國貨幣形式,或利用歐元作為中間貨幣將數字由某一歐元成員國貨幣轉化為另一歐元成員國貨幣形式(三角轉換關係)",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/euroconvert-%E5%87%BD%E6%95%B0-79c8fd67-c665-450c-bb6c-15fc92f8345c"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},REGISTER_ID:{description:"傳回已註冊過的指定動態連結程式庫 (DLL) 或程式碼來源的註冊號碼",abstract:"傳回已註冊的指定動態連結程式庫 (DLL) 或程式碼來源的註冊號碼",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/register-id-%E5%87%BD%E6%95%B0-f8f0af0f-fd66-4704-a0f2-87b27b175b50"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},p={},u={ENCODEURL:{description:"傳回 URL 編碼的字串",abstract:"傳回 URL 編碼的字串",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/encodeurl-%E5%87%BD%E6%95%B0-07c7fb90-7c60-4bff-8687-fac50fe33d0e"}],functionParameter:{text:{name:"文字",detail:"要編碼 URL 的字串"}}},FILTERXML:{description:"透過使用指定的 XPath,傳回 XML 內容中的特定資料",abstract:"透過使用指定的 XPath,傳回 XML 內容中的特定資料",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/filterxml-%E5%87%BD%E6%95%B0-4df72efc-11ec-4951-86f5-c1374812f5b7"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}},WEBSERVICE:{description:"傳回 Web 服務中的資料。",abstract:"傳回 Web 服務中的資料。",links:[{title:"教導",url:"https://support.microsoft.com/zh-tw/office/webservice-%E5%87%BD%E6%95%B0-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"}],functionParameter:{number1:{name:"number1",detail:"first"},number2:{name:"number2",detail:"second"}}}},b={shortcut:{"sheets-formula-ui":{"quick-sum":"快速求和"}},formula:{insert:{tooltip:"函數",sum:"求和",average:"平均值",count:"計數",max:"最大值",min:"最小值",more:"更多函數..."},functionList:{...n,...r,...l,...d,...m,...i,...f,...s,...o,...c,...a,...e,...u,...t,...p},prompt:{helpExample:"範例",helpAbstract:"簡介",required:"必要。 ",optional:"可選。 "},error:{title:"錯誤",divByZero:"除數為零",name:"無效名稱",value:"值中的錯誤",num:"數值錯誤",na:"值不可用",cycle:"循環引用",ref:"無效的單元格引用",spill:"溢出區域不是空白區域",calc:"計算錯誤",error:"錯誤",connect:"正在連線中",null:"空值錯誤"},functionType:{financial:"財務",date:"日期與時間",math:"數學與三角函數",statistical:"統計",lookup:"尋找與引用",database:"資料庫",text:"文字",logical:"邏輯",information:"訊息",engineering:"工程",cube:"多維資料集",compatibility:"相容性",web:"Web",array:"數組",univer:"Univer",user:"使用者自訂",definedname:"定義名稱"},moreFunctions:{confirm:"應用",prev:"上一步",next:"下一步",searchFunctionPlaceholder:"搜尋函數",allFunctions:"全部函數",syntax:"語法"},operation:{pasteFormula:"僅貼上公式"}}};module.exports=b;