WO2018223813A1 - 在电子表格中显示函数参数的方法、装置及电子设备 - Google Patents

在电子表格中显示函数参数的方法、装置及电子设备 Download PDF

Info

Publication number
WO2018223813A1
WO2018223813A1 PCT/CN2018/086665 CN2018086665W WO2018223813A1 WO 2018223813 A1 WO2018223813 A1 WO 2018223813A1 CN 2018086665 W CN2018086665 W CN 2018086665W WO 2018223813 A1 WO2018223813 A1 WO 2018223813A1
Authority
WO
WIPO (PCT)
Prior art keywords
function parameter
function
dynamic constraint
parameter
dynamic
Prior art date
Application number
PCT/CN2018/086665
Other languages
English (en)
French (fr)
Inventor
陈波
皮霞林
艾泽林
项林建
章庆元
Original Assignee
北京金山办公软件股份有限公司
珠海金山办公软件有限公司
广州金山移动科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京金山办公软件股份有限公司, 珠海金山办公软件有限公司, 广州金山移动科技有限公司 filed Critical 北京金山办公软件股份有限公司
Priority to US16/619,413 priority Critical patent/US11238213B2/en
Priority to EP18814012.3A priority patent/EP3637282A4/en
Priority to JP2019567360A priority patent/JP7128214B2/ja
Publication of WO2018223813A1 publication Critical patent/WO2018223813A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications

