雨果巴拉:行业北极星Vision Pro过度设计不适合市场

Microsoft Patent | Spreadsheet with reuse functionality

Patent: Spreadsheet with reuse functionality

Drawings: Click to check drawins

Publication Number: 20210256205

Publication Date: 20210819

Applicant: Microsoft

Abstract

A spreadsheet application displays a spreadsheet of cells in tabular form. User input is received specifying an input range of cells of the spreadsheet, a destination range of cells of the spreadsheet and a local modification. A memory stores a representation of the spreadsheet indicating formatting, values and formulas. An update of the representation is computed by applying the local modifications to the representation. Values of cells of the input range of the spreadsheet are calculated by using the updated representation and the calculated values are displayed at the destination range.

Claims

  1. A computer-implemented method comprising executing a spreadsheet application so as to display a spreadsheet of cells in tabular form; receiving user input specifying an input range of cells of the spreadsheet, a destination range of cells of the spreadsheet and a local modification; storing, at a memory, a representation of the spreadsheet indicating formatting, values and formulas; computing an update of the representation by applying the local modifications to the representation; calculating values of cells of the input range of the spreadsheet by using the updated representation; and displaying the calculated values of cells at the destination range.

  2. The method of claim 1 wherein the representation of the spreadsheet includes an association between the input range of cells, the destination range of cells and the local modification.

  3. The method of claim 1 comprising receiving an edit at the spreadsheet in the input range of cells and repeating said computing an update of the representation, said calculating values of cells of the input range, and said displaying the calculated values of cells at the destination range, such that the edit at the spreadsheet in the input range of cells is propagated to the destination range of cells.

  4. The method of claim 3 wherein the edit is an edit to formatting in the input range of cells.

  5. The method of claim 1 wherein the user input is a formula.

  6. The method of claim 1 wherein the user input is a plurality of selections at a graphical user interface.

  7. The method of claim 1 wherein the destination range comprises a single cell and the spreadsheet application comprises array spilling functionality.

  8. The method of claim 1 comprising repeating the method a plurality of times for different destination ranges and, if an edit is received at one of the destination ranges, computing a decision as to whether the edit is to be applied to each of the destination ranges.

  9. The method of claim 1 wherein receiving the user input comprises receiving a selection of a gridlet icon from a menu of available gridlets and receiving a selection of a cell onto which the gridlet icon is dragged.

  10. The method of claim 1 wherein the spreadsheet application is configured to generate at least one spreadsheet comprising only the destination range of cells.

  11. The method of claim 1 wherein the spreadsheet application comprises at least one spreadsheet being a gridlet-only sheet comprising only one or more gridlet instances.

  12. The method of claim 1 wherein displaying the calculated values of the cells at the destination range comprises, if a conflict exists where the destination range already comprises at least one value, then generating an error message.

  13. The method of claim 1 wherein displaying the calculated values of the cells at the destination range comprises, potentially introducing a cyclic dependency where a gridlet instance depends on the destination range it occupies, and avoiding the spill cycle by recording the cells required to compute the value and ensuring none of the recorded cells are in the area.

  14. An apparatus comprising a processor executing a spreadsheet application so as to display a spreadsheet of cells in tabular form; a user interface which receives user input specifying an input range of cells of the spreadsheet, a destination range of cells of the spreadsheet and a local modification; a memory storing a representation of the spreadsheet indicating formatting, values and formulas; and the processor configured to: compute an update of the representation by applying the local modifications to the representation; calculate values of cells of the input range of the spreadsheet by using the updated representation; and display the calculated values of cells at the destination range.

  15. A computer-readable medium storing instructions which when executed on a computer implement the following operations: executing a spreadsheet application so as to display a spreadsheet of cells in tabular form; receiving user input specifying an input range of cells of the spreadsheet, a cell of the spreadsheet and a local modification; storing, at a memory, a representation of the spreadsheet indicating formatting, values and formulas; computing an update of the representation by applying the local modifications to the representation; calculating values of cells of the input range of the spreadsheet by using the updated representation; and displaying the calculated values of cells at a destination cell using array spilling.

  16. The computer-readable medium of claim 15 wherein the representation of the spreadsheet includes an association between the input range of cells, a destination range of cells and the local modification.

  17. The computer-readable medium of claim 15 wherein the operations comprise, receiving an edit at the spreadsheet in the input range of cells and repeating the operations of computing an update of the representation, calculating values of cells of the input range, and displaying the calculated values of cells at the destination range, such that the edit at the spreadsheet in the input range of cells is propagated to a destination range of cells.

  18. The computer-readable medium of claim 17 wherein the edit is an edit to formatting in the input range of cells.

  19. The computer-readable medium of claim 15 wherein the user input is a formula.

  20. The computer-readable medium of claim 15 wherein the user input is a plurality of selections at a graphical user interface.

Description

BACKGROUND

[0001] Spreadsheet applications are widely used to enable end users to work with data in tabular form. A spreadsheet application comprises one or more spreadsheets having rows and columns of cells able to hold values such as text, numbers or other data. End users are able to organize and analyze data in tabular form by operating the spreadsheet. Built-in formulas, pivot tables, formatting functionality and facility to create graphs and charts makes spreadsheet applications extremely useful.

[0002] Spreadsheets allow end users to blend calculations with layout and formatting. However, when it comes to reusing areas of a spreadsheet existing applications provide only limited support. Most users rely on copy and paste, which is easy to learn and use, but is often tedious and error prone.

[0003] The embodiments described below are not limited to implementations which solve any or all of the disadvantages of known spreadsheet applications.

SUMMARY

[0004] The following presents a simplified summary of the disclosure in order to provide a basic understanding to the reader. This summary is not intended to identify key features or essential features of the claimed subject matter nor is it intended to be used to limit the scope of the claimed subject matter. Its sole purpose is to present a selection of concepts disclosed herein in a simplified form as a prelude to the more detailed description that is presented later.

[0005] In various examples a spreadsheet application displays a spreadsheet of cells in tabular form. User input is received specifying an input range of cells of the spreadsheet, a destination range of cells of the spreadsheet and a local modification. A memory stores a representation of the spreadsheet indicating formatting, values and formulas. An update of the representation is computed by applying the local modifications to the representation. Values of cells of the input range of the spreadsheet are calculated by using the updated representation and the calculated values are displayed at the destination range.

[0006] Many of the attendant features will be more readily appreciated as the same becomes better understood by reference to the following detailed description considered in connection with the accompanying drawings.

DESCRIPTION OF THE DRAWINGS

[0007] The present description will be better understood from the following detailed description read in light of the accompanying drawings, wherein:

