@@ -28,26 +28,29 @@ <h1>USAGE</h1>
2828< pre > < code > csv2xlsx [OPTIONS] WORKBOOK_NAME SHEET_NAME
2929</ code > </ pre >
3030
31- < h2 > SYNOPSIS </ h2 >
31+ < h2 > DESCRIPTION </ h2 >
3232
3333< p > csv2xlsx will take CSV input and create a new sheet in an Excel Workbook.
3434If the Workbook does not exist then it is created.</ p >
3535
3636< h2 > OPTIONS</ h2 >
3737
38- < pre > < code > -d, -delimiter set delimiter character (input)
39- -examples display example(s)
40- -generate-markdown-docs generate markdown documentation
41- -h, -help display help
42- -i, -input input filename (CSV content)
43- -l, -license display license
44- -o, -output output filename
45- -quiet suppress error messages
46- -sheet Sheet name to create/replace
47- -trim-leading-space trim leading space in field(s) for CSV input
48- -use-lazy-quotes use lazy quotes for CSV input
49- -v, -version display version
50- -workbook Workbook name
38+ < p > Below are a set of options available.</ p >
39+
40+ < pre > < code > -d, -delimiter set delimiter character (input)
41+ -examples display example(s)
42+ -generate-manpage generate man page
43+ -generate-markdown generate markdown documentation
44+ -h, -help display help
45+ -i, -input input filename (CSV content)
46+ -l, -license display license
47+ -o, -output output filename
48+ -quiet suppress error messages
49+ -sheet Sheet name to create/replace
50+ -trim-leading-space trim leading space in field(s) for CSV input
51+ -use-lazy-quotes use lazy quotes for CSV input
52+ -v, -version display version
53+ -workbook Workbook name
5154</ code > </ pre >
5255
5356< h2 > EXAMPLES</ h2 >
@@ -64,10 +67,9 @@ <h2>EXAMPLES</h2>
6467</ code > </ pre >
6568
6669< p > This does the same but the contents of data.csv are piped into
67- the workbook’s ‘My worksheet 2’ sheet.
68- %!(EXTRA string=csv2xlsx, string=csv2xlsx)</ p >
70+ the workbook’s ‘My worksheet 2’ sheet.</ p >
6971
70- < p > csv2xlsx v0.0.24-pre </ p >
72+ < p > csv2xlsx v0.0.25 </ p >
7173
7274</ section >
7375
0 commit comments