Definitions

  • the present application relates to the field of information technology, and in particular, to a method, device, and electronic device for prompting function parameters in a spreadsheet.
  • functions are often used to do various data processing.
  • the functions in the spreadsheet are mainly composed of function bodies (such as SUM, COUNT, VLOOOKUP, etc.) and function parameters (such as 12, name, B1:B9, etc.).
  • function bodies such as SUM, COUNT, VLOOOKUP, etc.
  • function parameters such as 12, name, B1:B9, etc.
  • the function parameter is used to specify the data used by the calculation rule.
  • the prompt of the function parameters in the spreadsheet can greatly facilitate the user to input the value of the required function parameters.
  • a list is prepared for each function parameter having a constraint, and the list is fixed.
  • the list is prompted for
  • the user selects, for example, the selection list of the first parameter of the subtotal function SUBTOTAL includes function parameters such as AVERAGE, COUNT, COUNTA, MAX, MIN, etc., as shown in FIG. 1 , FIG. 1 is a static function parameter in the prior art of the present application.
  • a schematic diagram of the prompting method the user inputs the value of the corresponding function parameter by selecting the option indicated in the list, thereby performing corresponding data processing.
  • the list used is fixed, that is, the function parameters of the static constraints in the list, due to the large number of functions in the spreadsheet, each function parameter The constraints are different.
  • the function parameters according to the static constraints are corresponding to the list Prompting for function parameters makes it easy for the user to enter values for inappropriate function parameters.
  • the function VLOOKUP is a function for finding the position of a certain unit in a certain area and returning the corresponding unit value.
  • the VLOOKUP (lookup_value, table_array, col_index_num, range_lookup) function includes four function parameters.
  • the second function parameter Table_array is the search range
  • the third function parameter col_index_num is the number of columns in the range.
  • the value range of the third function parameter is determined by the second function parameter, if the current value is There is a way to suggest a fixed range of values for the third function parameter, then the range is likely to exceed the range of the list corresponding to the second function parameter. The user can easily input the value of the inappropriate function parameter according to the prompt, resulting in a calculation error. .
  • the purpose of the embodiments of the present application is to provide a method, a device, and an electronic device for prompting a function parameter in an electronic table, so as to implement a fast and accurate input of a correct function parameter value by the user, and avoid a formula calculation error.
  • the specific technical solutions are as follows:
  • the embodiment of the present application discloses a method for prompting a function parameter in a spreadsheet, the method comprising:
  • the determining whether the first function parameter has a dynamic constraint rule includes:
  • the dynamic constraint parameter list being a set of function parameters and function parameters and dynamic constraints having dynamic constraints
  • the dynamic constraints to the parameter list, the first function parameter is determined whether a dynamic constraint rules.
  • the calculating, by the dynamic constraint rule, the value range of the first function parameter including:
  • the prompting the first function parameter according to the value range includes:
  • the range of values of the first function parameter is displayed in a manner of pulling a menu or prompting a bubble.
  • the acquiring the first function parameter that exists in the spreadsheet includes:
  • the first function parameter of the input exists in the detection spreadsheet.
  • An embodiment of the present application further discloses an apparatus for prompting a function parameter in a spreadsheet, the apparatus comprising:
  • a detecting module configured to acquire a first function parameter existing in the spreadsheet
  • a judging module configured to determine whether the first function parameter has a dynamic constraint rule, where the dynamic constraint rule has a dynamic constraint condition between the first function parameter and other function parameters in the function to which the function belongs;
  • a processing module configured to calculate a value range of the first function parameter according to the dynamic constraint rule when the first function parameter has a dynamic constraint rule
  • a prompting module configured to prompt the first function parameter according to the value range.
  • the determining module includes:
  • a retrieval sub-module configured to retrieve a dynamic constraint parameter list of the program corresponding to the spreadsheet, where the dynamic constraint parameter list is a function parameter and a set of function parameters and dynamic constraint conditions having dynamic constraints;
  • the determining submodule is configured to determine, according to the dynamic constraint parameter list, whether the first function parameter has a dynamic constraint rule.
  • the processing module includes:
  • a value submodule configured to obtain a value range of the second function parameter that has a dynamic constraint condition with the first function parameter
  • a calculation submodule configured to calculate, according to the dynamic constraint condition and the value range of the second function parameter, a range of values of the first function parameter.
  • the prompting module includes:
  • the display submodule is configured to display the value range of the first function parameter in a manner of pulling a menu or prompting a bubble.
  • the detecting module includes:
  • a detection sub-module for detecting a first function parameter of an input in the spreadsheet.
  • the embodiment of the present application further discloses an electronic device, including a processor, a communication interface, a memory, and a communication bus, wherein the processor, the communication interface, and the memory complete communication with each other through the communication bus;
  • a memory for storing a computer program
  • the processor when used to execute a program stored on the memory, implements the method steps of prompting function parameters in the spreadsheet described above.
  • the embodiment of the present application further discloses a computer readable storage medium, where the computer readable storage medium stores a computer program, and when the computer program is executed by the processor, the method step of prompting a function parameter in the electronic table is implemented.
  • the embodiment of the present application also discloses an application program for performing the method step of prompting a function parameter in the electronic table described above at runtime.
  • the method, device and electronic device for prompting a function parameter in an electronic table provided by an embodiment of the present application first acquire a first function parameter existing in an electronic table; and then determine whether the first function parameter has a dynamic constraint rule.
  • the dynamic constraint rule has a dynamic constraint condition between the first function parameter and other function parameters in the same function to which the first function parameter belongs; when the first function parameter has a dynamic constraint rule, the calculation is performed according to the dynamic constraint rule. a range of values of the first function parameter; prompting the first function parameter according to the value range. It can be seen that the function parameter of the dynamic constraint rule is determined according to the dynamic constraint rule, and the function parameter is prompted according to the value range, so that the user can input the correct parameter content quickly and accurately. Avoiding input of values of inappropriate function parameters leads to calculation errors.
  • implementing any of the products or methods of the present application necessarily does not necessarily require all of the advantages described above to be achieved at the same time.
  • FIG. 1 is a schematic diagram of a static prompting method for function parameters in the prior art of the present application
  • FIG. 2 is a schematic flowchart of a method for prompting a function parameter in an electronic table according to an embodiment of the present application
  • FIG. 3 is another schematic flowchart of a method for prompting a function parameter in an electronic table according to an embodiment of the present application
  • FIG. 4 is a schematic diagram of application of a method for prompting a function parameter in an electronic table according to an embodiment of the present application
  • FIG. 5 is a schematic structural diagram of an apparatus for prompting a function parameter in an electronic table according to an embodiment of the present application
  • FIG. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
  • the prompts of all function parameters are static, that is, the content of the prompted list is always unchanged, and does not change in combination with other factors, such as other in the same function.
  • the value of the function parameter which makes it easy for the user to enter inappropriate function parameters. Therefore, it is necessary to provide a method for prompting the user to quickly and accurately input the prompt function parameters of the appropriate function parameters.
  • a method for prompting a function parameter in an electronic table can be applied to any electronic device capable of displaying a spreadsheet, such as an electronic device such as a computer, a tablet computer, or a mobile phone, which is not specifically limited herein.
  • FIG. 2 is a schematic flowchart of a method for prompting a function parameter in an electronic table according to an embodiment of the present application, including the following steps:
  • the first function parameter of the input in the spreadsheet can be detected.
  • the detection spreadsheet has a click or input operation on a certain function parameter to obtain the first function parameter.
  • the first function parameter is any function parameter existing in the spreadsheet, and the first function parameter is named here mainly for distinguishing from the second function parameter in the present application.
  • the function parameter that is, the first function parameter
  • the function parameter can be obtained.
  • the user inputs a function parameter in the spreadsheet, or the user inputs a function parameter in the spreadsheet by clicking a function parameter in the function parameter selection list, and the function parameter can be obtained at this time.
  • the dynamic constraint rule is also a dynamic constraint between the first function parameter and other function parameters in the corresponding consent function.
  • the first function parameter After obtaining the first function parameter, it can be determined whether the first function parameter has a dynamic constraint rule, and the first function parameter having the dynamic constraint rule and the no dynamic constraint rule is separately processed, and the solution judges the function parameter.
  • the function parameter has dynamic constraint rules different function parameters are processed differently, suggesting different value ranges of function parameters, so that the input of the function parameter values is more accurate.
  • the dynamic constraint condition is the relationship between the value ranges of multiple function parameters.
  • the value range of the function parameter refers to the range that can be selected when inputting the function parameter.
  • the range of the column ordinal parameter in the VLOOKUP function is the range of the selection list of the function parameter.
  • the value range is displayed in some form, which may be a drop-down menu, a horizontal pull-down menu, or a way of prompting a bubble, etc., to obtain a display result, and display the display result in a function parameter corresponding
  • the location gives a hint to the user function parameters and implements the prompt for the first function parameter.
  • the value range can be displayed in some form, which can be a vertical pull-down menu, a horizontal pull-down menu, or a way of prompting a bubble.
  • Etc. displayed at the position corresponding to the first function parameter, giving a prompt of the user function parameter, and realizing the prompt of the first function parameter.
  • the range of values of the first function parameter may be displayed in the upper, lower, left, and right positions of the first function parameter, and of course, the range of the first function parameter may be displayed in a preset position in the spreadsheet. It is reasonable.
  • the user can directly select the value range of the first function parameter on the displayed value range, or input the displayed value range in the input box to achieve the first
  • the application of a function parameter prompt greatly avoids the user inputting the value of an inappropriate function parameter.
  • the method for prompting a function parameter in an electronic table first acquires a first function parameter existing in the electronic table; and then determines whether the first function parameter has a dynamic constraint rule, and the dynamic constraint rule is The first function parameter has a dynamic constraint condition between the other function parameters in the same function; when the first function parameter has a dynamic constraint rule, the value range of the first function parameter is calculated according to the dynamic constraint rule; Prompt for the first function parameter.
  • the value range of the function parameter is determined according to the dynamic constraint rule, and the function parameter is prompted according to the value range, thereby avoiding inputting an inappropriate function parameter value, thereby This allows the user to quickly and accurately enter the values of the correct function parameters.
  • determining whether the first function parameter has a dynamic constraint rule includes:
  • the dynamic constraint parameter list is a set of all dynamic constraint conditions corresponding to the parameters with dynamic constraints, and all the parameters with dynamic constraints; determining the first function according to the dynamic constraint parameter list Whether the parameter has a dynamic constraint rule.
  • the dynamic constraint parameter list is a set of function parameters and function parameters and dynamic constraints with dynamic constraints.
  • the dynamic constraint parameter list corresponding to the electronic table may be first retrieved, and the dynamic constraint parameter list may be preset, and includes a function parameter and a function parameter having a dynamic constraint condition, Dynamic constraints.
  • the VLOOKUP function includes four function parameters, namely a lookup value, a data table, a column ordinal, and a matching condition, wherein the value range of the third function parameter column ordinal is determined by the value range of the second function parameter data table. Determined, that is, the second function parameter data table and the third function parameter column ordinal have dynamic constraints, then, in the preset dynamic constraint parameter list, the column ordinal number, the data table, and the specific take-up can be stored.
  • the value relationship that is, the correspondence between dynamic constraints between the two.
  • the dynamic constraint parameter list may be preset and stored in the form of the following table.
  • the function parameter a1 - function parameter an is a function parameter of all dynamic constraints in the spreadsheet, such as the function parameter column ordinal;
  • the function parameter b1 - function parameter bn is dynamically constrained in the spreadsheet with the function parameter a1 - function parameter an a function parameter of a condition, wherein a function constraint between the function parameter 1 and the function parameter 2 in the same row in the dynamic constraint parameter list has a dynamic constraint condition, for example, if the function parameter a1 is a column ordinal number, then the function parameter b1 is a data table;
  • the dynamic constraint column in the constraint parameter list is the dynamic constraint between function parameter 1 and function parameter 2.
  • whether the first function parameter has a dynamic constraint rule may be determined, and whether the first function parameter exists in the dynamic constraint parameter list may be found, and if present, the first function parameter has a dynamic constraint rule.
  • the first function parameter is one of the function parameter a1 - the function parameter an, then the first function parameter has a dynamic constraint rule, if the first function parameter is not in the function parameter a1 - function parameter an One, then the first function parameter has no dynamic constraint rules.
  • the value range of the first function parameter is calculated according to the dynamic constraint rule, including:
  • the second function parameter having a dynamic constraint condition may be found in the dynamic constraint parameter list, that is, in the function to which the first function parameter belongs, and the first function parameter has The second function parameter of the dynamic constraint.
  • the second function parameter is all parameters having dynamic constraints with the first function parameter, for example, the second function parameter data table in the VLOOKUP function, because the data table is dynamically constrained with the third function parameter column ordinal The function parameter, therefore, when the third function parameter column ordinal parameter is the first function parameter, correspondingly, the data table is the second function parameter.
  • the value range of the first function parameter is determined by the range of the second function parameter having a dynamic constraint condition
  • the value range of the second function parameter is first calculated by the dynamic constraint rule, and according to the second The range of values of the function parameters determines the range of values of the first function parameter.
  • the value range of the first function parameter is determined by the value range of the second function parameter having the dynamic constraint condition, that is, the value range of the first function parameter is determined by the dynamic constraint condition thereof.
  • the range of values of the two function parameters is related. Therefore, after determining the second function parameter corresponding to the first function parameter according to the dynamic constraint parameter list, the value range of the second function parameter may be obtained first, and then according to the second function parameter.
  • the value range and the dynamic constraint condition between the first function parameter and the second function parameter determine the range of values of the first function parameter.
  • the value of the second function parameter having the dynamic constraint condition is generally input in the spreadsheet when the first function parameter is acquired, that is, the value of the second function parameter is generally determined, Gets the range of values of the second function parameter that has been determined in the spreadsheet. For example, if the value of the second function parameter already entered in the spreadsheet is A1:D3, then it can be understood that in the spreadsheet, A1:D3 represents the spreadsheet, from the first row to the fourth column of the first column. The three rows include all the cells in the rectangular area. Then the value of the second function parameter can be obtained as A1:D3.
  • the value range of the first function parameter can be calculated according to the dynamic constraint condition and the value range of the second function parameter. Since the dynamic constraint condition represents the relationship between the value range of the first function parameter and the value range of the first function parameter, the dynamic constraint condition and the value range of the second function parameter can be calculated.
  • the range of values of the first function parameter is determined according to the range of values of the second function parameter having dynamic constraints, and is not the range of any possible cells in the spreadsheet, thus greatly improving The accuracy of the range of values of the function parameters.
  • the first function parameter is prompted according to the value range, including:
  • the value range of the first function parameter is displayed in the manner of pulling the menu or prompting the bubble to obtain the display result; that is, the first function parameter is prompted according to the display result.
  • the value range of the first function parameter is displayed in the manner of pulling the menu or prompting the bubble.
  • the value range may be displayed at a position corresponding to the first function parameter, so that the user gives a prompt of the user function parameter when editing the first function parameter.
  • the value range of the first function parameter can be displayed in the form of a drop-down menu, and the user can filter the value of the required function parameter in the drop-down menu to input, or according to the value range indicated in the drop-down menu.
  • the input of a function parameter value avoids inputting an inappropriate value, so that the user can input the correct function parameter value quickly and accurately, and avoid the formula calculation error.
  • FIG. 3 is another schematic flowchart of a method for prompting a function parameter in an electronic table according to an embodiment of the present application, including the following steps:
  • positioning the cursor to a parameter position in the formula is to input a function parameter, and the system will detect the function parameter of the input in the spreadsheet. It is also said that the user will position the cursor to a function parameter position in the function, that is, input the value of a function parameter, and then the function parameters existing in the spreadsheet can be obtained.
  • the function parameter has a dynamic constraint rule. If the function parameter has a dynamic constraint rule, then jump to S304. If the function parameter has no dynamic constraint rule, skip to S307, that is, a function without a dynamic constraint rule. The parameter is no longer processed in step S304, but is processed in the same manner as the prior art.
  • the judgment of the function parameter of the present solution and the prior art do not judge whether the function parameter has dynamic constraint rules, for all The method of doing the same processing for function parameters to make a prompt is completely different. By judging whether the function parameter has dynamic constraint rules, different function parameters are processed differently, suggesting different value ranges of function parameters, so that the input of the function parameter values is more accurate.
  • the dynamic constraint rule is read, and the dynamic constraint rule has a dynamic constraint condition between the function parameter and other corresponding function parameters in the same function, that is, other components in the same function are obtained.
  • the dynamic constraint rules have dynamic constraints between the function parameters and other function parameters in the function they belong to, that is, the function parameters of the function parameters are obtained. In other functions, there are function parameters with dynamic constraints on the function parameters.
  • the dynamic constraint rule corresponding to reading the function parameter can be understood as: determining a function parameter having a dynamic constraint condition with the function parameter, and determining a dynamic constraint condition between the two.
  • the dynamic constraint parameter list can be used to find a function parameter having a dynamic constraint condition with the function parameter, and a dynamic constraint condition between the two can be determined.
  • the range of values of the function parameters can be calculated from the range of values of the function parameters having constraints on the function parameters, which greatly improves the function parameters.
  • the accuracy of the range of values can be calculated from the range of values of the function parameters having constraints on the function parameters, which greatly improves the function parameters.
  • the value range can be displayed in the position corresponding to the function parameter, so that the user gives a prompt of the value range of the user function parameter when editing the function parameter.
  • the value range of the function parameter can be displayed in the form of a drop-down menu or a prompt bubble.
  • the user can filter the value of the required function parameter in the drop-down menu or the prompt bubble to input, or according to the prompt in the drop-down menu.
  • the value range is used to input the value of the function parameter, or to input the value of the function parameter according to the prompt bubble.
  • a value range of the function parameter is determined according to a dynamic constraint rule by using a function parameter with a dynamic constraint rule, and according to the value
  • the range prompts the function parameters to avoid inputting values of inappropriate function parameters, so that the user can input the correct function parameter values quickly and accurately.
  • FIG. 4 is a schematic diagram of an application of a method for prompting a function parameter in an electronic table according to an embodiment of the present application.
  • Figure 4 shows the function parameters of the VLOOKUP function, which are lookup values, data tables, column ordinals, and matching conditions. Since the value range of the third function parameter column ordinal is determined by the value range of the second function parameter data table, that is, the second function parameter and the third function parameter have dynamic constraints, and the second function is obtained.
  • the search object of the parameter in the spreadsheet as shown in a of FIG.
  • the selection list occupied by the data table in the search object is the first column: the work number, the second Column: Name, Column 3: Post, Column 4: Level, which is the value of the second function parameter, so you can determine the selection list of the third function parameter column ordinal in the first column, the second column, the first In the three columns and the fourth column and four columns, respectively corresponding to the work number, name, position, and level, then the value range of the third function parameter column ordinal is also (work number, name, position, level), and finally the column number
  • the value range (job number, name, post, level) is displayed in the form of the pull-down menu in the corresponding position of the function parameter column.
  • the user can filter the required function in the drop-down menu.
  • the value of the parameter comes To enter, you can also enter the value of the function parameter according to the range of values indicated in the drop-down menu.
  • the third function parameter corresponds to the first function parameter in the method for prompting the function parameter in the spreadsheet proposed by the embodiment of the present application
  • the second function parameter corresponds to the spreadsheet in the embodiment of the present application.
  • the second function parameter in the method that prompts the function parameter.
  • FIG. 5 is a schematic structural diagram of an apparatus for prompting a function parameter in an electronic table according to an embodiment of the present application, including the following modules:
  • the detecting module 501 is configured to acquire a first function parameter existing in the spreadsheet
  • the determining module 502 is configured to determine whether the first function parameter has a dynamic constraint rule, and the dynamic constraint rule has a dynamic constraint condition between the first function parameter and other function parameters in the function to which it belongs;
  • the processing module 503 is configured to: when the first function parameter has a dynamic constraint rule, calculate a value range of the first function parameter according to the dynamic constraint rule;
  • the prompting module 504 is configured to prompt the first function parameter according to the value range.
  • the determining module 502 includes:
  • the determining submodule is configured to determine, according to the dynamic constraint parameter list, whether the first function parameter has a dynamic constraint rule.
  • processing module 503 includes:
  • the value sub-module is configured to obtain a value range of the second function parameter that has a dynamic constraint condition with the first function parameter;
  • the calculation submodule is configured to calculate the value range of the first function parameter according to the dynamic constraint condition and the value range of the second function parameter.
  • the prompting module 504 includes:
  • the display sub-module is configured to display the value range of the first function parameter in the manner of pulling the menu or prompting the bubble.
  • the detecting module 501 includes:
  • a detection sub-module for detecting a first function parameter of an input in the spreadsheet.
  • a device for prompting a function parameter in an electronic table the first pass module acquires a first function parameter existing in the electronic table; and then the determining module determines whether the first function parameter has a dynamic constraint rule.
  • the dynamic constraint rule has a dynamic constraint condition between the first function parameter and other function parameters in the function to which it belongs; the processing module is configured to calculate the first function parameter according to the dynamic constraint rule when the first function parameter has a dynamic constraint rule The value range; the last display module prompts the first function parameter according to the value range.
  • the value range of the function parameter is determined according to the dynamic constraint rule, and the function parameter is prompted according to the value range, thereby avoiding inputting an inappropriate function parameter value, thereby This allows the user to quickly and accurately input the correct function parameter values, avoiding formula calculation errors.
  • the embodiment of the present application further provides an electronic device, as shown in FIG. 6, including a processor 601, a communication interface 602, a memory 603, and a communication bus 604, wherein the processor 601, the communication interface 602, and the memory 603 pass through the communication bus 604.
  • the processor 601 is configured to perform the following steps when executing the program stored on the memory 603:
  • the value range of the first function parameter is calculated according to the dynamic constraint rule
  • the first function parameter is prompted according to the value range.
  • the electronic device first acquires the first function parameter existing in the electronic table; and then determines whether the first function parameter has a dynamic constraint rule, and the dynamic constraint rule is that the first function parameter is the same as the first function parameter
  • the first function parameter has dynamic constraint rules
  • the value range of the first function parameter is calculated according to the dynamic constraint rule
  • the first function parameter is prompted according to the value range.
  • the value range of the function parameter is determined according to the dynamic constraint rule, and the function parameter is prompted according to the value range, thereby avoiding inputting an inappropriate function parameter value, thereby This allows the user to quickly and accurately enter the values of the correct function parameters.
  • the communication bus mentioned in the above electronic device may be a Peripheral Component Interconnect (PCI) bus or an Extended Industry Standard Architecture (EISA) bus.
  • PCI Peripheral Component Interconnect
  • EISA Extended Industry Standard Architecture
  • the communication bus can be divided into an address bus, a data bus, a control bus, and the like. For ease of representation, only one thick line is shown in the figure, but it does not mean that there is only one bus or one type of bus.
  • the communication interface is used for communication between the above electronic device and other devices.
  • determining whether the first function parameter has a dynamic constraint rule comprises:
  • the calculating, by the dynamic constraint rule, the value range of the first function parameter including:
  • the prompting the first function parameter according to the value range includes:
  • the range of values of the first function parameter is displayed in a manner of pulling a menu or prompting a bubble.
  • the first function parameter existing in the spreadsheet is obtained, including:
  • the first function parameter of the input exists in the detection spreadsheet.
  • the embodiment of the present application further provides a computer readable storage medium.
  • the computer readable storage medium stores a computer program. When the computer program is executed by the processor, the following steps are implemented:
  • the value range of the first function parameter is calculated according to the dynamic constraint rule
  • the first function parameter is prompted according to the value range.
  • the first function parameter existing in the electronic table is first obtained; then, whether the first function parameter has a dynamic constraint rule, and the dynamic constraint rule is the first There is a dynamic constraint between the function parameter and other function parameters in the same function; when the first function parameter has a dynamic constraint rule, the value range of the first function parameter is calculated according to the dynamic constraint rule; A function parameter prompts.
  • the value range of the function parameter is determined according to the dynamic constraint rule, and the function parameter is prompted according to the value range, thereby avoiding inputting an inappropriate function parameter value, thereby This allows the user to quickly and accurately enter the values of the correct function parameters.
  • the memory may include a random access memory (RAM), and may also include a non-volatile memory (NVM), such as at least one disk storage.
  • RAM random access memory
  • NVM non-volatile memory
  • the memory may also be at least one storage device located away from the aforementioned processor.
  • the above processor may be a general-purpose processor, including a central processing unit (CPU), a network processor (NP), etc.; or may be a digital signal processing (DSP), dedicated integration.
  • CPU central processing unit
  • NP network processor
  • DSP digital signal processing
  • ASIC Application Specific Integrated Circuit
  • FPGA Field-Programmable Gate Array
  • determining whether the first function parameter has a dynamic constraint rule comprises:
  • the calculating, by the dynamic constraint rule, the value range of the first function parameter including:
  • the prompting the first function parameter according to the value range includes:
  • the range of values of the first function parameter is displayed in a manner of pulling a menu or prompting a bubble.
  • the first function parameter existing in the spreadsheet is obtained, including:
  • the first function parameter of the input exists in the detection spreadsheet.
  • the embodiment of the present invention further provides an application program, which is used to execute the first information display method provided by the embodiment of the present application at runtime.
  • the application implements the following steps when executed by the processor:
  • the value range of the first function parameter is calculated according to the dynamic constraint rule
  • the first function parameter is prompted according to the value range.
  • the first function parameter existing in the electronic table is first obtained; then, whether the first function parameter has a dynamic constraint rule, and the dynamic constraint rule is the first There is a dynamic constraint between the function parameter and other function parameters in the same function; when the first function parameter has a dynamic constraint rule, the value range of the first function parameter is calculated according to the dynamic constraint rule; A function parameter prompts.
  • the value range of the function parameter is determined according to the dynamic constraint rule, and the function parameter is prompted according to the value range, thereby avoiding inputting an inappropriate function parameter value, thereby This allows the user to quickly and accurately enter the values of the correct function parameters.
  • determining whether the first function parameter has a dynamic constraint rule comprises:
  • the calculating, by the dynamic constraint rule, the value range of the first function parameter including:
  • the prompting the first function parameter according to the value range includes:
  • the range of values of the first function parameter is displayed in a manner of pulling a menu or prompting a bubble.
  • the first function parameter existing in the spreadsheet is obtained, including:
  • the first function parameter of the input exists in the detection spreadsheet.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Computer Interaction (AREA)
  • Multimedia (AREA)
  • User Interface Of Digital Computer (AREA)
  • Document Processing Apparatus (AREA)

