1XLS2CSV(1) General Commands Manual XLS2CSV(1)
2
3
4
6 xls2csv - convert binary Excel (.xls) files to CSV
7
9 xls2csv input-file [-l] [-v] [-e encoding] [-t sheet] [-q quote char]
10 [-f field separator]
11
13 xls2csv converts binary Excel files (.xls) to comma-separated values
14 (CSV), sending the plain-text output to standard out.
15
16 Unless otherwise specified, all sheets in the workbook are processed,
17 and the output values are double-quoted, separated by semicolons, and
18 encoded as UTF-8. This behavior may be customized with the options
19 below.
20
22 -l List sheets contained in the file but do not output their con‐
23 tents.
24
25 -t sheet
26 Only process the named sheet.
27
28 -e encoding
29 The iconv output encoding (default "UTF-8")
30
31 -q quote char
32 The character used to quote strings (default '"')
33
34 -f field separator
35 The character used to separate strings (default ';')
36
37 -v Verbose mode
38
40 The conversion tool has not been tested on big-endian machines.
41
43 Copyright (C) 2004-2019 the libxls authors
44
45
46
47 31 January 2019 XLS2CSV(1)