US20030164817A1 - Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like - Google Patents

Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like Download PDF

Info

Publication number
US20030164817A1
US20030164817A1 US10/383,113 US38311303A US2003164817A1 US 20030164817 A1 US20030164817 A1 US 20030164817A1 US 38311303 A US38311303 A US 38311303A US 2003164817 A1 US2003164817 A1 US 2003164817A1
Authority
US
United States
Prior art keywords
cell
cells
pointer
spreadsheet
mouse button
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US10/383,113
Inventor
Christopher Graham
Ross Hunter
Lisa James
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
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 Microsoft Corp filed Critical Microsoft Corp
Priority to US10/383,113 priority Critical patent/US20030164817A1/en
Publication of US20030164817A1 publication Critical patent/US20030164817A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0486Drag-and-drop
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • 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

Definitions

  • This invention relates generally to data manipulation and particularly to the direct manipulation of cells by a user of an electronic spreadsheet system or the like.
  • application programs available that “computerize” information processing tasks that were previously performed manually.
  • Microsoft Excel an accounting program for personal or business use.
  • a worksheet is the primary document used to store and manipulate data.
  • One commonly used type of worksheet is a spreadsheet, which is a two dimensional, rectangular grid of a finite number of columns and rows. The intersection of each column and row is a cell, the basic unit of a worksheet in which a user may enter and store data. The active cell is displayed with a dark border, which indicates that the cell is selected. The next data the user types after selecting a cell will be entered into the selected cell or the next command the user chooses will be applied to the selected cell. If more than one cell is selected, the first cell selected is the active cell.
  • a user is required to (1) select the cell or group of cells to be manipulated; (2) delete or “cut” the selected cell or group of cells from the first location using a combination of keys or by selecting the delete or cut command; (3) move the cursor to the new location in the worksheet where the selected cell or group of cells is to be moved; and (4) insert or “paste” the selected cell or group of cells at the new location using a combination of keys or by selecting the insert or paste command. Similar steps are required for copying the contents of a cell or group of cells from one location to another in a document.
  • a user may select a cell with a mouse by positioning the pointer over a cell and then depressing and releasing a predefined mouse button.
  • a user may select a group of cells with a mouse by positioning the pointer at the beginning of the selection, depressing a predefined mouse button, dragging the pointer to the end of the selection while holding down the mouse button, and then releasing the mouse button.
  • cut and paste operations such as described above may be performed on the selected cell or cells.
  • the present invention contemplates a method and system for directly manipulating cells in an electronic spreadsheet program or the like. After the user has selected the cells to be manipulated, the manipulation may be carried out with little effort on the part of the user.
  • the user merely positions the cursor over any part of the outside border of the selected group of cells, depresses and holds down a predefined mouse button, drags the border to a new location and then releases the mouse button.
  • the user may be presented with options such as whether the manipulation should be to move or copy the selected cells, or the selected cells may be moved and no option presented.
  • the selected cells may be pasted over existing cells, or they may be inserted into the spreadsheet causing the existing cells to be shifted right and/or down.
  • a further object of the present invention is to provide a visual indicator of when selected cells are to be inserted rather than pasted in the worksheet.
  • FIG. 1 shows a computer system running an electronic spreadsheet program, the computer system having a mouse, keyboard, and display screen.
  • FIG. 2 shows a typical electronic spreadsheet window, where the worksheet is arranged in columns and rows, and a pointer as they are seen on the display screen of FIG. 1.
  • FIG. 3 shows a selected group of cells with a dark border in the electronic spreadsheet window, as viewed on the display screen of FIG. 1.
  • FIG. 4 shows the new shape of the pointer after a user positions the pointer over the border of the selected group of cells in the electronic spreadsheet window, as viewed on the display screen of FIG. 1.
  • FIG. 5 shows the electronic spreadsheet window, as viewed on the display screen of FIG. 1 after a user has dragged the now movable border to the location where the selected group of cells is to be placed.
  • FIG. 6 shows the electronic spreadsheet window, as viewed on the display screen of FIG. 1, after a user has dragged the now movable border to a new location and released the predefined mouse button, causing the selected group of cells to be moved to the new location.
  • FIG. 7 shows the electronic spreadsheet window, as viewed on the display screen, after a user has positioned the pointer over the vertical gridline where the selected group of cells is to be inserted and the movable border has collapsed to signify an insertion.
  • FIG. 8 shows an electronic spreadsheet window, as viewed on a display screen, after a user has collapsed the movable border over a vertical gridline and released the predefined mouse button, causing the selected group of cells to be inserted at that place in the worksheet.
  • FIGS. 9 a - 9 b are detailed flow diagrams of the cell manipulation process.
  • FIGS. 1 - 9 The present invention is best understood with reference to the preferred embodiment illustrated in FIGS. 1 - 9 .
  • FIG. 1 illustrates a computer system 10 running an electronic spreadsheet program.
  • the computer system 10 comprises a CPU 1 , a mouse input device 2 including a control input button 3 , a keyboard 4 and a display screen 5 .
  • the control input button 3 actuates a contact switch to generate selection signals and other commands.
  • the user moves the mouse along a flat surface to generate pointer position input commands which are supplied to the CPU 1 .
  • Mouse movement is translated into x-y coordinates on the display screen 5 in a known manner.
  • a pointer 6 on the display screen 5 moves in connection with the mouse 2 .
  • FIG. 2 shows a typical electronic spreadsheet window 7 and a pointer 6 as they are seen on the display screen 5 of FIG. 1.
  • the worksheet contains a grid of columns and rows, the intersection of which is referred to as a cell.
  • the mouse 2 is used to position the pointer 6 , normally in the shape of a plus sign, over the cells displayed in the spreadsheet window.
  • the mouse button 3 When the mouse button 3 is depressed, the cell under the pointer 6 is given a dark border and it becomes the active cell. If the mouse 2 is moved while the mouse button 3 is depressed, the selection is continued and additional cells are surrounded by the dark border as the pointer is dragged over them to signify selection.
  • the dark border 9 will appear around the cells as they are selected.
  • All of the selected cells will be black except for the first cell in the selection, called the active cell, which remains white.
  • the selection begins with the cell over which the pointer is positioned when the mouse button 3 is depressed, and continues to the cell over which the pointer is positioned when the mouse button 3 is released.
  • FIGS. 3 - 8 are screen prints which illustrate a preferred embodiment of this invention.
  • FIG. 3 shows a user selected group of cells 8 surrounded by a dark border 9 on the display screen. Note that the first cell selected remains white while the other selected cells are black.
  • the pointer 6 remains in the shape of a plus sign while the selection is being made. After a selection is made, if the mouse button 3 is depressed when the pointer 6 is not over any part of the dark border of the selected cells 9 , the selection is cancelled and a new active cell is created under the pointer.
  • FIG. 4 shows the new shape of the pointer 6 after it has been positioned over the dark border 9 of the selected group of cells 8 .
  • the pointer 6 takes the shape of a slanted arrow while it is positioned over the dark border 9 of the selected group of cells 8 , indicating to the user that the border can be moved. After the group of cells is selected, it is treated as a single object.
  • FIG. 5 illustrates the computer screen after the user has dragged the dark border 9 to the location 11 in the document where the selected group of cells 8 is to be placed.
  • the dark border 9 was moved across the worksheet by the user positioning the pointer over the dark border, depressing a predefined mouse button, and then holding down the mouse button while repositioning the pointer.
  • FIG. 6 shows the results of the cell manipulation, in this case a move operation.
  • the contents of the selected group of cells 8 were moved to the cells 11 surrounded by the dark border 9 in FIG. 6 after the user released the mouse button.
  • Note that in a default move operation the contents of the selected group of cells 8 are placed over the contents of the existing group of cells 11 which are surrounded by the dark border 9 .
  • the contents of the selected group of cells 8 are cleared but the cells themselves are still present in the worksheet.
  • an entire row or column would have to make up the original selection. Referring to FIG. 6, if columns B and C had been selected instead of cells B 4 through C 10 , then columns B and C would disappear and the columns to the right of column C would all shift to the left two columns after the move operation was completed.
  • FIG. 7 illustrates a move operation in which the selected group of cells 8 will be inserted between already existing cells in the worksheet rather than pasted over the existing cells.
  • the dark border 9 collapses into an I-beam when the user depresses a predefined control key, such as the shift key.
  • the I-beam is vertical or horizontal depending upon whether the pointer is positioned over a vertical or horizontal gridline.
  • FIG. 7 shows an example of the dark border 9 after it has collapsed into a vertical I-beam, the height of the I-beam corresponding to the height of the selected group of cells 8 .
  • the pointer 6 also changes shape to indicate that an insert is about to occur. If the control key is released, the original expanded border reappears with its original size and shape.
  • an insert mode could be activated in other ways.
  • FIG. 8 illustrates the computer screen after the user has dragged the dark border 9 to the location in the worksheet where the selected group of cells 8 is to be inserted.
  • the selected group of cells 8 is inserted between the cells bounded by the I-beam.
  • the example used in FIG. 8 shows that two columns were inserted into the worksheet corresponding to the two columns of the selected group of cells. Note that only rows 10 through 16 were affected by the insertion.
  • FIGS. 9 a and 9 b make up a detailed flow diagram of a preferred embodiment of this invention.
  • the process begins with block 101 , where the user must select a cell or group of cells in the worksheet.
  • block 102 the process creates an outside border around the selected cells as they are selected. The background of the cells will be black with the active cell remaining white. The active cell is the first cell in which the user positioned the pointer and initially depressed the mouse button.
  • the process continues on to block 103 where it queries whether the pointer is positioned over any part of the outside border of the selected group of cells. If the pointer is not positioned over any part of the outside border of the selected group of cells, the process sets the pointer shape to a plus sign in block 103 a .
  • the process queries in block 104 whether the mouse button is down. If the mouse button is down and the pointer is not positioned over any part of the outside border of the selected group of cells, the selection is cancelled in block 105 , the highlighting disappears, and the user may make a new selection. The cell under the pointer when the mouse button is depressed becomes the new active cell. If the process determines in block 104 that the mouse button is not down, it loops back to block 103 to check the location of the pointer.
  • the process determines in block 103 that the pointer is positioned over the outside border of the selected group of cells, it proceeds to block 106 , where the pointer shape is changed. In the preferred embodiment described herein, the pointer is changed from its normal shape of a plus sign to a slanted arrow.
  • the process queries in block 107 whether the mouse button is down. If the mouse button is not down, the process loops back to block 103 to check the location of the pointer. If the mouse button is down, the process continues on to block 108 where the outside border of the selected group of cells moves across the worksheet corresponding to the pointer movement.
  • the border will always follow the user's drag instead of remaining with the selected group of cells.
  • the outside border follows the pointer relative to the position where the border was picked up by the pointer.
  • the user cannot see the actual data in the selected group of cells dragging along, just the shape indicated by the border.
  • the moveable border remains the same shape and dimension as the selected group of cells, unless an insert is to occur. In the case of an insert, the border collapses to an I-beam. An insert operation is described below.
  • the process continues on to block 109 in FIG. 10 b where it queries whether the mouse button is down. If the mouse button is down, the border is still moving around the worksheet relative to the user's movement of the pointer. In blocks 110 - 112 , the process checks to see if the user has indicated that the selected cells should be inserted into the worksheet rather than pasted over existing cells. To visually confirm that an insert rather than a paste will occur when the mouse button is released, the moveable border is collapsed into an I-beam. The I-beam is horizontal if the insert is going to occur over a horizontal gridline, or vertical if the insert is going to occur over a vertical gridline.
  • the user must depress a predefined control key to cause an insertion or the process will paste the contents of the selected cells over existing cells in the worksheet.
  • the process queries whether a control key is depressed.
  • a control key could be any predefined keyboard key or another predefined mouse button. If a control key is depressed, the process continues on to block 112 where the moveable border is changed to a horizontal or vertical I-beam, corresponding to whether the pointer is positioned over a horizontal or vertical gridline. The I-beam indicates that an insertion is going to occur if the mouse button is released while the control key is depressed.
  • the collapsed border is a vertical, dark I-beam, with the same height as the number of rows that the insert is going to affect.
  • the vertical, dark I-beam lets the user vertically align the cells about to be inserted using the end marks as visual cues.
  • the collapsed border is a horizontal, dark I-beam, with the same width as the number of columns that the insert is going to affect.
  • the horizontal, dark I-beam gives the same help in horizontally aligning the cells about to be inserted using the end marks as visual cues.
  • the pointer will also change shape to indicate an insertion. In the preferred embodiment described herein, the pointer shape is changed to arrows 6 which are shown in FIG. 8.
  • the process determines in block 110 that a control key is not depressed, the process continues on to block 111 to change the shape of the moveable border back to its original expanded shape. After the shape of the moveable border has been changed in blocks 111 and 112 , the process loops back to block 109 to check whether the mouse button is down If the process determines in block 109 that the mouse button is not down, it skips to block 113 where it queries whether a control key is depressed. If a control key is depressed, the process continues on to block 114 where the selected cells are inserted into the worksheet at the location marked by the I-beam.
  • the process skips to block 115 where it pastes the contents of selected cells over the cells which are bounded by the relocated border.
  • the selected cells in their original location in the worksheet, are cleared or deleted depending on whether the original selection encompassed an arbitrary selection, or an entire row or column

Abstract

A method and system for directly manipulating cells in an electronic spreadsheet program or the like. After the user has selected the cells to be manipulated, the user merely positions the cursor over any part of the outside border of the selected group of cells, depresses and holds down a predefined mouse button, drags the border to a new location and then releases the mouse button, Depending upon which mouse button or control key was depressed, the user may be presented with options such as whether the manipulation should be to move or copy the selected cells, or the selected cells may be moved and no option presented. Depending upon which control key was depressed or upon the location of the repositioned border, the selected cells may be pasted over existing cells, or they may be inserted into the spreadsheet causing the existing cells to be shifted right and/or down.

Description

    RELATED APPLICATIONS
  • This Application is a continuation of prior U.S. patent application Ser. No. 09/596,525, filed Jun. 19, 2000 which is a continuation of prior U.S. patent application Ser. No. 08/787,816, filed Jan. 23, 1997, now U.S. Pat. No. 6,112,214, which is a continuation of prior U.S. patent application Ser. No. 08/219,868, filed Mar. 30, 1994, now U.S. Pat. No. 5,623,282, which is a continuation of prior U.S. patent application Ser. No. 07/815,656, filed Dec. 31, 1991.[0001]
  • TECHNICAL FIELD
  • This invention relates generally to data manipulation and particularly to the direct manipulation of cells by a user of an electronic spreadsheet system or the like. [0002]
  • BACKGROUND OF THE INVENTION
  • A primary use of computers, especially personal computers, is information processing. There are a wide variety of application programs available that “computerize” information processing tasks that were previously performed manually. Once such application program is Microsoft Excel, an accounting program for personal or business use. In application programs such as Microsoft Excel, a worksheet is the primary document used to store and manipulate data. One commonly used type of worksheet is a spreadsheet, which is a two dimensional, rectangular grid of a finite number of columns and rows. The intersection of each column and row is a cell, the basic unit of a worksheet in which a user may enter and store data. The active cell is displayed with a dark border, which indicates that the cell is selected. The next data the user types after selecting a cell will be entered into the selected cell or the next command the user chooses will be applied to the selected cell. If more than one cell is selected, the first cell selected is the active cell. [0003]
  • The ability to manipulate selected portions of data in a worksheet is a common feature of electronic spreadsheet programs. Presently, there are spreadsheet programs which allow a user to select a cell or group of cells and manipulate it in some way, such as moving it to a new location in the worksheet, copying it to a new location in the worksheet, or deleting it. The problem with these prior art systems is that they require a user to go through several time-consuming steps before the cell manipulation is actually carried out. [0004]
  • For example, to move a cell or a group of cells from one location to another in a worksheet using a typical prior art system, a user is required to (1) select the cell or group of cells to be manipulated; (2) delete or “cut” the selected cell or group of cells from the first location using a combination of keys or by selecting the delete or cut command; (3) move the cursor to the new location in the worksheet where the selected cell or group of cells is to be moved; and (4) insert or “paste” the selected cell or group of cells at the new location using a combination of keys or by selecting the insert or paste command. Similar steps are required for copying the contents of a cell or group of cells from one location to another in a document. [0005]
  • In electronic spreadsheet programs such as Microsoft Excel that support mouse operations, a user may select a cell with a mouse by positioning the pointer over a cell and then depressing and releasing a predefined mouse button. A user may select a group of cells with a mouse by positioning the pointer at the beginning of the selection, depressing a predefined mouse button, dragging the pointer to the end of the selection while holding down the mouse button, and then releasing the mouse button. After selection, cut and paste operations such as described above may be performed on the selected cell or cells. [0006]
  • The prior art systems require a user to be familiar with a variety of function keys and edit commands. When a user is making numerous revisions to a worksheet it is inconvenient to have to perform so many steps in order to move or copy cells from one location to another in a worksheet. The user is forced to perform awkward key combinations such as depressing the shift key and the delete key at the same time. No technique is known in the electronic spreadsheet environment for moving or copying cells without going through the time-consuming cut and paste type operations. [0007]
  • SUMMARY AND OBJECTS OF THE INVENTION
  • In a preferred embodiment, the present invention contemplates a method and system for directly manipulating cells in an electronic spreadsheet program or the like. After the user has selected the cells to be manipulated, the manipulation may be carried out with little effort on the part of the user. In a preferred embodiment, to move a group of selected cells, the user merely positions the cursor over any part of the outside border of the selected group of cells, depresses and holds down a predefined mouse button, drags the border to a new location and then releases the mouse button. Depending upon which mouse button or control key was depressed, the user may be presented with options such as whether the manipulation should be to move or copy the selected cells, or the selected cells may be moved and no option presented. Depending upon which control key was depressed or upon the location of the repositioned border, the selected cells may be pasted over existing cells, or they may be inserted into the spreadsheet causing the existing cells to be shifted right and/or down. [0008]
  • Accordingly, it is an object of the present invention to provide an improved method and system for directly manipulating cells in an electronic spreadsheet environment or the like. [0009]
  • It is another object of the present invention to provide a visual representation of selected cells being moved or copied to a different location in the worksheet. [0010]
  • A further object of the present invention is to provide a visual indicator of when selected cells are to be inserted rather than pasted in the worksheet. These and other objects will be apparent to those of ordinary skill in the art as the invention is described more fully below.[0011]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 shows a computer system running an electronic spreadsheet program, the computer system having a mouse, keyboard, and display screen. [0012]
  • FIG. 2 shows a typical electronic spreadsheet window, where the worksheet is arranged in columns and rows, and a pointer as they are seen on the display screen of FIG. 1. [0013]
  • FIG. 3 shows a selected group of cells with a dark border in the electronic spreadsheet window, as viewed on the display screen of FIG. 1. [0014]
  • FIG. 4 shows the new shape of the pointer after a user positions the pointer over the border of the selected group of cells in the electronic spreadsheet window, as viewed on the display screen of FIG. 1. [0015]
  • FIG. 5 shows the electronic spreadsheet window, as viewed on the display screen of FIG. 1 after a user has dragged the now movable border to the location where the selected group of cells is to be placed. [0016]
  • FIG. 6 shows the electronic spreadsheet window, as viewed on the display screen of FIG. 1, after a user has dragged the now movable border to a new location and released the predefined mouse button, causing the selected group of cells to be moved to the new location. [0017]
  • FIG. 7 shows the electronic spreadsheet window, as viewed on the display screen, after a user has positioned the pointer over the vertical gridline where the selected group of cells is to be inserted and the movable border has collapsed to signify an insertion. [0018]
  • FIG. 8 shows an electronic spreadsheet window, as viewed on a display screen, after a user has collapsed the movable border over a vertical gridline and released the predefined mouse button, causing the selected group of cells to be inserted at that place in the worksheet. [0019]
  • FIGS. 9[0020] a-9 b are detailed flow diagrams of the cell manipulation process.
  • DETAILED DESCRIPTION OF THE INVENTION
  • The present invention is best understood with reference to the preferred embodiment illustrated in FIGS. [0021] 1-9.
  • FIG. 1 illustrates a [0022] computer system 10 running an electronic spreadsheet program. The computer system 10 comprises a CPU 1, a mouse input device 2 including a control input button 3, a keyboard 4 and a display screen 5. The control input button 3 actuates a contact switch to generate selection signals and other commands. The user moves the mouse along a flat surface to generate pointer position input commands which are supplied to the CPU 1. Mouse movement is translated into x-y coordinates on the display screen 5 in a known manner. A pointer 6 on the display screen 5 moves in connection with the mouse 2.
  • FIG. 2 shows a typical [0023] electronic spreadsheet window 7 and a pointer 6 as they are seen on the display screen 5 of FIG. 1. The worksheet contains a grid of columns and rows, the intersection of which is referred to as a cell. The mouse 2 is used to position the pointer 6, normally in the shape of a plus sign, over the cells displayed in the spreadsheet window. When the mouse button 3 is depressed, the cell under the pointer 6 is given a dark border and it becomes the active cell. If the mouse 2 is moved while the mouse button 3 is depressed, the selection is continued and additional cells are surrounded by the dark border as the pointer is dragged over them to signify selection. The dark border 9 will appear around the cells as they are selected. All of the selected cells will be black except for the first cell in the selection, called the active cell, which remains white. The selection begins with the cell over which the pointer is positioned when the mouse button 3 is depressed, and continues to the cell over which the pointer is positioned when the mouse button 3 is released.
  • FIGS. [0024] 3-8 are screen prints which illustrate a preferred embodiment of this invention. FIG. 3 shows a user selected group of cells 8 surrounded by a dark border 9 on the display screen. Note that the first cell selected remains white while the other selected cells are black. The pointer 6 remains in the shape of a plus sign while the selection is being made. After a selection is made, if the mouse button 3 is depressed when the pointer 6 is not over any part of the dark border of the selected cells 9, the selection is cancelled and a new active cell is created under the pointer. FIG. 4 shows the new shape of the pointer 6 after it has been positioned over the dark border 9 of the selected group of cells 8. In the preferred embodiment described herein, the pointer 6 takes the shape of a slanted arrow while it is positioned over the dark border 9 of the selected group of cells 8, indicating to the user that the border can be moved. After the group of cells is selected, it is treated as a single object.
  • FIG. 5 illustrates the computer screen after the user has dragged the [0025] dark border 9 to the location 11 in the document where the selected group of cells 8 is to be placed. The dark border 9 was moved across the worksheet by the user positioning the pointer over the dark border, depressing a predefined mouse button, and then holding down the mouse button while repositioning the pointer.
  • FIG. 6 shows the results of the cell manipulation, in this case a move operation. The contents of the selected group of [0026] cells 8 were moved to the cells 11 surrounded by the dark border 9 in FIG. 6 after the user released the mouse button. Note that in a default move operation, the contents of the selected group of cells 8 are placed over the contents of the existing group of cells 11 which are surrounded by the dark border 9. The contents of the selected group of cells 8 are cleared but the cells themselves are still present in the worksheet. In order for the selected group of cells to be deleted from the worksheet after the contents are moved, an entire row or column would have to make up the original selection. Referring to FIG. 6, if columns B and C had been selected instead of cells B4 through C10, then columns B and C would disappear and the columns to the right of column C would all shift to the left two columns after the move operation was completed.
  • FIG. 7 illustrates a move operation in which the selected group of [0027] cells 8 will be inserted between already existing cells in the worksheet rather than pasted over the existing cells. During the cell manipulation process, when the user is dragging the dark border 9 across the worksheet with the pointer 6, the dark border 9 collapses into an I-beam when the user depresses a predefined control key, such as the shift key. The I-beam is vertical or horizontal depending upon whether the pointer is positioned over a vertical or horizontal gridline. FIG. 7 shows an example of the dark border 9 after it has collapsed into a vertical I-beam, the height of the I-beam corresponding to the height of the selected group of cells 8. The pointer 6 also changes shape to indicate that an insert is about to occur. If the control key is released, the original expanded border reappears with its original size and shape. As alternate embodiments of the present invention, an insert mode could be activated in other ways.
  • FIG. 8 illustrates the computer screen after the user has dragged the [0028] dark border 9 to the location in the worksheet where the selected group of cells 8 is to be inserted. The selected group of cells 8 is inserted between the cells bounded by the I-beam. The example used in FIG. 8 shows that two columns were inserted into the worksheet corresponding to the two columns of the selected group of cells. Note that only rows 10 through 16 were affected by the insertion.
  • FIGS. 9[0029] a and 9 b make up a detailed flow diagram of a preferred embodiment of this invention. The process begins with block 101, where the user must select a cell or group of cells in the worksheet. In block 102, the process creates an outside border around the selected cells as they are selected. The background of the cells will be black with the active cell remaining white. The active cell is the first cell in which the user positioned the pointer and initially depressed the mouse button. The process continues on to block 103 where it queries whether the pointer is positioned over any part of the outside border of the selected group of cells. If the pointer is not positioned over any part of the outside border of the selected group of cells, the process sets the pointer shape to a plus sign in block 103 a. The process then queries in block 104 whether the mouse button is down. If the mouse button is down and the pointer is not positioned over any part of the outside border of the selected group of cells, the selection is cancelled in block 105, the highlighting disappears, and the user may make a new selection. The cell under the pointer when the mouse button is depressed becomes the new active cell. If the process determines in block 104 that the mouse button is not down, it loops back to block 103 to check the location of the pointer.
  • If the process determines in [0030] block 103 that the pointer is positioned over the outside border of the selected group of cells, it proceeds to block 106, where the pointer shape is changed. In the preferred embodiment described herein, the pointer is changed from its normal shape of a plus sign to a slanted arrow. Once the pointer is positioned over the outside border of the selected group of cells, the process queries in block 107 whether the mouse button is down. If the mouse button is not down, the process loops back to block 103 to check the location of the pointer. If the mouse button is down, the process continues on to block 108 where the outside border of the selected group of cells moves across the worksheet corresponding to the pointer movement. The border will always follow the user's drag instead of remaining with the selected group of cells. The outside border follows the pointer relative to the position where the border was picked up by the pointer. The user cannot see the actual data in the selected group of cells dragging along, just the shape indicated by the border. The moveable border remains the same shape and dimension as the selected group of cells, unless an insert is to occur. In the case of an insert, the border collapses to an I-beam. An insert operation is described below.
  • The process continues on to block [0031] 109 in FIG. 10b where it queries whether the mouse button is down. If the mouse button is down, the border is still moving around the worksheet relative to the user's movement of the pointer. In blocks 110-112, the process checks to see if the user has indicated that the selected cells should be inserted into the worksheet rather than pasted over existing cells. To visually confirm that an insert rather than a paste will occur when the mouse button is released, the moveable border is collapsed into an I-beam. The I-beam is horizontal if the insert is going to occur over a horizontal gridline, or vertical if the insert is going to occur over a vertical gridline. In a preferred embodiment of the present invention, the user must depress a predefined control key to cause an insertion or the process will paste the contents of the selected cells over existing cells in the worksheet. In block 110, the process queries whether a control key is depressed. A control key could be any predefined keyboard key or another predefined mouse button. If a control key is depressed, the process continues on to block 112 where the moveable border is changed to a horizontal or vertical I-beam, corresponding to whether the pointer is positioned over a horizontal or vertical gridline. The I-beam indicates that an insertion is going to occur if the mouse button is released while the control key is depressed. For inserts between columns, the collapsed border is a vertical, dark I-beam, with the same height as the number of rows that the insert is going to affect. The vertical, dark I-beam lets the user vertically align the cells about to be inserted using the end marks as visual cues. For inserts between rows, the collapsed border is a horizontal, dark I-beam, with the same width as the number of columns that the insert is going to affect. The horizontal, dark I-beam gives the same help in horizontally aligning the cells about to be inserted using the end marks as visual cues. Along with the I-beam, the pointer will also change shape to indicate an insertion. In the preferred embodiment described herein, the pointer shape is changed to arrows 6 which are shown in FIG. 8.
  • If the process determines in [0032] block 110 that a control key is not depressed, the process continues on to block 111 to change the shape of the moveable border back to its original expanded shape. After the shape of the moveable border has been changed in blocks 111 and 112, the process loops back to block 109 to check whether the mouse button is down If the process determines in block 109 that the mouse button is not down, it skips to block 113 where it queries whether a control key is depressed. If a control key is depressed, the process continues on to block 114 where the selected cells are inserted into the worksheet at the location marked by the I-beam. If a control key is not depressed, the process skips to block 115 where it pastes the contents of selected cells over the cells which are bounded by the relocated border. The selected cells, in their original location in the worksheet, are cleared or deleted depending on whether the original selection encompassed an arbitrary selection, or an entire row or column
  • Although the methods and systems of the present invention have been described in terms of preferred embodiments, it is not intended that the invention be limited to these embodiments. Modifications within the spirit the invention will be apparent to those skilled in the art. The scope of the present invention is defined by the claims that follow. [0033]

