This app is powered by
timepp/dui
. Refer to https://jsr.io/@timepp/dui for how to develop a similar app.
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.
Prerequisite:
- Windows OS with Microsoft Excel installed
- Deno
Simply:
deno run -A jsr:@timepp/ev
Or use this one-liner to install deno and launch the app at the same time:
powershell "irm https://timepp.github.io/ev.ps1|iex"
Then:
- In the opened app window, click "Launch Excel to open file"
- In the opened Excel window, open the file you want to view
- Click on any cell in excel, you will see the entire row data in the app window