Convert CSV files to XLS files with no formatting
.drone.yml | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
README.md |
csv2xls
Convert CSV files to XLS files with no formatting. See the releases page for pre-compiled binaries availabel for Windows and Linux on x86-64.
Usage
./csv2xls.exe -f=<CSV Input File> -o=<XLSX Output File> -d=<Delimiter>
Build from source
- Ensure you have golang toolchain installed from https://go.dev
- Clone this repository
- Run the command go build