You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,21 @@
2
2
3
3
This is a tool to help you navigate long lines in Excel. It keeps track the active cell and automatically get the entire row data and display it in a separate window. With this you can easily see all columns in a row without scrolling left and right.
4
4
5
-
## How to use
6
-
7
5
Prerequisite:
8
6
9
7
- Windows OS with Microsoft Excel installed
10
8
-[Deno](https://deno.land/)
11
9
12
-
Steps:
10
+
## How to use
11
+
12
+
Simply:
13
+
14
+
```bash
15
+
deno run -A deno run -A jsr:@timepp/ev
16
+
```
17
+
18
+
Then:
13
19
14
-
1. Run `deno run -A https://deno.land/x/excelview/launch.ts` in command line
15
20
1. In the opened app window, click "Launch Excel to open file"
16
21
1. In the opened Excel window, open the file you want to view
17
22
1. Click on any cell in excel, you will see the entire row data in the app window
0 commit comments