1UNRECOGNISED(1) User Commands UNRECOGNISED(1)
2
3
4
6 unrecognised - convert a OpenXML spreadsheet
7
9 orcus-xlsx [options] FILE
10
12 The FILE must specify a path to an existing file.
13
14 Allowed options:
15 -h [ --help ]
16 Print this help.
17
18 -d [ --debug ] [=arg(=1)] (=0) Turn on a debug mode and optionally
19 specify a
20 debug level in order to generate run-time debug outputs.
21
22 --dump-check
23 Dump the content to stdout in a special format used for content
24 verification in automated tests.
25
26 -o [ --output ] arg
27 Output directory path, or output file when --dump-check option
28 is used.
29
30 -f [ --output-format ] arg
31 Specify the output format. Supported format types are:
32
33 * check - Flat format that fully encodes
34 document content. Suitable for automated testing. * csv - CSV
35 format. * flat - Flat text format that displays document con‐
36 tent in grid. * html - HTML format. * json - JSON format. *
37 none - No output to be generated. Maybe useful during develop‐
38 ment. * xml - This format is currently unsupported.
39
40 --row-size arg
41 Specify the number of maximum rows in each sheet.
42
43 Allowed options:
44 -h [ --help ]
45 Print this help.
46
47 -d [ --debug ] [=arg(=1)] (=0) Turn on a debug mode and optionally
48 specify a
49 debug level in order to generate run-time debug outputs.
50
51 --dump-check
52 Dump the content to stdout in a special format used for content
53 verification in automated tests.
54
55 -o [ --output ] arg
56 Output directory path, or output file when --dump-check option
57 is used.
58
59 -f [ --output-format ] arg
60 Specify the output format. Supported format types are:
61
62 * check - Flat format that fully encodes
63 document content. Suitable for automated testing. * csv - CSV
64 format. * flat - Flat text format that displays document con‐
65 tent in grid. * html - HTML format. * json - JSON format. *
66 none - No output to be generated. Maybe useful during develop‐
67 ment. * xml - This format is currently unsupported.
68
69 --row-size arg
70 Specify the number of maximum rows in each sheet.
71
72
73
74liborcus 0.15.3 July 2020 UNRECOGNISED(1)