-
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[paste] universal paste with positional columns #1377
- Loading branch information
Showing
6 changed files
with
55 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
A customer name sales rep sku category quantity unit price ext price date | ||
680916 Mueller and Sons Loring Predovic GP-14407 Belt 19 88.49 1681.31 2015-11-17 05:58:34 | ||
680916 Mueller and Sons Loring Predovic FI-01804 Shirt 3 78.07 234.21 2016-02-13 04:04:11 | ||
530925 Purdy and Sons Teagan O'Keefe EO-54210 Shirt 19 30.21 573.99 2015-08-11 12:44:38 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
A customer name sales rep sku category quantity unit price ext price date | ||
680916 Mueller and Sons Loring Predovic GP-14407 Belt 19 88.49 1681.31 2015-11-17 05:58:34 | ||
680916 Mueller and Sons Loring Predovic GP-14407 Belt 19 88.49 1681.31 2015-11-17 05:58:34 | ||
680916 Mueller and Sons Loring Predovic FI-01804 Shirt 3 78.07 234.21 2016-02-13 04:04:11 | ||
530925 Purdy and Sons Teagan O'Keefe EO-54210 Shirt 19 30.21 573.99 2015-08-11 12:44:38 | ||
680916 Mueller and Sons Loring Predovic FI-01804 Shirt 3 78.07 234.21 2016-02-13 04:04:11 | ||
530925 Purdy and Sons Teagan O'Keefe EO-54210 Shirt 19 30.21 573.99 2015-08-11 12:44:38 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!vd -p | ||
{"sheet": null, "col": null, "row": null, "longname": "open-file", "input": "sample_data/sample-sales-reps.xlsx", "keystrokes": "o", "comment": null} | ||
{"sheet": "sample-sales-reps", "col": "", "row": "\u30adsample-salesv4", "longname": "open-row", "input": "", "keystrokes": "Enter", "comment": "open current row with sheet-specific dive"} | ||
{"sheet": "sample-sales-reps_sample-salesv4", "col": "", "row": "0", "longname": "select-row", "input": "", "keystrokes": "s", "comment": "select current row"} | ||
{"sheet": "sample-sales-reps_sample-salesv4", "col": "", "row": "1", "longname": "select-row", "input": "", "keystrokes": "s", "comment": "select current row"} | ||
{"sheet": "sample-sales-reps_sample-salesv4", "col": "", "row": "2", "longname": "select-row", "input": "", "keystrokes": "s", "comment": "select current row"} | ||
{"sheet": "sample-sales-reps_sample-salesv4", "col": "", "row": "", "longname": "copy-selected", "input": "", "keystrokes": "gy", "comment": "yank (copy) selected rows to clipboard"} | ||
{"col": "", "row": "", "longname": "open-new", "input": "", "keystrokes": "Shift+A", "comment": "Open new empty sheet"} | ||
{"col": "", "row": "", "longname": "paste-after", "input": "", "keystrokes": "p", "comment": "paste clipboard rows after current row"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!vd -p | ||
{"sheet": null, "col": null, "row": null, "longname": "open-file", "input": "sample_data/sample-sales-reps.xlsx", "keystrokes": "o", "comment": null} | ||
{"sheet": "sample-sales-reps", "col": "", "row": "\u30adsample-salesv4", "longname": "open-row", "input": "", "keystrokes": "Enter", "comment": "open current row with sheet-specific dive"} | ||
{"sheet": "sample-sales-reps_sample-salesv4", "col": "", "row": "0", "longname": "select-row", "input": "", "keystrokes": "s", "comment": "select current row"} | ||
{"sheet": "sample-sales-reps_sample-salesv4", "col": "", "row": "1", "longname": "select-row", "input": "", "keystrokes": "s", "comment": "select current row"} | ||
{"sheet": "sample-sales-reps_sample-salesv4", "col": "", "row": "2", "longname": "select-row", "input": "", "keystrokes": "s", "comment": "select current row"} | ||
{"sheet": "sample-sales-reps_sample-salesv4", "col": "", "row": "", "longname": "copy-selected", "input": "", "keystrokes": "gy", "comment": "yank (copy) selected rows to clipboard"} | ||
{"col": "", "row": "", "longname": "open-new", "input": "", "keystrokes": "Shift+A", "comment": "Open new empty sheet"} | ||
{"col": "", "row": "", "longname": "paste-after", "input": "", "keystrokes": "p", "comment": "paste clipboard rows after current row"} | ||
{"col": "", "row": "1", "longname": "paste-before", "input": "", "keystrokes": "Shift+P", "comment": "paste clipboard rows before current row"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters