Skip to content

Commit 918c60f

Browse files
author
timepp
committed
update readme
1 parent 5cc830c commit 918c60f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
22

33
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.
44

5-
## How to use
6-
75
Prerequisite:
86

97
- Windows OS with Microsoft Excel installed
108
- [Deno](https://deno.land/)
119

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:
1319

14-
1. Run `deno run -A https://deno.land/x/excelview/launch.ts` in command line
1520
1. In the opened app window, click "Launch Excel to open file"
1621
1. In the opened Excel window, open the file you want to view
1722
1. Click on any cell in excel, you will see the entire row data in the app window

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@timepp/ev",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"exports": "./launch.ts"
55
}

0 commit comments

Comments
 (0)