File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Prerequisite:
12
12
Simply:
13
13
14
14
``` bash
15
- deno run -A deno run -A jsr:@timepp/ev
15
+ deno run -A jsr:@timepp/ev
16
16
```
17
17
18
18
Then:
21
21
1 . In the opened Excel window, open the file you want to view
22
22
1 . Click on any cell in excel, you will see the entire row data in the app window
23
23
24
+ Below is the screenshot with fake data:
24
25
![ alt text] ( screenshot.png )
26
+
27
+ ## Development
28
+
29
+ ### TODO
30
+
31
+ - favicon
32
+ - use websocket to communicate between frontend/backend, so that we can get rid of the polling and have better detection on UI exits
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @timepp/ev" ,
3
- "version" : " 0.1.6 " ,
3
+ "version" : " 0.1.7 " ,
4
4
"exports" : " ./launch.ts"
5
5
}
You can’t perform that action at this time.
0 commit comments