An open API service indexing awesome lists of open source software.

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.

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.