2020</ nav >
2121
2222< section >
23- < h1 > csv2xlsx </ h1 >
23+ < h1 > USAGE </ h1 >
2424
25- < h2 > USAGE</ h2 >
26-
27- < pre > < code > csv2xlsx [OPTIONS] WORKBOOK_NAME SHEET_NAME
28- </ code > </ pre >
25+ < h2 > csv2xlsx [OPTIONS] WORKBOOK_NAME SHEET_NAME</ h2 >
2926
3027< h2 > SYNOPSIS</ h2 >
3128
@@ -34,34 +31,36 @@ <h2>SYNOPSIS</h2>
3431
3532< h2 > OPTIONS</ h2 >
3633
37- < pre > < code > -d set delimiter character
38- -delimiter set delimiter character
39- -h display help
40- -help display help
41- -i input filename (CSV content)
42- -input input filename (CSV content)
43- -l display license
44- -license display license
45- -sheet Sheet name to create/replace
46- -v display version
47- -version display version
48- -workbook Workbook name
34+ < pre > < code > -d set delimiter character (input)
35+ -delimiter set delimiter character (input)
36+ -h display help
37+ -help display help
38+ -i input filename (CSV content)
39+ -input input filename (CSV content)
40+ -l display license
41+ -license display license
42+ -sheet Sheet name to create/replace
43+ -v display version
44+ -version display version
45+ -workbook Workbook name
4946</ code > </ pre >
5047
5148< h2 > EXAMPLE</ h2 >
5249
53- < pre > < code > csv2xlsx -i data.csv MyWorkbook.xlsx 'My worksheet'
50+ < pre > < code class =" language-shell " > csv2xlsx -i data.csv MyWorkbook.xlsx 'My worksheet'
5451</ code > </ pre >
5552
5653< p > This creates a new ‘My worksheet’ in the Excel Workbook
5754called ‘MyWorkbook.xlsx’ with the contents of data.csv.</ p >
5855
59- < pre > < code > cat data.csv | csv2xlsx MyWorkbook.xlsx 'My worksheet'
56+ < pre > < code class =" language-shell " > cat data.csv | csv2xlsx MyWorkbook.xlsx 'My worksheet'
6057</ code > </ pre >
6158
6259< p > This does the same but the contents of data.csv are piped into
6360the workbook’s sheet.</ p >
6461
62+ < p > csv2xlsx v0.0.14</ p >
63+
6564</ section >
6665
6766< footer >
0 commit comments