Abstract

本申请实施例提供了一种在电子表格中提示函数参数的方法、装置及电子设备,所述方法包括:获取电子表格中存在的第一函数参数;判断所述第一函数参数是否有动态约束规则,所述动态约束规则为所述第一函数参数与其所属的函数中的其他函数参数之间有动态约束条件;当所述第一函数参数有动态约束规则时,根据所述动态约束规则计算所述第一函数参数的取值范围;根据所述取值范围对所述第一函数参数进行提示。应用本申请实施例,避免了输入不合适的参数内容,从而使得用户能够快速准确的输入正确的参数内容,避免公式计算错误。

Description

在电子表格中显示函数参数的方法、装置及电子设备
本申请要求于2017年6月6日提交中国专利局、申请号为201710418474.1、发明名称为“在电子表格中显示函数参数的方法、装置及电子设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及信息技术领域,特别是涉及一种在电子表格中提示函数参数的方法、装置及电子设备。
背景技术
在电子表格中,经常使用函数做各种数据处理,电子表格中的函数主要由函数体(例如SUM、COUNT、VLOOOKUP等)和函数参数(例如12、姓名、B1:B9等)组成,函数体用于标示一个特定的计算规则,函数参数用于指定该计算规则所使用的数据。其中,在电子表格中对函数参数的提示可以极大的方便用户输入所需的函数参数的数值。
现有的在电子表格中提示函数参数的方法中,针对每个有约束条件的函数参数整理出一份列表,列表是固定不变的,在编辑对应的函数参数时将这份列表提示出来供用户选择,例如,分类汇总函数SUBTOTAL的第一个参数的选择列表包括AVERAGE、COUNT、COUNTA、MAX、MIN等函数参数,如图1所示,图1为本申请现有技术中函数参数的静态提示方法的示意图,用户通过选择列表中所提示的选项输入对应的函数参的数值,从而进行对应的数据处理。
但是现有的在电子表格中提示函数参数的方法中,所使用的列表都是固定不变,即列表中都是静态的约束条件的函数参数,由于电子表格中的函数众多,每个函数参数的约束条件不同,对于一些具有动态约束条件的函数参数,由于这些函数参数在同一函数中需结合其它函数参数的数值来确定其取值范围,所以如果根据静态约束条件的函数参数所对应的列表来提示函数参数,就会使得用户容易输入不合适的函数参数的数值。例如,函数VLOOKUP是用于查找某一单元在某一区域中的位置并返回相应单元值的函数,在用户编辑VLOOKUP函数时,VLOOKUP(lookup_value,table_array,col_index_num, range_lookup)函数包括四个函数参数,其中,第二个函数参数Table_array是搜寻的范围,第三个函数参数col_index_num是范围内的栏数,这里,第三个函数参数的取值范围是由第二个函数参数决定的,如果按现有方法针对第三个函数参数提示一个固定的取值范围,那么这个范围很可能超出第二个函数参数所对应的列表范围,用户按此提示容易输入不合适的函数参数的数值,导致计算错误。
发明内容
本申请实施例的目的在于提供一种在电子表格中提示函数参数的方法、装置及电子设备,以实现用户快速准确的输入正确的函数参数的数值,避免公式计算错误。具体技术方案如下:
本申请实施例公开了一种在电子表格中提示函数参数的方法,所述方法包括:
获取电子表格中存在的第一函数参数;
判断所述第一函数参数是否有动态约束规则,所述动态约束规则为所述第一函数参数与其所属的函数中的其他函数参数之间有动态约束条件;
当所述第一函数参数有动态约束规则时,根据所述动态约束规则计算所述第一函数参数的取值范围;
根据所述取值范围对所述第一函数参数进行提示。
可选的,所述判断所述第一函数参数是否有动态约束规则,包括:
检索电子表格所对应的程序的动态约束参数列表,所述动态约束参数列表为函数参数及与其有动态约束的函数参数、动态约束条件的集合;
根据所述动态约束参数列表,判断所述第一函数参数是否有动态约束规
可选的,所述根据所述动态约束规则计算所述第一函数参数的取值范围,包括:
获取与所述第一函数参数与所对应的同一函数中有动态约束条件的第二函数参数的取值范围;
根据所述动态约束规则及所述第二函数参数的取值范围,计算得到所述第一函数参数的取值范围。
可选的,所述根据所述取值范围对所述第一函数参数进行提示,包括:
将所述第一函数参数的取值范围,以下拉菜单或者提示气泡的方式进行显示。
可选的,所述获取电子表格中存在的第一函数参数,包括:
检测电子表格中存在输入的第一函数参数。
本申请实施例还公开了一种在电子表格中提示函数参数的装置,所述装置包括:
检测模块,用于获取电子表格中存在的第一函数参数;
判断模块,用于判断所述第一函数参数是否有动态约束规则,所述动态约束规则为所述第一函数参数与其所属的函数中的其他函数参数之间有动态约束条件;
处理模块,用于当所述第一函数参数有动态约束规则时,根据所述动态约束规则计算所述第一函数参数的取值范围;
提示模块,用于根据所述取值范围对所述第一函数参数进行提示。
可选的,所述判断模块,包括:
检索子模块,用于检索电子表格所对应的程序的动态约束参数列表,所述动态约束参数列表为函数参数及与其有动态约束的函数参数、动态约束条件的集合;
判断子模块,用于根据所述动态约束参数列表,判断所述第一函数参数是否有动态约束规则。
可选的,所述处理模块,包括:
取值子模块,用于获取与所述第一函数参数有动态约束条件的第二函数参数的取值范围;
计算子模块,用于根据所述动态约束条件及所述第二函数参数的取值范围,计算得到所述第一函数参数的取值范围。
可选的,所述提示模块,包括:
显示子模块,用于将所述第一函数参数的取值范围以下拉菜单或者提示气泡的方式进行显示。
可选的,所述检测模块,包括:
检测子模块,用于检测电子表格中存在输入的第一函数参数。
本申请实施例还公开了一种电子设备,包括处理器、通信接口、存储器和通信总线,其中,处理器,通信接口,存储器通过通信总线完成相互间的通信;
存储器,用于存放计算机程序;
处理器,用于执行存储器上所存放的程序时,实现上述的电子表格中提示函数参数的方法步骤。
本申请实施例还公开了一种计算机可读存储介质,所述计算机可读存储介质内存储有计算机程序,所述计算机程序被处理器执行时实现上述的电子表格中提示函数参数的方法步骤。
本申请实施例还公开了一种应用程序,所述应用程序用于在运行时执行上述的电子表格中提示函数参数的方法步骤。
本申请实施例提供的一种在电子表格中提示函数参数的方法、装置及电子设备,先获取电子表格中存在的第一函数参数;然后判断所述第一函数参数是否有动态约束规则,所述动态约束规则为所述第一函数参数与其所属的同一函数中的其他函数参数之间有动态约束条件;当所述第一函数参数有动态约束规则时,根据所述动态约束规则计算所述第一函数参数的取值范围;根据所述取值范围对所述第一函数参数进行提示。可见,通过对具有动态约束规则的函数参数,根据动态约束规则确定出该函数参数的取值范围,并根据取值范围对该函数参数进行提示,从而使得用户能够快速准确的输入正确的参数内容,避免输入不合适的函数参数的数值导致计算错误。当然,实施 本申请的任一产品或方法必不一定需要同时达到以上所述的所有优点。
附图说明
为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1为本申请现有技术中函数参数的静态提示方法的示意图;
图2为本申请实施例提供的一种在电子表格中提示函数参数的方法的一种流程示意图;
图3为本申请实施例提供的一种在电子表格中提示函数参数的方法的另一种流程示意图;
图4为本申请实施例提供的一种在电子表格中提示函数参数的方法的应用示意图;
图5为本申请实施例提供的一种在电子表格中提示函数参数的装置的结构示意图;
图6为本申请实施例提供的一种电子设备的结构示意图。
具体实施方式
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。
在现有的电子表格中提示函数参数的方法中,所有函数参数的提示都是静态的,即所提示的列表的内容始终保持不变,而并没有结合其他因素而变化,例如同一函数中其他函数参数的数值,这使得用户容易输入不合适的函数参数。因此,有必要提供一种帮助用户快速、准确输入合适的函数参数的提示函数参数的方法。
本发明实施例所提供的一种在电子表格中提示函数参数的方法可以应用 于任意能够显示电子表格的电子设备,例如,电脑、平板电脑、手机等电子设备,在此不做具体限定。
参见图2,图2为本申请实施例提供的一种在电子表格中提示函数参数的方法的流程示意图,包括如下步骤:
S201,获取电子表格中存在的第一函数参数。
具体的,可以检测电子表格中存在输入的第一函数参数。检测电子表格中存在对某一个函数参数的点击或者输入等操作,从而获取第一函数参数。这里,第一函数参数为电子表格中存在的任一个函数参数,这里命名为第一函数参数主要为了与本申请中的第二函数参数做以区分。
电子表格中存在对某一个函数参数的点击或者输入等操作时,便可以获取该函数参数,也就是第一函数参数。例如,用户在电子表格中输入一函数参数,或者,用户通过在函数参数选择列表中点击的某一函数参数的方式在电子表格中输入一函数参数,此时也就可以获取该函数参数。
S202,判断第一函数参数是否有动态约束规则,动态约束规则为第一函数参数与其所属的函数中的其他函数参数之间有动态约束条件。
动态约束规则也就是第一函数参数与所对应的同意函数中的其他函数参数之间有动态约束条件。
获取第一函数参数后,可以判断第一函数参数是否有动态约束规则,对有动态约束规则和没有动态约束规则的第一函数参数分别做不同的处理,本方案对函数参数所做的判断与现有技术中不判断函数参数是否有动态约束规则,对所有的函数参数做相同的处理来进行提示的方法是完全不同的。通过判断该函数参数是否有动态约束规则,从而对不同的函数参数进行不同的处理,提示不同的函数参数的取值范围,使得函数参数的数值的输入更准确。其中,动态约束条件即为多个函数参数的取值范围之间的关系。
S203,当第一函数参数有动态约束规则时,根据动态约束规则计算第一函数参数的取值范围。
当第一函数参数有动态约束规则时,第一函数参数与其所属的函数中的其他函数参数之间有动态约束条件,所以第一函数参数的取值范围是由与第一函数参数具有动态约束条件的其他函数参数计算得到的,通过动态约束规 则确定出该第一函数参数的取值范围,极大的提高了第一函数参数的取值范围的准确性。这里,函数参数的取值范围是指输入该函数参数时可选取的范围,例如,VLOOKUP函数中的列序数参数的取值范围为该函数参数的选择列表的范围。
S204,根据取值范围对第一函数参数进行提示。
具体的,将取值范围以某种形式显示,可以是下拉菜单的方式,也可以是横向下拉菜单的方式、或者是提示气泡的方式等,得到显示结果,并将显示结果显示在函数参数对应的位置,给出用户函数参数的提示,实现了第一函数参数的提示。
也就是说,得到第一函数参数的取值范围后,可以将取值范围以某种形式进行显示,可以是纵向下拉菜单的方式,也可以是横向下拉菜单的方式、或者是提示气泡的方式等,显示在第一函数参数对应的位置,给出用户函数参数的提示,实现了第一函数参数的提示。例如,可以在第一函数参数的上、下、左、右位置显示第一函数参数的取值范围,当然也可以在电子表格中的预设位置显示第一函数参数的取值范围,这都是合理的。
另外,在对第一函数参数取值范围进行提示后,用户可以在显示的取值范围上直接选择第一函数参数的取值范围,也可以在输入框输入显示的取值范围,以实现第一函数参数的提示的应用,极大的避免了用户输入不合适的函数参数的数值。
由此可见,本申请实施例提供的一种在电子表格中提示函数参数的方法,先获取电子表格中存在的第一函数参数;然后判断第一函数参数是否有动态约束规则,动态约束规则为第一函数参数与其所属的同一函数中的其他函数参数之间有动态约束条件;当第一函数参数有动态约束规则时,根据动态约束规则计算第一函数参数的取值范围;根据取值范围对第一函数参数进行提示。可见,通过对具有动态约束规则的函数参数,根据动态约束规则确定出该函数参数的取值范围,并根据取值范围对该函数参数进行提示,避免了输入不合适的函数参数的数值,从而使得用户能够快速准确的输入正确的函数参数的数值。
在本申请实施例中,判断第一函数参数是否有动态约束规则,包括:
检索电子表格所对应的程序的动态约束参数列表,动态约束参数列表为所有具有动态约束的参数、所有具有动态约束的参数所对应的动态约束条件的集合;根据动态约束参数列表,判断第一函数参数是否有动态约束规则。其中,动态约束参数列表为函数参数及与其有具有动态约束条件的函数参数、动态约束条件的集合。
具体的,当获取到第一函数参数时,可以先检索电子表格所对应的动态约束参数列表,该动态约束参数列表可以预先设定,其包括函数参数及与其有具有动态约束条件的函数参数、动态约束条件。
例如,VLOOKUP函数包括四个函数参数,分别是查找值、数据表、列序数和匹配条件,其中,第三个函数参数列序数的取值范围是由第二个函数参数数据表的取值范围决定的,即第二个函数参数数据表与第三个函数参数列序数具有动态约束条件,那么,在预先设定的动态约束参数列表中便可以存储列序数、数据表及二者具体的取值关系,也就是二者之间的动态约束条件的对应关系。
在一种实施方式中,上述动态约束参数列表可以采用下表的形式预先设定并存储。
函数参数1 函数参数2 动态约束条件
函数参数a1 函数参数b1 动态约束条件1
函数参数a2 函数参数b2、b3 动态约束条件2
函数参数a3 函数参数b4 动态约束条件3
函数参数an 函数参数bn 动态约束条件n
其中,函数参数a1-函数参数an为电子表格中所有动态约束条件的函数参数,例如上述函数参数列序数;函数参数b1-函数参数bn为电子表格中与函数参数a1-函数参数an有动态约束条件的函数参数,其中,处于动态约束参数列表中同一行的函数参数1和函数参数2之间具有动态约束条件,例如,若函数参数a1为列序数,那么函数参数b1则为数据表;动态约束参数列表中动态约束条件列即为函数参数1和函数参数2之间的动态约束条件。
进而,可以根据动态约束参数列表,判断第一函数参数是否有动态约束规则,可以查找动态约束参数列表中是否存在第一函数参数,如果存在,则第一函数参数有动态约束规则。
依然以上述表格为例,如果第一函数参数为函数参数a1-函数参数an中的一个,那么则第一函数参数有动态约束规则,如果第一函数参数不是函数参数a1-函数参数an中的一个,那么则第一函数参数无动态约束规则。
在本申请实施例中,根据动态约束规则计算第一函数参数的取值范围,包括:
获取所述第一函数参数与所对应的同一函数中有动态约束条件的第二函数参数,得到第一函数参数的取值范围。
也就是,获取与所述第一函数参数有动态约束条件的第二函数参数的取值范围;根据动态约束条件及第二函数参数的取值范围,计算得到第一函数参数的取值范围。
具体的,对于有动态约束规则的第一函数参数,可以在动态约束参数列表中找到与其有动态约束条件的第二函数参数,即在第一函数参数所属的函数中,与第一函数参数有动态约束条件的第二函数参数。其中,第二函数参数为与第一函数参数有动态约束条件的所有参数,例如,VLOOKUP函数中的第二个函数参数数据表,由于数据表是与第三个函数参数列序数具有动态约束条件的函数参数,所以,第三个函数参数列序数参数为第一函数参数时,相应的,数据表为第二函数参数。
具体的,由于第一函数参数的取值范围是由与其具有动态约束条件的第二函数参数的范围决定的,所以,先通过动态约束规则计算第二函数参数的取值范围,并根据第二函数参数的取值范围确定第一函数参数的取值范围。
也就说,由于第一函数参数的取值范围是由与其具有动态约束条件的第二函数参数的取值范围决定的,即第一函数参数的取值范围是由与其具有动态约束条件的第二函数参数的取值范围有关,所以,在根据动态约束参数列表确定第一函数参数对应的第二函数参数后,可以先获取第二函数参数的取值范围,然后根据第二函数参数的取值范围及第一函数参数与第二函数参数之间的动态约束条件,确定第一函数参数的取值范围。
可以理解的是,由于在获取第一函数参数时,与其具有动态约束条件的第二函数参数的数值一般已经输入在电子表格中,也就是说,第二函数参数的数值一般已经确定,所以可以获取电子表格中已经确定的第二函数参数的取值范围。例如,电子表格中已经输入的第二函数参数的数值为A1:D3,那么可以理解的是,在电子表格中,A1:D3表示电子表格中,从第一列第一行到第四列第三行包括的矩形区域中的所有单元格。那么便可以获取第二函数参数的取值范围为A1:D3。
这样,在获取第二函数参数的取值范围后,便可以根据动态约束条件及第二函数参数的取值范围,计算得到第一函数参数的取值范围。由于动态约束条件表示了第一函数参数的取值范围与第而函数参数的取值范围之间的关系,因此,根据动态约束条件及第二函数参数的取值范围,也就可以计算得到第一函数参数的取值范围。
可见,第一函数参数的取值范围是根据与其具有动态约束条件的第二函数参数的取值范围来确定的,而并不是电子表格中任何一个可能单元格的范围,这样,极大的提高了函数参数的取值范围的准确性。
在本申请实施例中,根据取值范围对第一函数参数进行提示,包括:
将第一函数参数的取值范围以下拉菜单或者提示气泡的方式显示,得到显示结果;也就是根据显示结果对第一函数参数进行提示。将第一函数参数的取值范围以下拉菜单或者提示气泡的方式进行显示。
具体的,得到该第一函数参数的取值范围之后,可以将取值范围显示在第一函数参数对应的位置,以使用户在编辑第一函数参数时,给出用户函数参数的提示。这里,可以通过下拉菜单的形式显示该第一函数参数的取值范围,用户可以在下拉菜单中筛选所需的函数参数的数值来进行输入,也可以根据下拉菜单中提示的取值范围进行第一函数参数的数值的输入,避免了输入不合适的数值,从而使得用户能够快速准确的输入正确的函数参数的数值,避免了公式计算错误。
参见图3,图3为本申请实施例提供的一种在电子表格中提示函数参数的方法的另一种流程示意图,包括如下步骤:
S301,开始。
S302,将光标定位到公式中某个参数位置。也就是将光标定位到函数中某个函数参数位置。
这里,将光标定位到公式中某个参数位置即对某个函数参数进行输入,系统就会检测到电子表格中存在输入的函数参数。也就睡说,用户将光标定位到函数中某个函数参数位置即需要对某个函数参数的数值进行输入,此时也就可以获取电子表格中存在的函数参数。
S303,判断该函数参数是否有动态约束规则。
本方案中,判断该函数参数是否有动态约束规则,如果该函数参数有动态约束规则,则跳到S304,如果该函数参数没有动态约束规则,则跳到S307结束,即没有动态约束规则的函数参数不再进行步骤S304中的处理,而是采用和现有技术一样的方式进行处理,本方案对函数参数所做的判断与现有技术中不判断函数参数是否有动态约束规则,对所有的函数参数做相同的处理来进行提示的方法是完全不同的。通过判断该函数参数是否有动态约束规则,从而对不同的函数参数进行不同的处理,提示不同的函数参数的取值范围,使得函数参数的数值的输入更准确。
S304,读取该函数参数对应的动态约束规则。
这里,对有动态约束规则的函数参数,读取该动态约束规则,动态约束规则为函数参数与所对应的同一函数中的其他函数参数之间有动态约束条件,即获得了在同一函数的其他函数中与该函数参数有动态约束条件的函数参数。也就是说,对有动态约束规则的函数参数,读取该动态约束规则,动态约束规则为函数参数与其所属函数中的其他函数参数之间有动态约束条件,即获得了该函数参数所属函数中的其他函数中与该函数参数有动态约束条件的函数参数。
这里的读取该函数参数对应的动态约束规则可以理解为:确定与该函数参数具有动态约束条件的函数参数,并确定二者之间的动态约束条件。例如,可以通过上述动态约束参数列表查找与该函数参数具有动态约束条件的函数参数,并确定二者之间的动态约束条件。
S305,根据该规则计算出该函数参数的取值范围。
这里,由于函数参数与其他函数参数具有动态约束条件,所以该函数参 数的取值范围可以由与该函数参数具有约束条件的函数参数的取值范围计算得到,这样极大的提高了函数参数的取值范围的准确性。
S306,以某种形式展示该函数参数的取值范围。
得到该函数参数的取值范围之后,可以将取值范围显示在函数参数对应的位置,以使用户在编辑函数参数时,给出用户函数参数的取值范围的提示。这里,可以通过下拉菜单或者提示气泡的形式显示该函数参数的取值范围,用户可以在下拉菜单或者提示气泡中筛选所需的函数参数的数值来进行输入,也可以根据下拉菜单中提示的取值范围进行函数参数的数值的输入,或者根据提示气泡来进行函数参数的数值的输入。
S307,结束。
可见,通过本申请实施例所提供的一种在电子表格中提示函数参数的方法,通过对具有动态约束规则的函数参数,根据动态约束规则确定出该函数参数的取值范围,并根据取值范围对该函数参数进行提示,避免了输入不合适的函数参数的数值,从而使得用户能够快速准确的输入正确的函数参数的数值。
本申请所提供的实施例的具体应用参见图4,图4为本申请实施例提供的一种在电子表格中提示函数参数的方法的应用示意图。图4示出了VLOOKUP函数的函数参数,分别是查找值、数据表、列序数和匹配条件。由于第三个函数参数列序数的取值范围是由第二个函数参数数据表的取值范围决定的,即第二个函数参数与第三个函数参数具有动态约束条件,获取第二个函数参数在电子表格中的查找对象,如图4中a所示,通过该数据表的查找对象,可以得到该数据表在查找对象中所占的选择列表分别为第1列:工号、第2列:姓名、第3列:岗位、第4列:级别,也就是第二个函数参数的数值,因此可以确定第三个函数参数列序数的选择列表范围在第1列、第2列、第3列、第4列四列中,分别对应工号、姓名、岗位、级别,那么第三个函数参数列序数的取值范围也就是(工号、姓名、岗位、级别),最后将列序数的取值范围(工号、姓名、岗位、级别)以下拉菜单的形式显示在该函数参数列序数所对应的位置,如图4中b所示,用户可以在下拉菜单中筛选所需的函数参数的数值来进行输入,也可以根据下拉菜单中提示的取值范围进行函数 参数的数值的输入。这里,上述第三个函数参数相应于本申请实施例所提出的在电子表格中提示函数参数的方法中的第一函数参数,第二个函数参数相应于本申请实施例所提出的在电子表格中提示函数参数的方法中的第二函数参数。
参见图5,图5为本申请实施例提供的一种在电子表格中提示函数参数的装置的结构示意图,包括如下模块:
检测模块501,用于获取电子表格中存在的第一函数参数;
判断模块502,用于判断第一函数参数是否有动态约束规则,动态约束规则为第一函数参数与其所属的函数中的其他函数参数之间有动态约束条件;
处理模块503,用于当第一函数参数有动态约束规则时,根据动态约束规则计算第一函数参数的取值范围;
提示模块504,用于根据取值范围对第一函数参数进行提示。
进一步的,判断模块502,包括:
检索子模块,用于检索电子表格所对应的程序的动态约束参数列表,动态约束参数列表为函数参数及与其有动态约束的函数参数、动态约束条件的集合;
判断子模块,用于根据动态约束参数列表,判断第一函数参数是否有动态约束规则。
进一步的,处理模块503,包括:
取值子模块,用于获取与第一函数参数有动态约束条件的第二函数参数的取值范围;
计算子模块,用于根据动态约束条件、第二函数参数的取值范围,计算得到第一函数参数的取值范围。
进一步的,提示模块504,包括:
显示子模块,用于将第一函数参数的取值范围以下拉菜单或者提示气泡的方式进行显示。
进一步的,检测模块501,包括:
检测子模块,用于检测电子表格中存在输入的第一函数参数。
由此可见,本申请实施例提供的一种在电子表格中提示函数参数的装置,先通模块获取电子表格中存在的第一函数参数;然后通过判断模块判断第一函数参数是否有动态约束规则,动态约束规则为第一函数参数与其所属的函数中的其他函数参数之间有动态约束条件;处理模块用于当第一函数参数有动态约束规则时,根据动态约束规则计算第一函数参数的取值范围;最后显示模块根据取值范围对第一函数参数进行提示。可见,通过对具有动态约束规则的函数参数,根据动态约束规则确定出该函数参数的取值范围,并根据取值范围对该函数参数进行提示,避免了输入不合适的函数参数的数值,从而使得用户能够快速准确的输入正确的函数参数的数值,避免了公式计算错误。
本申请实施例还提供了一种电子设备,如图6所示,包括处理器601、通信接口602、存储器603和通信总线604,其中,处理器601,通信接口602,存储器603通过通信总线604完成相互间的通信,
存储器603,用于存放计算机程序;
处理器601,用于执行存储器603上所存放的程序时,实现如下步骤:
获取电子表格中存在的第一函数参数;
判断第一函数参数是否有动态约束规则,动态约束规则为第一函数参数与其所述的函数中的其他函数参数之间有动态约束条件;
当第一函数参数有动态约束规则时,根据动态约束规则计算第一函数参数的取值范围;
根据取值范围对第一函数参数进行提示。
可见,本申请实施例所提供的方案中,电子设备先获取电子表格中存在的第一函数参数;然后判断第一函数参数是否有动态约束规则,动态约束规则为第一函数参数与其所属的同一函数中的其他函数参数之间有动态约束条件;当第一函数参数有动态约束规则时,根据动态约束规则计算第一函数参数的取值范围;根据取值范围对第一函数参数进行提示。可见,通过对具有动态约束规则的函数参数,根据动态约束规则确定出该函数参数的取值范围,并根据取值范围对该函数参数进行提示,避免了输入不合适的函数参数的数 值,从而使得用户能够快速准确的输入正确的函数参数的数值。
上述电子设备提到的通信总线可以是外设部件互连标准(Peripheral Component Interconnect,PCI)总线或扩展工业标准结构(Extended Industry Standard Architecture,EISA)总线等。该通信总线可以分为地址总线、数据总线、控制总线等。为便于表示,图中仅用一条粗线表示,但并不表示仅有一根总线或一种类型的总线。
通信接口用于上述电子设备与其他设备之间的通信。
其中,判断所述第一函数参数是否有动态约束规则,包括:
检索电子表格所对应的动态约束参数列表,所述动态约束参数列表为函数参数及与其有动态约束条件的函数参数、动态约束条件的集合;
根据所述动态约束参数列表,判断所述第一函数参数是否有动态约束规则。
其中,根据所述动态约束规则计算所述第一函数参数的取值范围,包括:
获取与所述第一函数参数有动态约束条件的第二函数参数的取值范围;
根据所述动态约束条件及所述第二函数参数的取值范围,计算得到所述第一函数参数的取值范围。
其中,根据所述取值范围对所述第一函数参数进行提示,包括:
将所述第一函数参数的取值范围,以下拉菜单或者提示气泡的方式进行显示。
其中,获取电子表格中存在的第一函数参数,包括:
检测电子表格中存在输入的第一函数参数。
本申请实施例还提供了一种计算机可读存储介质,计算机可读存储介质内存储有计算机程序,计算机程序被处理器执行时实现如下步骤:
获取电子表格中存在的第一函数参数;
判断第一函数参数是否有动态约束规则,动态约束规则为第一函数参数与其所属的函数中的其他函数参数之间有动态约束条件;
当第一函数参数有动态约束规则时,根据动态约束规则计算第一函数参数的取值范围;
根据取值范围对第一函数参数进行提示。
可见,本申请实施例所提供的方案中,计算机程序被处理器执行时,先获取电子表格中存在的第一函数参数;然后判断第一函数参数是否有动态约束规则,动态约束规则为第一函数参数与其所属的同一函数中的其他函数参数之间有动态约束条件;当第一函数参数有动态约束规则时,根据动态约束规则计算第一函数参数的取值范围;根据取值范围对第一函数参数进行提示。可见,通过对具有动态约束规则的函数参数,根据动态约束规则确定出该函数参数的取值范围,并根据取值范围对该函数参数进行提示,避免了输入不合适的函数参数的数值,从而使得用户能够快速准确的输入正确的函数参数的数值。
存储器可以包括随机存取存储器(Random Access Memory,RAM),也可以包括非易失性存储器(Non-Volatile Memory,NVM),例如至少一个磁盘存储器。可选的,存储器还可以是至少一个位于远离前述处理器的存储装置。
上述的处理器可以是通用处理器,包括中央处理器(Central Processing Unit,CPU)、网络处理器(Network Processor,NP)等;还可以是数字信号处理器(Digital Signal Processing,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现场可编程门阵列(Field-Programmable Gate Array,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件。
其中,判断所述第一函数参数是否有动态约束规则,包括:
检索电子表格所对应的动态约束参数列表,所述动态约束参数列表为函数参数及与其有动态约束条件的函数参数、动态约束条件的集合;
根据所述动态约束参数列表,判断所述第一函数参数是否有动态约束规则。
其中,根据所述动态约束规则计算所述第一函数参数的取值范围,包括:
获取与所述第一函数参数有动态约束条件的第二函数参数的取值范围;
根据所述动态约束条件及所述第二函数参数的取值范围,计算得到所述第一函数参数的取值范围。
其中,根据所述取值范围对所述第一函数参数进行提示,包括:
将所述第一函数参数的取值范围,以下拉菜单或者提示气泡的方式进行显示。
其中,获取电子表格中存在的第一函数参数,包括:
检测电子表格中存在输入的第一函数参数。
本发明实施例还提供了一种应用程序,该应用程序用于在运行时执行本申请实施例提供的第一种信息展示方法。该应用程序被处理器执行时实现以下步骤:
获取电子表格中存在的第一函数参数;
判断第一函数参数是否有动态约束规则,动态约束规则为第一函数参数与其所述的函数中的其他函数参数之间有动态约束条件;
当第一函数参数有动态约束规则时,根据动态约束规则计算第一函数参数的取值范围;
根据取值范围对第一函数参数进行提示。
可见,本发明实施例所提供的方案中,应用程序被处理器执行时,先获取电子表格中存在的第一函数参数;然后判断第一函数参数是否有动态约束规则,动态约束规则为第一函数参数与其所属的同一函数中的其他函数参数之间有动态约束条件;当第一函数参数有动态约束规则时,根据动态约束规则计算第一函数参数的取值范围;根据取值范围对第一函数参数进行提示。可见,通过对具有动态约束规则的函数参数,根据动态约束规则确定出该函数参数的取值范围,并根据取值范围对该函数参数进行提示,避免了输入不合适的函数参数的数值,从而使得用户能够快速准确的输入正确的函数参数的数值。
其中,判断所述第一函数参数是否有动态约束规则,包括:
检索电子表格所对应的动态约束参数列表,所述动态约束参数列表为函数参数及与其有动态约束条件的函数参数、动态约束条件的集合;
根据所述动态约束参数列表,判断所述第一函数参数是否有动态约束规则。
其中,根据所述动态约束规则计算所述第一函数参数的取值范围,包括:
获取与所述第一函数参数有动态约束条件的第二函数参数的取值范围;
根据所述动态约束条件及所述第二函数参数的取值范围,计算得到所述第一函数参数的取值范围。
其中,根据所述取值范围对所述第一函数参数进行提示,包括:
将所述第一函数参数的取值范围,以下拉菜单或者提示气泡的方式进行显示。
其中,获取电子表格中存在的第一函数参数,包括:
检测电子表格中存在输入的第一函数参数。
需要说明的是,对于上述装置、电子设备、应用程序及计算机可读存储介质实施例而言,由于其基本相似于方法实施例,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。
进一步需要说明的是,在本文中,诸如第一和第二等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者设备中还存在另外的相同要素。
本说明书中的各个实施例均采用相关的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于装置、电子设备、计算机可读存储介质实施例而言,由于其基本相似于方法实施例,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。
以上所述仅为本申请的较佳实施例而已,并非用于限定本申请的保护范围。凡在本申请的精神和原则之内所作的任何修改、等同替换、改进等,均包含在本申请的保护范围内。

Claims (13)

  1. 一种在电子表格中提示函数参数的方法,其特征在于,所述方法包括:
    获取电子表格中存在的第一函数参数;
    判断所述第一函数参数是否有动态约束规则,所述动态约束规则为所述第一函数参数与其所属的函数中的其他函数参数之间有动态约束条件;
    当所述第一函数参数有动态约束规则时,根据所述动态约束规则计算所述第一函数参数的取值范围;
    根据所述取值范围对所述第一函数参数进行提示。
  2. 根据权利要求1所述的方法,其特征在于,所述判断所述第一函数参数是否有动态约束规则,包括:
    检索电子表格所对应的动态约束参数列表,所述动态约束参数列表为函数参数及与其有动态约束条件的函数参数、动态约束条件的集合;
    根据所述动态约束参数列表,判断所述第一函数参数是否有动态约束规则。
  3. 根据权利要求1所述的方法,其特征在于,所述根据所述动态约束规则计算所述第一函数参数的取值范围,包括:
    获取与所述第一函数参数有动态约束条件的第二函数参数的取值范围;
    根据所述动态约束条件及所述第二函数参数的取值范围,计算得到所述第一函数参数的取值范围。
  4. 根据权利要求1所述的方法,其特征在于,所述根据所述取值范围对所述第一函数参数进行提示,包括:
    将所述第一函数参数的取值范围,以下拉菜单或者提示气泡的方式进行显示。
  5. 根据权利要求1所述的方法,其特征在于,所述获取电子表格中存在的第一函数参数,包括:
    检测电子表格中存在输入的第一函数参数。
  6. 一种在电子表格中提示函数参数的装置,其特征在于,所述装置包括:
    检测模块,用于获取电子表格中存在的第一函数参数;
    判断模块,用于判断所述第一函数参数是否有动态约束规则,所述动态 约束规则为所述第一函数参数与其所属的函数中的其他函数参数之间有动态约束条件;
    处理模块,用于当所述第一函数参数有动态约束规则时,根据所述动态约束规则计算所述第一函数参数的取值范围;
    提示模块,用于根据所述取值范围对所述第一函数参数进行提示。
  7. 根据权利要求6所述的装置,其特征在于,所述判断模块,包括:
    检索子模块,用于检索电子表格所对应的动态约束参数列表,所述动态约束参数列表为函数参数及与其有具有动态约束的函数参数、动态约束条件的集合;
    判断子模块,用于根据所述动态约束参数列表,判断所述第一函数参数是否有动态约束规则。
  8. 根据权利要求6所述的装置,其特征在于,所述处理模块,包括:
    取值子模块,用于获取与所述第一函数参数有动态约束条件的第二函数参数的取值范围;
    计算子模块,用于根据所述动态约束条件、所述第二函数参数的取值范围,计算得到所述第一函数参数的取值范围。
  9. 根据权利要求6所述的装置,其特征在于,所述提示模块,包括:
    显示子模块,用于将所述第一函数参数的取值范围,以下拉菜单或者提示气泡的方式进行显示。
  10. 根据权利要求6所述的装置,其特征在于,所述检测模块,包括:
    检测子模块,用于检测电子表格中存在输入的第一函数参数。
  11. 一种电子设备,其特征在于,包括处理器、通信接口、存储器和通信总线,其中,处理器,通信接口,存储器通过通信总线完成相互间的通信;
    存储器,用于存放计算机程序;
    处理器,用于执行存储器上所存放的程序时,实现权利要求1-5任一所述的方法步骤。
  12. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质内存储有计算机程序,所述计算机程序被处理器执行时实现权利要求1-5任一所述的方法步骤。
  13. 一种应用程序,其特征在于,所述应用程序用于在运行时执行权利要求1-5任一项所述的方法步骤。
PCT/CN2018/086665 2017-06-06 2018-05-14 在电子表格中显示函数参数的方法、装置及电子设备 WO2018223813A1 (zh)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US16/619,413 US11238213B2 (en) 2017-06-06 2018-05-14 Method and apparatus for displaying function parameter in spreadsheet, and electronic device
EP18814012.3A EP3637282A4 (en) 2017-06-06 2018-05-14 METHOD AND APPARATUS FOR DISPLAYING A FUNCTIONAL PARAMETER IN A SPREADER, AND ELECTRONIC DEVICE
JP2019567360A JP7128214B2 (ja) 2017-06-06 2018-05-14 スプレッドシート内の関数パラメータを表示する方法及び装置、並びに電子機器

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710418474.1A CN109002427A (zh) 2017-06-06 2017-06-06 在电子表格中提示函数参数的方法、装置及电子设备
CN201710418474.1 2017-06-06

Publications (1)

Publication Number Publication Date
WO2018223813A1 true WO2018223813A1 (zh) 2018-12-13

Family

ID=64566351

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/086665 WO2018223813A1 (zh) 2017-06-06 2018-05-14 在电子表格中显示函数参数的方法、装置及电子设备

Country Status (5)

Country Link
US (1) US11238213B2 (zh)
EP (1) EP3637282A4 (zh)
JP (1) JP7128214B2 (zh)
CN (1) CN109002427A (zh)
WO (1) WO2018223813A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11080477B2 (en) * 2019-03-19 2021-08-03 Microsoft Technology Licensing, Llc Form-based formula editing in spreadsheets
CN114327668B (zh) * 2021-11-25 2024-06-18 中国电子科技集团公司第十五研究所 基于关联挖掘的智能化参数配置方法及装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1755668A (zh) * 2004-09-30 2006-04-05 微软公司 对数据表格起作用的电子表格函数的设计
US20070130503A1 (en) * 2001-01-16 2007-06-07 Voshell Perlie E Systems and methods providing dynamic spreadsheet functionality
CN101425007A (zh) * 2007-10-29 2009-05-06 珠海金山软件股份有限公司 一种可结构化显示电子表格函数提示的装置和方法
CN102999289A (zh) * 2012-08-07 2013-03-27 珠海金山办公软件有限公司 在函数表达式中生成选区参数表示的方法及装置
US9286286B1 (en) * 2015-01-03 2016-03-15 Chahid Kamel Ghaddar Method, apparatus, and computer program product for optimizing parameterized models using functional paradigm of spreadsheet software

Family Cites Families (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5890174A (en) 1995-11-16 1999-03-30 Microsoft Corporation Method and system for constructing a formula in a spreadsheet
US6026233A (en) 1997-05-27 2000-02-15 Microsoft Corporation Method and apparatus for presenting and selecting options to modify a programming language statement
US6828988B2 (en) 2001-02-27 2004-12-07 Microsoft Corporation Interactive tooltip
EP1425659B1 (en) 2001-05-29 2005-03-30 International Business Machines Corporation Method and system in an office application for providing content dependent help information
US7028288B2 (en) * 2002-06-03 2006-04-11 Sun Microsystems, Inc. Input field constraint mechanism
US7657552B2 (en) 2003-02-12 2010-02-02 Microsoft Corporation Declarative sequenced report parameterization
US7500226B2 (en) * 2004-03-02 2009-03-03 Microsoft Corporation Efficient checking of state-dependent constraints
US7761859B2 (en) 2004-08-13 2010-07-20 National Instruments Corporation Application development environment with features for aiding a user in writing function calls
US7451397B2 (en) 2004-12-15 2008-11-11 Microsoft Corporation System and method for automatically completing spreadsheet formulas
US7447706B2 (en) 2005-04-01 2008-11-04 Microsoft Corporation Method and system for generating an auto-completion list for a cascading style sheet selector
US20060277525A1 (en) * 2005-06-06 2006-12-07 Microsoft Corporation Lexical, grammatical, and semantic inference mechanisms
US7480675B2 (en) * 2005-09-09 2009-01-20 Microsoft Corporation Automated placement of fields in a data summary table
US7890442B2 (en) * 2006-10-20 2011-02-15 International Business Machines Corporation Method and system for autocompletion of multiple fields in electronic forms
US7802194B2 (en) * 2007-02-02 2010-09-21 Sap Ag Business query language
US8041746B2 (en) * 2007-10-30 2011-10-18 Sap Ag Mapping schemas using a naming rule
US9229922B2 (en) 2008-09-30 2016-01-05 Apple Inc. Token representation of references and function arguments
US20100095195A1 (en) * 2008-10-15 2010-04-15 Apple Inc. Defining spreadsheet functions
US9378197B1 (en) * 2012-08-16 2016-06-28 Gmg Holdings, Llc Statistical analysis method for automatically selecting a statistical analysis algorithm based on data values and input parameters
US9286285B1 (en) * 2012-10-30 2016-03-15 Google Inc. Formula editor
US10360297B2 (en) * 2013-06-14 2019-07-23 Microsoft Technology Licensing, Llc Simplified data input in electronic documents
US9489368B2 (en) 2013-06-14 2016-11-08 Microsoft Technology Licensing, Llc Suggesting a set of operations applicable to a selected range of data in a spreadsheet
CN103336762B (zh) * 2013-07-12 2016-06-08 珠海金山办公软件有限公司 一种在电子表格中提示相对行列值的方法及终端
US9256590B2 (en) * 2013-12-17 2016-02-09 Microsoft Technology Licensing, Llc Formula and function generation and use in electronic spreadsheets
US11188308B2 (en) * 2014-07-23 2021-11-30 Apple Inc. Interactive code editing
US9440748B1 (en) * 2014-10-31 2016-09-13 Rockwell Collins, Inc. Notification management systems and methods of notifying an aircraft crew member using the same
US10241648B2 (en) * 2016-02-29 2019-03-26 Hrb Innovations, Inc. Context-aware field value suggestions

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070130503A1 (en) * 2001-01-16 2007-06-07 Voshell Perlie E Systems and methods providing dynamic spreadsheet functionality
CN1755668A (zh) * 2004-09-30 2006-04-05 微软公司 对数据表格起作用的电子表格函数的设计
CN101425007A (zh) * 2007-10-29 2009-05-06 珠海金山软件股份有限公司 一种可结构化显示电子表格函数提示的装置和方法
CN102999289A (zh) * 2012-08-07 2013-03-27 珠海金山办公软件有限公司 在函数表达式中生成选区参数表示的方法及装置
US9286286B1 (en) * 2015-01-03 2016-03-15 Chahid Kamel Ghaddar Method, apparatus, and computer program product for optimizing parameterized models using functional paradigm of spreadsheet software

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3637282A4

Also Published As

Publication number Publication date
CN109002427A (zh) 2018-12-14
US20200184147A1 (en) 2020-06-11
JP7128214B2 (ja) 2022-08-30
EP3637282A4 (en) 2020-06-24
EP3637282A1 (en) 2020-04-15
US11238213B2 (en) 2022-02-01
JP2020522818A (ja) 2020-07-30

Similar Documents

Publication Publication Date Title
US10067776B2 (en) Codeless generation of APIs
US10120851B2 (en) Automatic semantic data enrichment in a spreadsheet
WO2018223813A1 (zh) 在电子表格中显示函数参数的方法、装置及电子设备
CN105700764A (zh) 一种排列图标的方法和用户终端
CN110764986A (zh) 页面流畅度检测方法及装置
CN110908899A (zh) 应用程序的调试方法、移动终端及计算机可读存储介质
CN111240622B (zh) 一种绘制方法及装置
US20160299880A1 (en) Method and device for updating web page
US11614824B2 (en) System and method to measure latency in displaying a key tap event
CN112329409A (zh) 一种单元格颜色转换方法、装置及电子设备
KR101999576B1 (ko) 선택된 셀 영역에 대한 빠른 함수 연산의 수행이 가능한 스프레드시트 구동 장치 및 그 동작 방법
US11354384B2 (en) Intelligent outlier data detection
US8761515B2 (en) Electronic device and method for creating measurement codes
TW202321920A (zh) 一種應用app測試方法、裝置、電子設備及存儲介質
US20210249014A1 (en) Systems and methods for using image searching with voice recognition commands
CN112784552B (zh) 一种表格编辑方法及装置
CN111782629B (zh) 一种特征加工脚本生成方法及装置
CN110309103B (zh) 一种文档打开方法、装置、电子设备和可读存储介质
KR101977104B1 (ko) 셀 영역 선택에 기초한 자동 함수 연산을 수행하는 스프레드시트 구동 장치 및 그 동작 방법
CN112784551A (zh) 一种用于实现单元格与图片适配的方法、装置及设备
CN111881049A (zh) 一种应用程序界面的验收方法、装置及电子设备
WO2019071416A1 (zh) 数据管理方法、终端及计算机可读介质
CN112232046A (zh) 一种表格重复项的显示方法及装置
CN111767206A (zh) 一种内容单元露出呈现率的统计方法、装置及电子设备
CN111832270A (zh) 一种表格的行号和列标的显示方法、装置及电子设备

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18814012

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2019567360

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 2018814012

Country of ref document: EP

Effective date: 20200107