https://github.com/webtaku/csv-editor
A simple VS Code extension that lets you view and edit CSV files in a spreadsheet-like table directly inside the editor.
https://github.com/webtaku/csv-editor
csv vscode-extension
Last synced: 6 months ago
JSON representation
A simple VS Code extension that lets you view and edit CSV files in a spreadsheet-like table directly inside the editor.
- Host: GitHub
- URL: https://github.com/webtaku/csv-editor
- Owner: webtaku
- License: apache-2.0
- Created: 2025-07-15T04:14:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T07:30:04.000Z (9 months ago)
- Last Synced: 2025-10-21T00:03:54.971Z (6 months ago)
- Topics: csv, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=webtaku.webtaku-csv-editor
- Size: 185 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Webtaku's CSV Editor
A simple VS Code extension that lets you view and edit CSV files in a spreadsheet-like table directly inside the editor.
---
## Features
* Open `.csv` files in a spreadsheet-like interface
* Edit cell values directly
* Add rows
* Supports large CSV files
* Auto-detects delimiters (comma, semicolon, tab, etc.)
* Save back to CSV seamlessly
---
## Installation
1. Open **Visual Studio Code**
2. Go to the Extensions view (`Ctrl+Shift+X` or `Cmd+Shift+X` on Mac)
3. Search for **Webtaku's CSV Editor**
4. Click **Install**
5. Open any `.csv` file and start editing
Alternatively, install via CLI:
```bash
code --install-extension webtaku.webtaku-csv-editor
```
---
## Usage
1. Open a `.csv` file in VS Code
2. Edit your data in the spreadsheet view
3. Save the file (`Ctrl+S` or `Cmd+S`) when done
---
## Shortcuts
| Action | Shortcut |
| ---------- | ------------------ |
| Save | `Ctrl+S` / `Cmd+S` |
---
## License
MIT OR Apache-2.0
---
## Contributing
Contributions are welcome. Feel free to open issues or submit pull requests to improve the library.