Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timepp committed Jul 12, 2024
1 parent 5cc830c commit 918c60f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@

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.

## How to use

Prerequisite:

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

Steps:
## How to use

Simply:

```bash
deno run -A deno run -A jsr:@timepp/ev
```

Then:

1. Run `deno run -A https://deno.land/x/excelview/launch.ts` in command line
1. In the opened app window, click "Launch Excel to open file"
1. In the opened Excel window, open the file you want to view
1. Click on any cell in excel, you will see the entire row data in the app window
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@timepp/ev",
"version": "0.1.0",
"version": "0.1.1",
"exports": "./launch.ts"
}

0 comments on commit 918c60f

Please sign in to comment.