Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.12 KB

File metadata and controls

37 lines (25 loc) · 1.12 KB

ConvJudgesToCSV

Converting Excel file with data on judges to Csv format

Goland GitHub release (latest by date) GitHub license

Description

The program is written to convert Excel file to CSV format.

Excel file consists of three sheets.

  • Sheet1 - Brief information about the judge
  • Sheet2 - Rank
  • Sheet3 - Group, standard number, breed name

The resulting CSV file is a text file in which the separator is a semicolon.

Fields of csv file:

  • Brief information about the judge
  • Rank
  • Group, standard number, breed name, competitions

Usage

An example of using the program:

ConvJudgesToSCV.exe XlsxFile CsvFile

Commands:

  • -h (help)
  • -v (program version)

image

License

Licensed under the GPL-3.0 License.