[0008] FIG. 1 is a schematic diagram of a spreadsheet application with a reuse component, where the spreadsheet application is deployed as a cloud service;

[0009] FIG. 2 is a flow diagram of a method of operation at a spreadsheet application with a reuse component;

[0010] FIG. 3 is a flow diagram of a method of making global edits to a gridlet;

[0011] FIG. 4 is a flow diagram of a method of operation using a graphical user interface, for creating a new type of gridlet;

[0012] FIG. 5 is a flow diagram of a method of instantiating a gridlet instance using a graphical user interface;

[0013] FIG. 6 is a schematic diagram of a graphical user interface showing part of a spreadsheet having content;

[0014] FIG. 7 is a schematic diagram of a graphical user interface showing a user selecting an area of a spreadsheet for turning into a gridlet;

[0015] FIG. 8 is a schematic diagram of a graphical user interface showing a user selecting cells that are editable in a gridlet;

[0016] FIG. 9 is a schematic diagram of a graphical user interface showing a user naming a gridlet;

[0017] FIG. 10 is a schematic diagram of a graphical user interface showing a gridlet which has been created;

[0018] FIG. 11 is a schematic diagram of a graphical user interface showing a user instantiating an instance of a gridlet;

[0019] FIG. 12 is a schematic diagram of an area of a spreadsheet with content and of an instance of a gridlet;

[0020] FIG. 13 is a schematic diagram of an areas of a spreadsheet with content and of three instances of a gridlet;

[0021] FIG. 14 shows a graphical user interface of a spreadsheet application with a gridlet menu having suggested gridlets;

[0022] FIG. 15 shows examples of gridlet-only sheets;

[0023] FIG. 16 illustrates an exemplary computing-based device in which embodiments of a spreadsheet application with reuse functionality are implemented.

[0024] Like reference numerals are used to designate like parts in the accompanying drawings.

DETAILED DESCRIPTION

[0025] The detailed description provided below in connection with the appended drawings is intended as a description of the present examples and is not intended to represent the only forms in which the present example are constructed or utilized. The description sets forth the functions of the example and the sequence of operations for constructing and operating the example. However, the same or equivalent functions and sequences may be accomplished by different examples.

[0026] As mentioned above, a spreadsheet application displays a spreadsheet of cells in tabular form. Suppose there is an area in the spreadsheet that a user wants to reuse. The user is able to copy and paste the area and does so to create three copies of the area. Later, if the user makes a change to formatting, values or formulas of the area, those changes do not carry over to the three copies. The user has to manually identify the three copies and manually make the changes to formatting, values or formulas of the copies. It is time consuming, burdensome and error prone to make the manual identification and updates.

[0027] Suppose the user wants the functionality and formatting of the spreadsheet area to be available in the copies, but wants at least some local content in the individual copies to be bespoke to the respective copy. The user is able to make manual edits to one or more of the three copies. Now when the user wants to make a change in the original spreadsheet area and have that carry over to the copies, the user is faced with even more complexity, because the user has to distinguish between parts of the copies which are to be congruent with the original area and parts of the copies which are locally unique.

[0028] In various examples described herein a spreadsheet application has a reuse component that enables a user to reuse areas of a spreadsheet in a simple and effective manner, with reduced burden of user input and with reduced likelihood of errors. The reuse component is a software add-in to the spreadsheet application in some cases. Using a software add-in enables the reuse functionality to be applied to existing spreadsheets and spreadsheet applications. In other cases the reuse component is a modified spreadsheet application. Deploying a modified spreadsheet application enables the reuse functionality to be widely available. The reuse component enables the spreadsheet application to have an improved human-machine interface. The reuse component improves efficiency.

[0029] In some examples the spreadsheet application understands a new type of formula referred to herein as a gridlet instance formula and which is used to enable the reuse functionality. Using formulas for gridlet instances is a powerful way to enable expert end users to operate the reuse functionality and enables reuse to be expressed in a compact, accurate form suitable for transfer between different spreadsheets.

[0030] In some examples the spreadsheet application or software add-in, is configured with graphical user interface functionality to implement the reuse facility. Using graphical user interface functionality to implement the reuse facility is an intuitive and easy to operate approach suitable for novice users as well as expert users.

[0031] A gridlet is a specification of an area of a spreadsheet comprising a plurality of cells potentially to be copied (where formatting, values and formulas are to be copied) together with a specification of cells of the area where potential local modifications are possible.

[0032] A gridlet instance is a specification of an area of a spreadsheet to be copied (where formatting, values and formulas are to be copied), a specification of a local modification to be made to the area of the spreadsheet once copied, and a specification of a destination range of cells of the spreadsheet.

[0033] FIG. 1 is a schematic diagram of a spreadsheet application 102 with a reuse component 100 deployed at a web server. The web server is in communication with various client devices via a communications network 104 such as the internet or any other communications network. Client computing devices such as smart phone 106, head worn augmented reality computing device 108, tablet computer 110, desk top computer 112 are able to access the spreadsheet application 102 and reuse component 100 via communications network 104. In this way the spreadsheet application 102 and reuse component 100 are deployed as a cloud service.

[0034] It is not essential to use a cloud service deployment as in FIG. 1. In other examples the spreadsheet application 102 and/or reuse component 100 are installed locally at each of computing devices 106, 108, 110, 112.

[0035] The spreadsheet application 102 and/or reuse component 100 comprise functionality that is deployed in whole or in part at either or both of a client and server computer.

[0036] The reuse component of the disclosure operates in an unconventional manner to enable a user to reuse areas of a spreadsheet in an efficient manner whilst allowing local modifications. A representation of the spreadsheet holds an association between an input range, a destination range and a local modification.

[0037] A reuse component of a spreadsheet application “improves the functioning of the underlying computing device” by computing a representation of a spreadsheet according to an association between an input range, a destination range and a local modification. Where edits are made to the spreadsheet within the input range, the edits propagate to the destination range and take the local modification into account.

[0038] Alternatively, or in addition, the functionality of the reuse component 100 is performed, at least in part, by one or more hardware logic components. For example, and without limitation, illustrative types of hardware logic components that are optionally used include Field-programmable Gate Arrays (FPGAs), Application-specific Integrated Circuits (ASICs), Application-specific Standard Products (ASSPs), System-on-a-chip systems (SOCs), Complex Programmable Logic Devices (CPLDs), Graphics Processing Units (GPUs).

[0039] FIG. 2 is a flow diagram of a method of operation at a reuse component 100 of a spreadsheet application 102. The method creates a gridlet instance.

[0040] With reference to FIG. 2, the spreadsheet application 102 is executing 200 and displays a spreadsheet which has at least one area of content. In an example described below the area of content is a mortgage calculator which a user has spent considerable time and effort creating. However, the scope is not limited to mortgage calculators as any area of content is used. The area of content comprises formatting, values and optionally formulas.

[0041] A user desires to create a gridlet instance. The reuse component 100 receives 202 user input specifying an input range of cells, a destination range of cells and a local modification. In some cases a formula 204 is entered by the user to express the input range of cells, the destination range of cells and the local modification. In some cases graphical user interface (GUI) selections 206 are made by the user to specify the input range of cells, destination range of cell and local modification.

[0042] The input range of cells is the area of the spreadsheet that the user wants to copy. The destination range of cells is an area of a spreadsheet where the gridlet instance is to be placed. In some cases the destination range of cells is expressed as a single cell and array spilling is used by the reuse component and/or spreadsheet application. Array spilling is where an array, when pasted into a cell, spills below and to the right of the cell.

[0043] The local modification comprises at least one change to be applied to any of: formatting, values, content, of the input range of cells. In the mortgage calculator example described below, the local modification comprises changes to a value expressing an amount to be borrowed.

[0044] With reference to FIG. 2, the reuse component creates 208 a representation of the spreadsheet indicating formatting, values and formulas. The representation is preferably computed in a compressed form, eliminating redundancy where possible, in order to give efficiency to the reuse component. The representation of the spreadsheet comprises formulas, values, and formatting of the entire spreadsheet (but not computed values that result from formulas). In some embodiments the representation is pruned by removing information that the input range does not require, which is identified by computing a dependency analysis of the input range which works in most cases. In some cases an input range depends on all the other cells, or there is a formula that uses a function such as RAND, INDIRECT, OFFSET, which prevents a dependency analysis of the input range and in such cases a snapshot of the entire spreadsheet is taken. The representation comprises a snapshot of not just the values, but formulas, values and formatting; not just of the input range but of the entire spreadsheet.

[0045] The reuse component computes 210 an update of the representation by applying the local modifications. That is, the reuse component applies the local modifications, which were received from the user input at operation 202, to the input range of the representation.

[0046] The reuse component calculates 212 the cells of the input range from the updated representation. The calculation produces the formatting, values and any formulas for the gridlet instance. The reuse component displays 214 the calculated cells at the destination range by using array spilling or in any other way. In this way the gridlet instance is displayed in the destination range.

[0047] The spreadsheet application continues to execute. Suppose that the user now makes an edit within the input range of cells in the spreadsheet. The user edits any of the formatting, values, formulas of the input range of cells in the spreadsheet. These edits carry over automatically to the gridlet instance without the user needing to do anything. Automatic carry over of the edits is achieved since the representation computed at operation 208 contains the dependency between the input range of cells, the destination range and the local modification according to the user input at operation 202. The local modifications are still applied according to the process of FIG. 2. That is, if the user makes an edit in the input range which is in a location that will be overwritten by the local modification, then it is overwritten by the local modification

[0048] In another example, the reuse component stores 300 gridlet instance data. The gridlet instance data is, for each gridlet instance: the input range of cells, the destination range of cells and the local modification. The reuse component monitors 302 the spreadsheet and when it detects a change in formatting or content or formulas in a gridlet instance input range it moves to operation 306. If no such change is detected the reuse component continues to monitor the spreadsheet.

[0049] At operation 306 the reuse component makes a decision as to whether or not a global edit is intended. In some cases the decision is made according to user input; that is, the reuse component asks the user whether or not a global edit is intended. In some cases the decision is made automatically according to one or more factors such as a user profile, configuration settings in the reuse component, historical data about operation of the reuse component or other factors.

[0050] If the output of the decision is that a global edit is intended then the reuse component updates 308 all instances of the gridlet in the spreadsheet according to the detected change and taking into account the specified local modifications of the gridlet instances.

[0051] If the output of the decision is that a global edit is not intended then the method of FIG. 3 returns to operation 302 where the spreadsheet is monitored.

[0052] As mentioned above there are some embodiments where graphical user interface input is used to create new gridlets and/or gridlet instances. FIG. 4 is a flow diagram of a method where a new gridlet is created using a GUI.

[0053] With reference to FIG. 4 a spreadsheet application executes 400 and displays 402 a spreadsheet with content and a graphical user interface element, such as a menu item, button, icon or other element, for creating a new gridlet. A reuse component such as reuse component 100 receives 404 user input requesting creation of a new gridlet such as by a user selecting the graphical user interface element for a new gridlet. The reuse component receives 406 user input selecting an area of the displayed spreadsheet; this area corresponds to the input range of cells mentioned in FIG. 2. The user input is a selection of a range of cells made using a cursor, or is a range of cells specified by a user typing in the range to the GUI or is any other suitable user input.

[0054] The reuse component receives user input selecting 408 editable cells of the area from operation 406. That is, some but not all of the cells of the input range are marked as being editable. The editable cells are an example of a potential local modification of FIG. 2.

[0055] The reuse component optionally receives 410 a name for the gridlet being created. It stores 412 the gridlet, comprising the input range of cells and which of those cells are potentially locally modifiable. The input range of cells comprises formatting, values and any formulas of the input range of cells. The gridlet name is optionally stored with the gridlet. The graphical user interface optionally displays the name of the gridlet and an icon representing the gridlet in a gridlet pane or menu of the spreadsheet application. A user is able to select the icon or menu entry in order to create a new instance of the gridlet as explained with reference to FIG. 5.

[0056] With reference to FIG. 5 a GUI is used to enable a user to create an instance of a gridlet as follows. The user drags 500 a gridlet icon onto a spreadsheet and drops the gridlet icon at a cell. Using array spilling an instance of the gridlet corresponding to the gridlet icon is spilt into the spreadsheet. It is also possible to use menu selections or other graphical user interface operations to achieve the same result. Having said that, dragging and dropping has been found effective and intuitive in practice. Burden of user input is significantly reduced since gridlet instances are quickly and simply created in the spreadsheet by dragging and dropping without the need for the user to type in formulas. The gridlet instances update appropriately when edits are made as explained above with reference to FIGS. 2 and 3. The user is able to see at a glance what types of gridlet are available by viewing the gridlet icons in the gridlet pane or menu.

[0057] In various examples a check 502 is made for conflict with existing content in the spreadsheet. In some cases a conflict happens where there are already values in one or more cells of the destination range of a gridlet instance and this is referred to herein as a spill collision. A spill collision is detected by examining the spreadsheet. In other cases a conflict happens where a spill cycle occurs due to a value spilling into an area used to compute that value. Where a conflict is found comprising a spill collision an error is returned 506. Where a conflict is found comprising a spill cycle, a record is made of the cells required to compute a value and operations are executed 506 to ensure none of these cells are in the potential spill area. If there is no conflict the spreadsheet is populated 504 with the gridlet instance.

[0058] FIGS. 6 to 10 are graphical user interfaces illustrating a process for creating a new gridlet using graphical user interface selections.

[0059] FIG. 6 is a schematic diagram of a graphical user interface showing part of a spreadsheet 600 of cells in columns and rows. A range of cells A1 to B11 comprises a mortgage calculator and is indicated by arrow 604. The mortgage calculator has two columns one containing text and one containing numbers. The mortgage calculator has formatting such as the font size and font type used, the color fill of some of the cells and the use of borders. The mortgage calculator has values such as the text and numerical values. The mortgage calculator has one or more formulas (not visible in FIG. 6) which are used to compute the numerical values displayed in some of the cells of the mortgage calculator. The graphical user interface comprises a menu 602 for gridlets having an entry “new gridlet”. In the example of FIG. 6 a user selects the entry “new gridlet” with a cursor.

[0060] FIG. 7 is a schematic diagram of a graphical user interface showing a user selecting an area 702 of a spreadsheet for turning into a gridlet. The area 702 is the same as the area of the mortgage calculator of FIG. 6 in this case. The graphical user interface displays a request 700 asking the user to “select the area you want to turn into a gridlet” and the user selects, using a cursor, the area 702 as indicated.

[0061] FIG. 8 is a schematic diagram of a graphical user interface showing a user selecting cells that are editable in a gridlet. The graphical user interface displays a request 800 for the user to “select the cells that are editable” and the user, in response, selects cells 802 in range B4 to B7. These are cells which are able to be locally modifiable in instances of the gridlet being created.

[0062] FIG. 9 is a schematic diagram of a graphical user interface showing a user naming a gridlet. The GUI displays a request 900 for the user to “give the gridlet a name” and in this example the user enters the name “mortgage repayment calculator”.

[0063] FIG. 10 is a schematic diagram of a graphical user interface showing a gridlet which has been created. The graphical user interface displays an indication that “the gridlet has now been created” and displays an icon 1000 representing the mortgage repayment calculator gridlet in the gridlets menu or pane.

[0064] FIGS. 11 to 13 illustrate a process of using a GUI to create gridlet instances.

[0065] FIG. 11 is a schematic diagram of a graphical user interface showing a user instantiating an instance of a gridlet. A user selects a gridlet icon for a mortgage repayment calculator from a menu and drags the gridlet icon to a destination range on a spreadsheet. In some cases the destination range has been selected by using a cursor. In other cases the user drag the gridlet icon onto the grid, and the spreadsheet application computes and displays a preview 1102 of the space the gridlet would occupy if the user “dropped” the gridlet by letting go of the mouse button. The preview 1102 acts in a similar way to a shadow of a gridlet icon enabling the user to “skim” the preview across the grid by dragging the icon around on the grid and then letting go when the user has found a suitable spot for the gridlet instance. The user drops the gridlet icon and an instance of the gridlet populates the destination range as indicated in FIG. 12. FIG. 12 is a schematic diagram of the spreadsheet showing an input range having the original mortgage calculator and also showing an instance of the mortgage calculator gridlet.

[0066] FIG. 13 is a schematic diagram of an the spreadsheet of FIG. 12 after the user has created two more instances of the mortgage repayment calculator gridlet. In this case there is the original mortgage calculator 1300, and three instances of the mortgage calculator gridlet 1302, 1304, 1306. If a user makes an edit to the formatting, or values or formulas of the original mortgage calculator 1300 then the edits carry over to the three instances of the mortgage calculator gridlet 1302, 1304, 1306 as explained above.

[0067] In an example, a computer implemented method comprises: receiving user input selecting a gridlet icon associated with a gridlet, where a gridlet is formatting, values and formulas of an area of cells of a spreadsheet, together with a specification of at least some of the cells where local modifications are possible and at least some of the cells where local modifications are not possible; receiving user input placing the gridlet icon at a location on a spreadsheet of a spreadsheet application executed by the computer implemented method; populating at least part of the spreadsheet with the formatting, values and formulas of the gridlet to form an instance of the gridlet.

[0068] In some examples the computer implemented method comprises receiving user input at the gridlet instance and editing the gridlet instance according to the user input only if the user input is associated with the cells where local modifications are possible.

[0069] FIG. 14 shows a graphical user interface of a spreadsheet application with a gridlet menu having icons representing suggested gridlets 1400, 1402, 1404 from a library of available gridlets for different tasks. The gridlets suggested in the menu are ranked according to predicted intent of the user where the intent of the user is predicted using a trained machine learning system having been trained on historical data of user operation of the spreadsheet application with the reuse component.

[0070] FIG. 15 shows a gridlet-only sheet. The reuse component enables the spreadsheet application to generate gridlet-only sheets. A gridlet-only sheet is a spreadsheet which only comprises a gridlet instance, or only comprises multiple gridlet instances connected to each other. Gridlet-only sheets are compact and enable memory saving as well as saving of computational resources. Gridlet-only sheets also reduce complexity for end users.

[0071] In the example of FIG. 15 the single gridlet-only sheet is a spreadsheet that only has gridlet instances. The gridlet instances are optionally linked as indicated by the arrows in FIG. 15 such as a range of one or more cells of a first gridlet instance are an input range for one or more cells of a second gridlet instance.

[0072] An embodiment where a gridlet instance is specified using a formula is now given.

[0073] Gridlets enable live copy-paste-modify in spreadsheets. A pasted region is locally modified without severing the link to the source region. Gridlets are live in that any changes in the source automatically propagate to a pasted copy. Hence gridlets reduce the time, effort, and error-proneness in many common spreadsheet activities.

[0074] In some examples, a gridlet is expressed, complete with its formatting and formulas, as a formula situated in a cell a:

G(r,a.sub.1,V.sub.1, … ,a.sub.n,F.sub.n)

[0075] The above formula is expressed in words as, a gridlet G acts to copy range r, modify cells a.sub.i with formulas F.sub.i, and paste the computed array in cell a where it may spill below and to the right. Consider the following example:

TABLE-US-00001 Source sheet A B C 1 “Edge” “Len.” 2 “a” 3 B2{circumflex over ( )}2 3 “b” 4 B3{circumflex over ( )}2 4 “c” =SQRT(C4) =C2 + C3

