https://github.com/mitvix/convertxls2csv
Simple program in Go to convert XLS files to CSV using excelize
https://github.com/mitvix/convertxls2csv
Last synced: 10 months ago
JSON representation
Simple program in Go to convert XLS files to CSV using excelize
- Host: GitHub
- URL: https://github.com/mitvix/convertxls2csv
- Owner: mitvix
- Created: 2025-08-20T15:28:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T12:42:58.000Z (11 months ago)
- Last Synced: 2025-09-01T14:36:12.657Z (11 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# convertxls2csv
Simple program in Go to convert XLS files to CSV using excelize
# Usage:
```
git clone https://github.com/mitvix/convertxls2csv
cd convertxls2csv
go mod init convertxls2csv
go get github.com/xuri/excelize/v2
go build -o convertxls2csv main.go
#
sudo cp convertxls2csv /usr/local/bin/
# To convert:
./convertxls2csv
```
# Result: