CSV Grid Viewer
April 12, 2026 ยท View on GitHub
A simple VS Code extension that opens .csv files in a grid UI and calculates the sum of selected numeric cells.
Features
- Grid view with row/column headers
- Click-to-select cells
- Live count of selected cells
- Live sum of selected numeric values
- "Clear Selection" action
Run Locally
- Install dependencies:
npm install
- Compile:
npm run compile
- Launch extension development host:
- Press
F5in VS Code
- Press
- Open a CSV file and run:
CSV: Open Grid View
You can also trigger the same command from the editor title bar or file explorer context menu for CSV files.
Publish
Use the publishing workflow in PUBLISHING.md:
npm run publish:init -- --publisher <publisher-id> --repo <https://github.com/<user>/<repo>.git>npm run publish:login -- <publisher-id>npm run package:vsixnpm run publish:extension