TABLE-US-00002 Evaluated sheet A B C 1 “Edge” “Len.” 2 “a” 3 9 3 “b” 4 16 4 “c” 5 25

[0076] The table computes and displays a Pythagorean triple, with intermediate calculation spread across many cells. To reuse the table a user creates a gridlet by inserting a G formula in cell A6 as follows.

TABLE-US-00003 Evaluated sheet A B C … … … 6 “Edge” “Len.” 7 “a” 7 49 8 “b” 24 576 9 “c” 25 625

TABLE-US-00004 Source sheet A B C … … … 6 =G(A1: C4, B2, 7, B3, 24) 7 8 9

[0077] The formula in A6 is interpreted as: compute the source range A1:C4 with B2 bound to 7, and B3 bound to 24.

[0078] Three new spreadsheet primitives are used to implement G and these are: GRID, VIEW, and UPDATE. These new spreadsheet primitives are explained in more detail below.

[0079] In an example, the following syntax is used for a core calculus of the spreadsheet application.

A .times. .times. 1 .times. - .times. style .times. .times. column .times. .times. N .times. .times. :: = A .times. .times. Z .times. AA .times. AB .times. .times. .times. name .times. .times. m , e , .di-elect cons. 1 .times. .times. Address .times. .times. a , b .times. :: = Nm .times. .times. Range .times. .times. r .times. :: = a 1 : a 2 .times. .times. Read .times. - .times. value .times. .times. R .times. :: = .times. c .times. ERR .times. { R i , j i .di-elect cons. 1 .times. .. .times. .times. m , j .di-elect cons. 1 .times. .. .times. .times. n } ##EQU00001## Write .times. - .times. vaule .times. .times. W .times. :: = R .times. r .times. .times. Formula .times. .times. F .times. :: = W .times. f .function. ( F 1 , .times. , F n ) .times. ( f .times. .times. function .times. .times. name ) .times. .times. Sheet .times. .times. S .times. :: = [ .alpha. 1 F i i .di-elect cons. 1 .times. .. .times. .times. n ] .times. ( .alpha. i .times. .times. distinct .times. .times. and .times. .times. no .times. .times. F i = ) .times. .times. Grid .times. .times. .gamma. .times. :: = [ .alpha. 1 R i i .di-elect cons. 1 .times. .. .times. .times. n ] .times. ( .alpha. i .times. .times. distinct ) ##EQU00001.2##

[0080] Let a and b range over A1-style addresses, written Nm, composed from a column name N and row index m. A column name is a base-26 numeral written using the symbols A … Z. A row index is a decimal numeral written as usual. Let m and n range over positive natural numbers which denote row or array indices. Assume a locale in which rows are numbered from top to bottom, and columns from left to right, so that A1 is the top-left cell of the sheet. Use the terms address and cell interchangeably. Let r range over ranges that are pairs of addresses that denote a rectangular region of a grid. Modern spreadsheet systems do not restrict which corners of a rectangle are denoted by a range but will automatically normalise the range to represent the top-left and bottom-right corners. Assume that all ranges are written in the normalised form such that range B1:A2 does not occur; instead, the range is denoted A1:B2.

[0081] Let R range over read-values and W range over write-values. A read-value is either the blank value, a constant c, an error ERR, or a two-dimensional array {R.sub.i,j.sup.i.di-elect cons.1 … m,j.di-elect cons.1 … n}. Write {R.sub.i,j.sup.i.di-elect cons.1 … m,j.di-elect cons.1 … n} as short for array literal {R.sub.1,1, … , R.sub.1,n; … ; R.sub.m,1, … , R.sub.m,n}. A write-value W is either a read-value or a range r.

[0082] Let F range over formulas. A formula is either a write-value W or a function application f(F.sub.1, … , F.sub.n), where f ranges over names of pre-defined worksheet functions such as SUM or PRODUCT.

[0083] Let S range over sheets; a sheet is a partial function from addresses to formulas that has finite domain. Write [ ] to denote the empty map, and write S[aF] to denote the extension of S to map address a to formula F, potentially shadowing an existing mapping. The maximum numbers of rows or columns imposed by some implementations is not used. Each finite S represents an unbounded sheet that is almost everywhere blank: a cell a is blank to mean that a is not in the domain of S.

[0084] Let .gamma. range over grids; a grid is a partial function from addresses to read-values that has finite domain.

[0085] The read-write value dichotomy corresponds to the distinction spreadsheet languages make between what may be written to a cell, and what may be read from a cell. We make this behaviour explicit in the operational semantics defined in FIG. 2; here we consider a small example.

Let .times. .times. S .times. = def .times. [ A1 4 .times. 1 , .times. A .times. 2 A .times. 1 + 1 , .times. A .times. 3 A .times. 2 ] ##EQU00002##

[0086] The formula for address A3 is the range A2, short for A2:A2. This formula will evaluate to the write-value A2, but this is not the value that would be read from address A3. Instead, the value that is read is the content of address A2 which is the value 42. The intuitive relationship between read-values and write-values is that write-values dereference to read-values.

[0087] The operational semantics of the core calculus, which consists of four inductively-defined big-step evaluation relations, are given below together with auxiliary definitions.

cs .times. ( N 1 .times. m 1 : N 2 .times. m 2 ) = N 1 .times. m 1 .times. :: .times. { m 2 - m 1 + 1 , .times. N 2 - N 1 + 1 } ##EQU00003## N m + ( i , j ) = ( N + j - 1 ) .times. ( m + i - 1 ) ##EQU00003.2## Formula .times. .times. evaluation .times. : .times. .times. S F W ##EQU00003.3## S W W _ .times. .times. S F i W i .times. .times. S W i ! .times. R i .times. f .times. ( R 1 , .times. , R n ) = R S f .function. ( F 1 , .times. , F n ) R ##EQU00003.4## Range .times. .times. dereferencing .times. : .times. .times. S W ! .times. R ##EQU00003.5## S R ! .times. R _ .times. .times. S a R S a : a ! .times. R ##EQU00003.6## a 1 .noteq. a 2 cs .function. ( a 1 : a 2 ) = a .times. :: .times. { m , n } .times. .times. .A-inverted. i .times. .di-elect cons. 1 .times. .. .times. .times. m , j .di-elect cons. 1 .times. .. .times. .times. n . S a + ( i , j ) : a + ( i , j ) .times. ! R i , j S a 1 : a 2 ! .times. { R i , j i .di-elect cons. .times. .. .times. .times. m , jR i , j .times. 1 , , n } ##EQU00003.7## Address .times. .times. evaluation .times. : .times. .times. S a R ##EQU00003.8## S .function. ( a ) = F .times. .times. S F W .times. .times. S W .times. ! R S a R .times. .times. a .di-elect cons. d .times. o .times. m .function. ( S ) S a .di-elect cons. ##EQU00003.9## Sheet .times. .times. evaluation .times. : .times. .times. S y ##EQU00003.10## S .gamma. .times. = def .times. .A-inverted. a .di-elect cons. dom .function. ( S ) . S a .gamma. .function. ( a ) ##EQU00003.11##

[0088] Formula Evaluation

[0089] The relation SFW means that in sheet S, formula F evaluates to write-value W. A value W evaluates to itself. A function application f(F1, … , Fn) evaluates each of its arguments and dereferences them, producing a series of read-values. The application evaluates to a read-value R if the result of applying f to the dereferenced arguments is R, where f is the underlying semantics of f, a total function on read-values.

[0090] Range Dereferencing

[0091] The relation SW!R means that in sheet S, write-value W dereferences to read-value R. A read-value R dereferences to itself. A single cell range a:a dereferences to value R if address a evaluates to R in the context of sheet S. A multiple cell range a1:a2 dereferences to an array of the same dimensions, where each value in the array is obtained by dereferencing the corresponding single cell within the range. Write cs(a1:a2) to denote the operation that maps a range to the corresponding corner-size notation a::{m, n}, where a is the top-left corner, m is the number of rows in the range, and n is the number of columns in the range. Write a+(i, j) to denote the address offset to the right and below a by i-1 rows and j-1 columns. Both cs(a1:a2) and a+(i, j) are defined above.

[0092] Address Evaluation

[0093] The relation SaR means that in sheet S, reading from address a produces read-value I. If address a maps to formula F in sheet S, then evaluating a first evaluates F to the write-value W and then dereferences W to the read-value R.

[0094] Sheet Evaluation

[0095] The relation S.gamma. means that sheet S evaluates to grid .gamma. and the relation is defined by point-wise evaluation of each address in the sheet.

[0096] An example grid calculus is now given comprising a higher-order calculus with sheets as values. There are four key interactions happening in the invocation of a gridlet. First, select the content in the grid that is to be modified; second, apply the selected modifications or updates; third, calculate the grid using the modified content; fourth and finally, project the calculated content into the grid. These capabilities are added to a spreadsheet application using three constructs:

[0097] GRID Evaluates to the current sheet.

[0098] UPDATE Modifies a sheet-value by associating a formula to an address.

[0099] VIEW Evaluates a given range in a sheet-value to an array.

[0100] Using these constructs gridlets are implemented, for example:

G .function. ( A .times. .times. 1 : B .times. .times. 3 , B .times. .times. 1 , 7 , B .times. .times. 2 , 24 ) .times. = def .times. VIEW .function. ( UPDATE .function. ( UPDATE .function. ( GRID , B .times. .times. 1 , 7 ) , B .times. .times. 2 .times. .times. 24 ) , A .times. .times. 1 : B .times. .times. 3 ) ##EQU00004##

[0101] Formatting omitted from this example grid calculus for clarity. Details of the grid calculus are now given.

[0102] The grid calculus does not require modification of existing rules; it adds formula evaluation rules for the new constructs, and evaluation relations for views.

[0103] Syntax

[0104] Let x range over formula identifiers. Let F range over formulas which may additionally be identifiers x, LET(x, F.sub.LF.sub.2) which binds the result of evaluating F.sub.1 to x in F.sub.2, GRID which captures the current sheet, UPDATE(F.sub.1, F.sub.2, F.sub.3) which updates a formula binding in a sheet-value, and VIEW(F.sub.1, F.sub.2) which extracts an evaluated range from a sheet-value. Let R range over read-values which may additionally be a sheet-value S. Let V range over views; a view is a sheet with a range, denoted (S, r). A view range r delimits the addresses to be computed in sheet S.

[0105] Formula evaluation: S, .omega.FW, D A formula LET(x, F.sub.1, F.sub.2) evaluates in the standard way. Choose not to dereference the write-value obtained by evaluating formula F.sub.1 so that LET can provide a limited form of named ranges.

[0106] A formula GRID evaluates to a sheet-value that captures the current sheet.

[0107] A formula UPDATE(F.sub.1, F.sub.2, F.sub.3) updates a formula binding in a sheet-value.

[0108] If reading formula F.sub.1 produces sheet-value S.sub.1, evaluating formula F.sub.2 produces range a:a, then UPDATE(F.sub.1, F.sub.2, F.sub.3) evaluates to the sheet-value where a is bound to F.sub.3 in S.sub.1, denoted S.sub.1[aF.sub.3].

[0109] A formula VIEW(F.sub.1, F.sub.2) evaluates a sheet-value and extracts a range. If reading formula F.sub.1 produces sheet-value S.sub.1, and evaluating formula F.sub.2 produces range r, then VIEW(F.sub.1, F.sub.2) evaluates to the read-value obtained by evaluating view (S, r). Dependency tracking is used to prevent spill cycles and captures dependence between values of addresses: the value of a spill root should not depend on the value of an address in the spill area. In contrast, sheet-values depend on the formula of an address in the containing sheet, but not the value of an address in the containing sheet. For example:

Let .times. .times. S .times. = def .times. [ A .times. .times. 1 VIEW .function. ( UPDATE .function. ( GRID , A .times. .times. 1 , 10 ) , A .times. .times. 2 ) , A .times. 2 A .times. 1 ] ##EQU00005##

[0110] Sheet S evaluates to grid [A110, A210]. What are the dependencies of each address? The value of A2 in the grid depends on the value of A1 in the grid. In contrast, the value of A1 in the grid does not depend on the value of A2 in the grid. This is because evaluating the formula in A1 constructs a private grid from which the value of A2 is obtained. However, A1 does depend on the formula of A2 in the containing grid. The semantics only considers value dependence, therefore the dependency set of A1 is O–the address has no dependence on values in the containing grid.

[0111] Formula dependence is used for efficient recalculation, though the semantics does not model that and uses dependency tracking to prevent spill cycles. If an address depends on the value of another address bound in a sheet, then it also depends on the formula of that address. The converse is not true in the presence of sheet-values.

[0112] Single Spill Evaluation:

