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

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

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:
image