Claims (8)

What is claimed is:
1. In a computer system having a display device, a mouse having a predefined mouse button and controlling movement of a pointer displayed on the display device, and a spreadsheet having a plurality of cells, wherein at least one cell contains data manipulable by the spreadsheet, the spreadsheet being displayed on the display device, a method of transferring spreadsheet-manipulable contents associated with a first cell into a second cell, the method comprising the acts of:
transferring the spreadsheet-manipulable contents associated with the first cell to the second cell in response to user input commands consisting essentially of:
a first user command selecting the first cell in the spreadsheet;
a second user command comprising positioning a pointer over the first cell, depressing the predefined mouse button, and dragging the first cell to the second cell; and
a third user command releasing the predefined mouse button.
2. A method as defined in claim 1, wherein the spreadsheet-manipulable data relates to a mathematical formula.
3. A method of manipulating data in a computer system, the computer system having a display device and a user controllable pointer positioning device with signal generating means, the pointer positioning device controlling movement of a pointer displayed on the display device, wherein a program is operating on the computer system, the program using a worksheet to store and manipulate data, the worksheet consisting of a grid of intersecting columns and rows, wherein the intersection of each column and row is a cell capable of containing data manipulable by the program, the method comprising the acts of:
in response to input, selecting a cell or a plurality of cells in the worksheet;
in response to movement of the pointer positioning device, positioning the pointer over the selected cell or plurality of cells;
activating a drag mode in response to both the selection of the cell or plurality of cells and the activation of the signal generating means while the pointer is positioned over the selected cell or plurality of cells;
in response to movement of the pointer positioning device while the drag mode is activated, positioning the pointer over a cell or a plurality of cells in a new area of the worksheet;
in response to deactivation of the signal generating means, deactivating the drag mode; and
in response to deactivating the drag mode, moving the data contained in the selected cell or plurality of cells to the cell or plurality of cells in the new area of the worksheet thereby enabling the program to modify the moved data.
4. In a computer system having a display device, a mouse having a predefined mouse button and controlling movement of a pointer displayed on the display device as a first shape, and a spreadsheet having a plurality of cells, wherein at least one cell contains data manipulable by the spreadsheet, the spreadsheet being displayed on the display device, a method of transferring spreadsheet-manipulable contents associated with a first cell into a second cell, the method comprising acts of:
in response to input, drawing an outside border around the first cell in the spreadsheet;
in response to movement of the mouse, positioning the pointer over the first cell and changing appearance of the pointer to a second shape to indicate that the outside border may be dragged across the spreadsheet;
in response to depression of the predefined mouse button while the pointer appears as the second shape and movement of the mouse with the predefined mouse button depressed, dragging the outside border to the second cell; and
in response to a release of the predefined mouse button, moving the contents associated with the first cell into the second cell.
5. A method as defined in claim 4, wherein the spreadsheet-manipulable contents relate to a mathematical formula.
6. A method as defined in claim 4, wherein the changing act comprises changing the appearance of the pointer from the first shape to the second shape as the pointer is positioned over the outside border.
7. A method as defined in claim 6, wherein the first shape is a plus sign.
8. A method as defined in claim 6, wherein the second shape is an arrow.
US10/383,113 1991-12-31 2003-03-05 Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like Abandoned US20030164817A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/383,113 US20030164817A1 (en) 1991-12-31 2003-03-05 Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US81565691A 1991-12-31 1991-12-31
US08/219,868 US5623282A (en) 1991-12-31 1994-03-30 Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like
US08/787,816 US6112214A (en) 1991-12-31 1997-01-23 Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like
US59652500A 2000-06-19 2000-06-19
US10/383,113 US20030164817A1 (en) 1991-12-31 2003-03-05 Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US59652500A Continuation 1991-12-31 2000-06-19

Publications (1)

Publication Number Publication Date
US20030164817A1 true US20030164817A1 (en) 2003-09-04

Family

ID=25218427

Family Applications (3)

Application Number Title Priority Date Filing Date
US08/219,868 Expired - Lifetime US5623282A (en) 1991-12-31 1994-03-30 Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like
US08/787,816 Expired - Lifetime US6112214A (en) 1991-12-31 1997-01-23 Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like
US10/383,113 Abandoned US20030164817A1 (en) 1991-12-31 2003-03-05 Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US08/219,868 Expired - Lifetime US5623282A (en) 1991-12-31 1994-03-30 Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like
US08/787,816 Expired - Lifetime US6112214A (en) 1991-12-31 1997-01-23 Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like

Country Status (1)

Country Link
US (3) US5623282A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050076367A1 (en) * 2001-02-28 2005-04-07 Johnson Carolynn Rae System and method for creating user profiles
US20050223051A1 (en) * 2004-04-05 2005-10-06 Arakaki Gary K System for building structured spreadsheets using nested named rectangular blocks of cells to form a hierarchy where cells can be uniquely referenced using non unique names
US7526719B1 (en) * 2005-03-21 2009-04-28 Autodesk, Inc. File format for table styles
US20110185315A1 (en) * 2010-01-27 2011-07-28 Microsoft Corporation Simplified user controls for authoring workflows
US20130339903A1 (en) * 2012-06-19 2013-12-19 Microsoft Corporation UI Differentiation Between Delete and Clear
US20140282145A1 (en) * 2013-03-15 2014-09-18 International Business Machines Corporation Graphical interface data fragment operations for data visualization
US20140372858A1 (en) * 2013-06-15 2014-12-18 Microsoft Corporation Seamless Grid and Canvas Integration in a Spreadsheet Application
US9514116B2 (en) 2011-11-04 2016-12-06 Microsoft Technology Licensing, Llc Interaction between web gadgets and spreadsheets
US9741151B2 (en) 2015-04-14 2017-08-22 International Business Machines Corporation Mobile interactive comparison chart
US9747270B2 (en) 2011-01-07 2017-08-29 Microsoft Technology Licensing, Llc Natural input for spreadsheet actions

Families Citing this family (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5727060A (en) * 1989-10-30 1998-03-10 Starsight Telecast, Inc. Television schedule system
US7748018B2 (en) * 1989-10-30 2010-06-29 Starsight Telecast, Inc. Arranging channel indicators in a television schedule system
US5623282A (en) * 1991-12-31 1997-04-22 Microsoft Corporation Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like
JPH08212203A (en) * 1995-02-06 1996-08-20 Fujitsu Ltd Document display device/method
US6138130A (en) * 1995-12-08 2000-10-24 Inventure Technologies, Inc. System and method for processing data in an electronic spreadsheet in accordance with a data type
US5933638A (en) * 1996-04-04 1999-08-03 Cencik; Peter Method and apparatus for creating application computer programs using an objects evaluation matrix
US6055548A (en) 1996-06-03 2000-04-25 Microsoft Corporation Computerized spreadsheet with auto-calculator
US5999177A (en) * 1997-07-07 1999-12-07 International Business Machines Corporation Method and system for controlling content on a display screen in a computer system
US6112216A (en) * 1997-12-19 2000-08-29 Microsoft Corporation Method and system for editing a table in a document
US20100325668A1 (en) * 1998-08-11 2010-12-23 Starsight Telecast, Inc. Television schedule system
US6496832B2 (en) * 1998-10-20 2002-12-17 University Of Minnesota Visualization spreadsheet
US6640234B1 (en) * 1998-12-31 2003-10-28 Microsoft Corporation Extension of formulas and formatting in an electronic spreadsheet
US6549878B1 (en) * 1998-12-31 2003-04-15 Microsoft Corporation System and method for editing a spreadsheet via an improved editing and cell selection model
US6377285B1 (en) * 1999-01-29 2002-04-23 Sony Corporation Zooming space-grid for graphical user interface
JP2000242635A (en) * 1999-02-19 2000-09-08 Fuji Xerox Co Ltd Chart editing device
JP2000293511A (en) * 1999-04-09 2000-10-20 Canon Inc Document processor, its method and storage medium
US6411313B1 (en) * 1999-06-14 2002-06-25 Microsoft Corporation User interface for creating a spreadsheet pivottable
US6801226B1 (en) * 1999-11-01 2004-10-05 Ita Software, Inc. Graphical user interface for travel planning system
GB2358072B (en) * 2000-01-07 2004-01-28 Mitel Corp Tabular range editing mechanism
US7178098B2 (en) * 2000-07-13 2007-02-13 International Business Machines Corporation Method and system in an electronic spreadsheet for handling user-defined options in a copy/cut—paste operation
EP1172751B1 (en) * 2000-07-13 2008-03-26 International Business Machines Corporation Method and system in an electronic spreadsheet for handling user-defined options in a copy/cut-paste operation
EP1202206A3 (en) 2000-10-24 2004-01-21 International Business Machines Corporation Method and system in an electronic spreadsheet for persistently self-replicating multiple ranges of cells through a copy-paste operation
US6912690B2 (en) * 2000-10-24 2005-06-28 International Business Machines Corporation Method and system in an electronic spreadsheet for persistently copy-pasting a source range of cells onto one or more destination ranges of cells
JP4223689B2 (en) * 2000-12-26 2009-02-12 エスアイアイ・ナノテクノロジー株式会社 Derived data display adjustment system
US20020165875A1 (en) * 2001-05-04 2002-11-07 Verta Patrick A. Data capture and management system
US7000181B2 (en) * 2001-06-21 2006-02-14 International Business Machines Corporation Dynamic data display having slide drawer windowing
US6968504B2 (en) 2001-06-29 2005-11-22 Microsoft Corporation Automated document formatting tool
US8832543B2 (en) * 2001-06-29 2014-09-09 Microsoft Corporation Automated document formatting tool
US7017112B2 (en) * 2003-02-28 2006-03-21 Microsoft Corporation Importing and exporting markup language data in a spreadsheet application document
US7197696B1 (en) 2003-06-05 2007-03-27 Pavan Vidyadhar Muzumdar System, method and computer program product to populate data into spreadsheets and execute functions and programs within the same
US8230366B2 (en) * 2003-10-23 2012-07-24 Apple Inc. Dynamically changing cursor for user interface
JP4241410B2 (en) * 2004-01-30 2009-03-18 キヤノン株式会社 Layout adjustment method and apparatus, and layout adjustment program
US7546286B2 (en) * 2004-02-19 2009-06-09 Microsoft Corporation Offline multi-table data editing and storage
US7546291B2 (en) * 2004-02-19 2009-06-09 Microsoft Corporation Data source task pane
US8135755B2 (en) * 2005-06-29 2012-03-13 Microsoft Corporation Templates in a schema editor
US7225189B1 (en) 2004-02-19 2007-05-29 Microsoft Corporation Data source write back and offline data editing and storage in a spreadsheet
US7716168B2 (en) 2005-06-29 2010-05-11 Microsoft Corporation Modifying table definitions within a database application
US7647551B2 (en) * 2004-12-15 2010-01-12 Microsoft Corporation System and method for formatting a cell in response to data stored in a separate location
US7685510B2 (en) 2004-12-23 2010-03-23 Sap Ag System and method for grouping data
US8640166B1 (en) 2005-05-06 2014-01-28 Rovi Guides, Inc. Systems and methods for content surfing
US8095951B1 (en) 2005-05-06 2012-01-10 Rovi Guides, Inc. Systems and methods for providing a scan
US7487139B2 (en) * 2005-10-12 2009-02-03 International Business Machines Corporation Method and system for filtering a table
US7743026B2 (en) * 2006-01-31 2010-06-22 Microsoft Corporation Redirection to local copies of server-based files
US8799954B1 (en) 2006-07-31 2014-08-05 Rovi Guides, Inc. Systems and methods for providing custom media content flipping
US20080168341A1 (en) * 2007-01-10 2008-07-10 Raymond Payette Digital spreadsheet formula automation
US10078414B2 (en) * 2007-03-29 2018-09-18 Apple Inc. Cursor for presenting information regarding target
US8407737B1 (en) 2007-07-11 2013-03-26 Rovi Guides, Inc. Systems and methods for providing a scan transport bar
US20090031208A1 (en) * 2007-07-26 2009-01-29 International Business Machines Corporation Expanding Rows and Cells Within a Table
CN101093477B (en) * 2007-08-14 2010-06-02 金蝶软件(中国)有限公司 Data process method for electronic form, and data process system for electronic form
US8122337B2 (en) * 2008-06-26 2012-02-21 SAP France S.A. Apparatus and method for navigating a multi-dimensional database
US8707156B2 (en) * 2009-04-02 2014-04-22 Business Objects, S.A. Render engine for spreadsheet
US8990732B2 (en) 2010-05-14 2015-03-24 Sap Se Value interval selection on multi-touch devices
US8996978B2 (en) 2010-05-14 2015-03-31 Sap Se Methods and systems for performing analytical procedures by interactions with visual representations of datasets
CN104503955B (en) * 2014-12-03 2018-07-20 中建材国际贸易有限公司 A method of generating personalization excel list evidences
CN107977134A (en) * 2017-11-14 2018-05-01 浙江慧脑信息科技有限公司 A kind of form shows control method

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3895375A (en) * 1974-09-03 1975-07-15 Gte Information Syst Inc Display apparatus with facility for underlining and striking out characters
US4674043A (en) * 1985-04-02 1987-06-16 International Business Machines Corp. Updating business chart data by editing the chart
US4686522A (en) * 1985-02-19 1987-08-11 International Business Machines Corporation Method of editing graphic objects in an interactive draw graphic system using implicit editing actions
US4723211A (en) * 1984-08-30 1988-02-02 International Business Machines Corp. Editing of a superblock data structure
US4788538A (en) * 1986-11-17 1988-11-29 Lotus Development Corporation Method and apparatus for determining boundaries of graphic regions
US4806916A (en) * 1986-08-29 1989-02-21 Information Appliance, Inc. Computer display with two-part cursor for indicating loci of operation
US4939507A (en) * 1986-04-28 1990-07-03 Xerox Corporation Virtual and emulated objects for use in the user interface of a display screen of a display processor
US5021973A (en) * 1986-01-16 1991-06-04 International Business Machines Corporation Method for assisting the operator of an interactive data processing system to enter data directly into a selected cell of a spreadsheet
US5040131A (en) * 1987-12-23 1991-08-13 International Business Machines Corporation Graphical processing
US5157763A (en) * 1987-10-15 1992-10-20 International Business Machines Corporation Visually assisted method for transfer of data within an application or from a source application to a receiving application
US5276607A (en) * 1990-03-28 1994-01-04 Wordperfect Corporation Method for optimal recalculation
US5422993A (en) * 1991-12-17 1995-06-06 International Business Machines Corporation Method and system for performing direct manipulation operations in a computer system
US5623282A (en) * 1991-12-31 1997-04-22 Microsoft Corporation Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like
US5848187A (en) * 1991-11-18 1998-12-08 Compaq Computer Corporation Method and apparatus for entering and manipulating spreadsheet cell data

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3895375A (en) * 1974-09-03 1975-07-15 Gte Information Syst Inc Display apparatus with facility for underlining and striking out characters
US4723211A (en) * 1984-08-30 1988-02-02 International Business Machines Corp. Editing of a superblock data structure
US4686522A (en) * 1985-02-19 1987-08-11 International Business Machines Corporation Method of editing graphic objects in an interactive draw graphic system using implicit editing actions
US4674043A (en) * 1985-04-02 1987-06-16 International Business Machines Corp. Updating business chart data by editing the chart
US5021973A (en) * 1986-01-16 1991-06-04 International Business Machines Corporation Method for assisting the operator of an interactive data processing system to enter data directly into a selected cell of a spreadsheet
US4939507A (en) * 1986-04-28 1990-07-03 Xerox Corporation Virtual and emulated objects for use in the user interface of a display screen of a display processor
US4806916A (en) * 1986-08-29 1989-02-21 Information Appliance, Inc. Computer display with two-part cursor for indicating loci of operation
US4788538A (en) * 1986-11-17 1988-11-29 Lotus Development Corporation Method and apparatus for determining boundaries of graphic regions
US5157763A (en) * 1987-10-15 1992-10-20 International Business Machines Corporation Visually assisted method for transfer of data within an application or from a source application to a receiving application
US5040131A (en) * 1987-12-23 1991-08-13 International Business Machines Corporation Graphical processing
US5276607A (en) * 1990-03-28 1994-01-04 Wordperfect Corporation Method for optimal recalculation
US5848187A (en) * 1991-11-18 1998-12-08 Compaq Computer Corporation Method and apparatus for entering and manipulating spreadsheet cell data
US5422993A (en) * 1991-12-17 1995-06-06 International Business Machines Corporation Method and system for performing direct manipulation operations in a computer system
US5623282A (en) * 1991-12-31 1997-04-22 Microsoft Corporation Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like
US6112214A (en) * 1991-12-31 2000-08-29 Microsoft Corporation Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050076367A1 (en) * 2001-02-28 2005-04-07 Johnson Carolynn Rae System and method for creating user profiles
US20050223051A1 (en) * 2004-04-05 2005-10-06 Arakaki Gary K System for building structured spreadsheets using nested named rectangular blocks of cells to form a hierarchy where cells can be uniquely referenced using non unique names
US7526719B1 (en) * 2005-03-21 2009-04-28 Autodesk, Inc. File format for table styles
US20110185315A1 (en) * 2010-01-27 2011-07-28 Microsoft Corporation Simplified user controls for authoring workflows
US9141345B2 (en) * 2010-01-27 2015-09-22 Microsoft Technology Licensing, Llc Simplified user controls for authoring workflows
US10732825B2 (en) 2011-01-07 2020-08-04 Microsoft Technology Licensing, Llc Natural input for spreadsheet actions
US9747270B2 (en) 2011-01-07 2017-08-29 Microsoft Technology Licensing, Llc Natural input for spreadsheet actions
US9514116B2 (en) 2011-11-04 2016-12-06 Microsoft Technology Licensing, Llc Interaction between web gadgets and spreadsheets
US20130339903A1 (en) * 2012-06-19 2013-12-19 Microsoft Corporation UI Differentiation Between Delete and Clear
US10209864B2 (en) * 2012-06-19 2019-02-19 Microsoft Technology Licensing, Llc UI differentiation between delete and clear
US9239670B2 (en) * 2013-03-15 2016-01-19 International Business Machines Corporation Graphical interface data fragment operations for data visualization
US9361007B2 (en) 2013-03-15 2016-06-07 International Business Machines Corporation Graphical interface data fragment operations for data visualization
US20160147419A1 (en) * 2013-03-15 2016-05-26 International Business Machines Corporation Graphical interface data fragment operations for data visualization
US9880719B2 (en) * 2013-03-15 2018-01-30 International Business Machines Corporation Graphical interface data fragment operations for data visualization
US20140282145A1 (en) * 2013-03-15 2014-09-18 International Business Machines Corporation Graphical interface data fragment operations for data visualization
US20140372858A1 (en) * 2013-06-15 2014-12-18 Microsoft Corporation Seamless Grid and Canvas Integration in a Spreadsheet Application
US10664652B2 (en) * 2013-06-15 2020-05-26 Microsoft Technology Licensing, Llc Seamless grid and canvas integration in a spreadsheet application
US9741151B2 (en) 2015-04-14 2017-08-22 International Business Machines Corporation Mobile interactive comparison chart

Also Published As

Publication number Publication date
US5623282A (en) 1997-04-22
US6112214A (en) 2000-08-29

Similar Documents

Publication Publication Date Title
US20030164817A1 (en) Method and system for the direct manipulation of cells in an electronic spreadsheet program or the like
US5867144A (en) Method and system for the direct manipulation of information, including non-default drag and drop operation
US5535324A (en) Method and system for dragging and plotting new data onto an embedded graph
US5564112A (en) System and method for generating place holders to temporarily suspend execution of a selected command
US5701499A (en) Method and system for automatically entering a data series into contiguous cells of an electronic spreadsheet program or the like
US6989847B2 (en) Method and apparatus for screen object manipulation
US6118437A (en) Digitizer eraser system and method
EP0494106B1 (en) Apparatus for displaying display regions on a visual display
US7237186B2 (en) Exiting a spreadsheet edit mode during a mouse drag operation
US6411310B1 (en) Software notes
US4686522A (en) Method of editing graphic objects in an interactive draw graphic system using implicit editing actions
JP4148634B2 (en) Storage medium storing cursor control program and cursor display control device
US5594847A (en) System and method for selecting free form objects associated with a selection region displayed by a computer
CA1233278A (en) Method for interactive rotation of displayed graphic objects
AU2006316845A2 (en) A method of tracking data objects using related thumbnails in a palette window
JPH0411902B2 (en)
US7478343B2 (en) Method to create multiple items with a mouse
US5872558A (en) Method and system in a data processing system for processing data utilizing a cursor having multiple pointing spots
US6211857B1 (en) Interaction support system and method
JPH0563819B2 (en)
US5504854A (en) Apparatus and method for inputting cell shape and position and inter-cell calculation
EP0764299B1 (en) A method for handling obscured items on computer displays
EP0452692B1 (en) Conditional look ahead valid option determination
JPH09167249A (en) Document processor
GB2339662A (en) Digitizer eraser system and method

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034766/0001

Effective date: 20141014