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
+2-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Excel View - helper UI for navigating long lines in Excel
2
2
3
+
> This app is powered by `timepp/dui`. Refer to https://jsr.io/@timepp/dui for how to develop a similar app.
4
+
3
5
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
6
5
7
Prerequisite:
@@ -31,8 +33,3 @@ Below is the screenshot with fake data:
31
33

32
34
33
35
## Development
34
-
35
-
### TODO
36
-
37
-
- favicon
38
-
- use websocket to communicate between frontend/backend, so that we can get rid of the polling and have better detection on UI exits
0 commit comments