[0113] V, .omega..gamma. Evaluation of view (S, r) with oracle .omega. is defined in a similar manner as evaluation of sheets, however the induced grid .gamma. is limited to the sheet bindings that intersect the range r. There are two consequences that arise from limiting the induced grid. First, only evaluate the bindings in required to evaluate the bindings in r. Second, only roots that are within range r are permitted to spill; any root that is outside r remains as an address containing a collapsed array. There is a difference between an address that holds a collapsed array and a root that is prevented from spilling an array by permit x. The former has a pre-spill and post-spill value that is an array; the latter has a pre-spill value that is an array and a post-spill value that is an error.

[0114] Spill Iteration:

[0115] .omega..fwdarw..sub.V .omega.’ The definition of spill iteration for views is the same as spill iteration for sheets, except that view-based single spill evaluation is used.

[0116] Final Oracle:

[0117] V.omega. final The definition of a final oracle for views is the same as a final oracle for sheets, except that a view-based single spill evaluation is used.

[0118] View Evaluation:

[0119] VR Evaluating a view (S, r) computes a final oracle for the view and then reads range r in the context of sheet S. View evaluation uses range dereferencing, rather than extracting values from an induced grid, because viewing a range should sample all values in the range–including blank cells. Extracting values from an induced grid only obtains the values for addresses with a binding.

[0120] Formulas for Gridlets

[0121] Encode the G operator using primitives from the grid calculus.

G(r,a.sub.1,V.sub.1, … ,a.sub.n,V.sub.n)=VIEW((a.sub.1,V.sub.1, … ,a.sub.n,V.sub.n),r)

(a.sub.1,V.sub.1)=UPDATE(GRID,a.sub.1,V.sub.1)

(a.sub.1,V.sub.1, … ,a.sub.n+1,V.sub.n+1)=UPDATE((a.sub.1,V.sub.1, … ,a.sub.n,V.sub.n),a.sub.n+1,V.sub.n+1)

[0122] The G operator translates to the VIEW operator, and any bindings translate to a sequence of UPDATE operations. The initial sheet-value is obtained from the context using the GRID operator.

[0123] The translation illustrates that G is not higher-order because every application returns the value obtained by evaluating a view on a sheet-value. A language that only provides G does not permit sheet-values to escape and be manipulated by formulas. This is acceptable when emulating copy-paste because a copy is always taken with respect to the top-level sheet.

[0124] FIG. 16 illustrates various components of an exemplary computing-based device 1600 which are implemented as any form of a computing and/or electronic device, and in which a spreadsheet application 102 with reuse facility is deployed.

[0125] Computing-based device 1600 comprises one or more processors 1602 which are microprocessors, controllers or any other suitable type of processors for processing computer executable instructions to control the operation of the device in order to execute a spreadsheet application with a reuse component such that a user is able to generate gridlets and/or gridlet instances. In some examples, for example where a system on a chip architecture is used, the processors 1602 include one or more fixed function blocks (also referred to as accelerators) which implement a part of the method of any of FIGS. 2 to 5 in hardware (rather than software or firmware). Platform software comprising an operating system 1604 or any other suitable platform software is provided at the computing-based device to enable application software, including the spreadsheet application with reuse facility 102 to be executed on the device.

[0126] The computer executable instructions are provided using any computer-readable media that is accessible by computing based device 1600. Computer-readable media includes, for example, computer storage media such as memory 1608 and communications media. Computer storage media, such as memory 1608, includes volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or the like. Computer storage media includes, but is not limited to, random access memory (RAM), read only memory (ROM), erasable programmable read only memory (EPROM), electronic erasable programmable read only memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that is used to store information for access by a computing device. In contrast, communication media embody computer readable instructions, data structures, program modules, or the like in a modulated data signal, such as a carrier wave, or other transport mechanism. As defined herein, computer storage media does not include communication media. Therefore, a computer storage medium should not be interpreted to be a propagating signal per se. Although the computer storage media (memory 1608) is shown within the computing-based device 1600 it will be appreciated that the storage is, in some examples, distributed or located remotely and accessed via a network or other communication link (e.g. using communication interface 1610).

[0127] The computing-based device 1600 also comprises an input/output controller 1612 arranged to output display information to a display device 1614 which may be separate from or integral to the computing-based device 1600. The display information may provide a graphical user interface. The input/output controller 1612 is also arranged to receive and process input from one or more devices, such as a user input device 1616 (e.g. a mouse, keyboard, camera, microphone or other sensor). In some examples the user input device 1616 detects voice input, user gestures or other user actions and provides a natural user interface (NUI). This user input may be used to generate gridlets and/or gridlet instances. In an embodiment the display device 1614 also acts as the user input device 1616 if it is a touch sensitive display device. The input/output controller 1612 outputs data to devices other than the display device in some examples, e.g. a locally connected printing device.

[0128] Alternatively or in addition to the other examples described herein, examples include any combination of the following:

[0129] A computer-implemented method comprising

[0130] executing a spreadsheet application so as to display a spreadsheet of cells in tabular form;

[0131] receiving user input specifying an input range of cells of the spreadsheet, a destination range of cells of the spreadsheet and a local modification;

[0132] storing, at a memory, a representation of the spreadsheet indicating formatting, values and formulas;

[0133] computing an update of the representation by applying the local modifications to the representation;

[0134] calculating values of cells of the input range of the spreadsheet by using the updated representation;

[0135] displaying the calculated values of cells at the destination range. In this way a user is able to reuse areas of a spreadsheet in a simple and efficient manner. The user is easily able to have local modifications to an area of a spreadsheet when it has been reused.

[0136] The method described above wherein the representation of the spreadsheet includes an association between the input range of cells, the destination range of cells and the local modification. The association facilitates global edits to be effected, in the case that an edit is to be propagated between reused areas of a spreadsheet.

[0137] The method described above comprising receiving an edit at the spreadsheet in the input range of cells and repeating the operations of computing an update of the representation, calculating values of cells of the input range, and displaying the calculated values of cells at the destination range, such that the edit at the spreadsheet in the input range of cells is propagated to the destination range of cells. In this way burden of user input is reduced because a user does not have to manually identify locations to be edited and make the propagations of the edits.

[0138] The method described above wherein the edit is an edit to formatting in the input range of cells. Editing formatting is very burdensome for users and having such edits propagate automatically is extremely useful and reduces error.

[0139] The method described above wherein the user input is a formula. Having ability to input a formula to express a gridlet is a powerful and efficient way areas of a spreadsheet to be reused. Formulas are succinct and transmittable between entities in an efficient manner with low bandwidth requirements.

[0140] The method described above wherein the user input is a plurality of selections at a graphical user interface. The ability to use a graphical user interface as a way of giving the user input enables the technology to be workable by novice users who are unfamiliar with formulas.

