Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tansen87/csv-toolbox
csv query, rename, select, insert, concatenate toolkit, base on Tauri.
https://github.com/tansen87/csv-toolbox
calamine csv element-plus polars rust-xlsxwriter tauri vue3 xlsx
Last synced: about 2 months ago
JSON representation
csv query, rename, select, insert, concatenate toolkit, base on Tauri.
- Host: GitHub
- URL: https://github.com/tansen87/csv-toolbox
- Owner: tansen87
- License: gpl-3.0
- Created: 2023-12-25T13:27:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T14:31:57.000Z (3 months ago)
- Last Synced: 2024-10-31T15:31:39.471Z (3 months ago)
- Topics: calamine, csv, element-plus, polars, rust-xlsxwriter, tauri, vue3, xlsx
- Language: Vue
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csv toolbox
### features
- Merge csv files into a csv
- Convert Excel to CSV
- Convert CSV to xlsx
- Count CSV rows
- rename header
- select, re-order CSV columns
- get filename and write to xlsx![image](https://github.com/user-attachments/assets/5ca80663-a8f2-41fc-9898-1fa52dbd854f)
## Usage
### Install dependencies
```bash
pnpm i
```### dev
```bash
pnpm run tauri:dev
```### build
```bash
pnpm run tauri:build
```##### Thanks
- [tauri-xs-admin](https://github.com/jsxiaosi/tauri-xs-admin)
- [qsv](https://github.com/jqnatividad/qsv)