Steven Polley b6c24482d9
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
add readme
2024-08-15 09:36:38 -06:00
2024-08-15 09:32:33 -06:00
2024-08-15 09:22:23 -06:00
2024-08-15 09:22:23 -06:00
2024-08-15 09:22:23 -06:00
2024-08-15 09:22:23 -06:00
2024-08-15 09:36:38 -06:00

csv2xls

Build Status

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

  1. Ensure you have golang toolchain installed from https://go.dev
  2. Clone this repository
  3. Run the command go build
Description
Convert CSV files to XLS files with no formatting
Readme 29 KiB
0.0.1-release Latest
2024-08-15 15:37:16 +00:00
Languages
Go 100%