[0141] The method described above wherein the destination range comprises a single cell and the spreadsheet application comprises array spilling functionality. Efficiency is gained by having a single cell as the destination range since the representation of the gridlet instance is highly compact.

[0142] The method of described above comprising repeating the method a plurality of times for different destination ranges and, if an edit is received at one of the destination ranges, computing a decision as to whether the edit is to be applied to each of the destination ranges.

[0143] The method described above wherein receiving the user input comprises receiving a selection of a gridlet icon from a menu of available gridlets and receiving a selection of a cell onto which the gridlet icon is dragged.

[0144] The method described above wherein the spreadsheet application is configured to generate at least one spreadsheet comprising only the destination range of cells.

[0145] The method described above wherein the spreadsheet application comprises at least one spreadsheet being a gridlet-only sheet comprising only one or more gridlet instances.

[0146] The method described above wherein displaying the calculated values of the cells at the destination range comprises, if a conflict exists where the destination range already comprises at least one value, then generating an error message.

[0147] The method described above wherein displaying the calculated values of the cells at the destination range comprises, potentially introducing a cyclic dependency where a gridlet instance depends on the destination range it occupies, and avoiding the spill cycle by recording the cells required to compute the value and ensuring none of the recorded cells are in the area.

[0148] An apparatus comprising

[0149] a processor executing a spreadsheet application so as to display a spreadsheet of cells in tabular form;

[0150] a user interface which receives user input specifying an input range of cells of the spreadsheet, a destination range of cells of the spreadsheet and a local modification;

[0151] a memory storing a representation of the spreadsheet indicating formatting, values and formulas;

[0152] the processor configured to: compute an update of the representation by applying the local modifications to the representation; calculate values of cells of the input range of the spreadsheet by using the updated representation; and display the calculated values of cells at the destination range.

[0153] A computer-readable medium storing instructions which when executed on a computer implement the following operations:

[0154] executing a spreadsheet application so as to display a spreadsheet of cells in tabular form;

[0155] receiving user input specifying an input range of cells of the spreadsheet, a cell of the spreadsheet and a local modification;

[0156] storing, at a memory, a representation of the spreadsheet indicating formatting, values and formulas;

[0157] computing an update of the representation by applying the local modifications to the representation;

[0158] calculating values of cells of the input range of the spreadsheet by using the updated representation;

[0159] displaying the calculated values of cells at the destination cell using array spilling.

[0160] The computer readable medium described above wherein the representation of the spreadsheet includes an association between the input range of cells, the destination range of cells and the local modification.

[0161] The computer readable medium described above wherein the operations comprise, receiving an edit at the spreadsheet in the input range of cells and repeating the operations of computing an update of the representation, calculating values of cells of the input range, and displaying the calculated values of cells at the destination range, such that the edit at the spreadsheet in the input range of cells is propagated to the destination range of cells.

[0162] The computer readable medium described above wherein the edit is an edit to formatting in the input range of cells.

[0163] The computer readable medium described above wherein the user input is a formula.

[0164] The computer readable medium described above wherein the user input is a plurality of selections at a graphical user interface.

[0165] In an example, a computer implemented method comprises: receiving user input selecting a gridlet icon associated with a gridlet, where a gridlet is formatting, values and formulas of an area of cells of a spreadsheet, together with a specification of at least some of the cells where local modifications are possible and at least some of the cells where local modifications are not possible; receiving user input placing the gridlet icon at a location on a spreadsheet of a spreadsheet application executed by the computer implemented method; populating at least part of the spreadsheet with the formatting, values and formulas of the gridlet to form an instance of the gridlet.

[0166] In some examples the computer implemented method comprises receiving user input at the gridlet instance and editing the gridlet instance according to the user input only if the user input is associated with the cells where local modifications are possible.

[0167] The term computer or computing-based device is used herein to refer to any device with processing capability such that it executes instructions. Those skilled in the art will realize that such processing capabilities are incorporated into many different devices and therefore the terms computer and computing-based device each include personal computers (PCs), servers, mobile telephones (including smart phones), tablet computers, set-top boxes, media players, games consoles, personal digital assistants, wearable computers, and many other devices.

[0168] The methods described herein are performed, in some examples, by software in machine readable form on a tangible storage medium e.g. in the form of a computer program comprising computer program code means adapted to perform all the operations of one or more of the methods described herein when the program is run on a computer and where the computer program may be embodied on a computer readable medium. The software is suitable for execution on a parallel processor or a serial processor such that the method operations may be carried out in any suitable order, or simultaneously.

[0169] This acknowledges that software is a valuable, separately tradable commodity. It is intended to encompass software, which runs on or controls “dumb” or standard hardware, to carry out the desired functions. It is also intended to encompass software which “describes” or defines the configuration of hardware, such as HDL (hardware description language) software, as is used for designing silicon chips, or for configuring universal programmable chips, to carry out desired functions.

[0170] Those skilled in the art will realize that storage devices utilized to store program instructions are optionally distributed across a network. For example, a remote computer is able to store an example of the process described as software. A local or terminal computer is able to access the remote computer and download a part or all of the software to run the program. Alternatively, the local computer may download pieces of the software as needed, or execute some software instructions at the local terminal and some at the remote computer (or computer network). Those skilled in the art will also realize that by utilizing conventional techniques known to those skilled in the art that all, or a portion of the software instructions may be carried out by a dedicated circuit, such as a digital signal processor (DSP), programmable logic array, or the like.

[0171] Any range or device value given herein may be extended or altered without losing the effect sought, as will be apparent to the skilled person.

[0172] Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

[0173] It will be understood that the benefits and advantages described above may relate to one embodiment or may relate to several embodiments. The embodiments are not limited to those that solve any or all of the stated problems or those that have any or all of the stated benefits and advantages. It will further be understood that reference to an item refers to one or more of those items.

[0174] The operations of the methods described herein may be carried out in any suitable order, or simultaneously where appropriate. Additionally, individual blocks may be deleted from any of the methods without departing from the scope of the subject matter described herein. Aspects of any of the examples described above may be combined with aspects of any of the other examples described to form further examples without losing the effect sought.

[0175] The term comprising is used herein to mean including the method blocks or elements identified, but that such blocks or elements do not comprise an exclusive list and a method or apparatus may contain additional blocks or elements.

[0176] It will be understood that the above description is given by way of example only and that various modifications may be made by those skilled in the art. The above specification, examples and data provide a complete description of the structure and use of exemplary embodiments. Although various embodiments have been described above with a certain degree of particularity, or with reference to one or more individual embodiments, those skilled in the art could make numerous alterations to the disclosed embodiments without departing from the scope of this specification.

您可能还喜欢...