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
15 -h [ --help ]
16 Print this help.
17
18 -d [ --debug ]
19 Turn on a debug mode and optionally specify a debug level in or‐
20 der to generate run-time debug outputs.
21
22 -r [ --recalc ]
23 Re-calculate all formula cells after the documetn is loaded.
24
25 -e [ --error-policy ] arg (=fail) Specify whether to abort immediately
26 when
27 the loader fails to parse the first formula cell ('fail'), or
28 skip the offending cells and continue ('skip').
29
30 --dump-check
31 Dump the content to stdout in a special format used for content
32 verification in automated tests.
33
34 -o [ --output ] arg
35 Output directory path, or output file when --dump-check option
36 is used.
37
38 -f [ --output-format ] arg
39 Specify the output format. Supported format types are:
40
41 * check - Flat format that fully encodes
42 document content. Suitable for automated testing. * csv - CSV
43 format. * debug-state - This format dumps the internal state of
44 the document in detail, useful for debugging. * flat - Flat
45 text format that displays document content in grid. * html -
46 HTML format. * json - JSON format. * none - No output to be
47 generated. Maybe useful during development. * xml - This format
48 is currently unsupported. * yaml - This format is currently un‐
49 supported.
50
51 --row-size arg
52 Specify the number of maximum rows in each sheet.
53
54 -h [ --help ]
55 Print this help.
56
57 -d [ --debug ]
58 Turn on a debug mode and optionally specify a debug level in or‐
59 der to generate run-time debug outputs.
60
61 -r [ --recalc ]
62 Re-calculate all formula cells after the documetn is loaded.
63
64 -e [ --error-policy ] arg (=fail) Specify whether to abort immediately
65 when
66 the loader fails to parse the first formula cell ('fail'), or
67 skip the offending cells and continue ('skip').
68
69 --dump-check
70 Dump the content to stdout in a special format used for content
71 verification in automated tests.
72
73 -o [ --output ] arg
74 Output directory path, or output file when --dump-check option
75 is used.
76
77 -f [ --output-format ] arg
78 Specify the output format. Supported format types are:
79
80 * check - Flat format that fully encodes
81 document content. Suitable for automated testing. * csv - CSV
82 format. * debug-state - This format dumps the internal state of
83 the document in detail, useful for debugging. * flat - Flat
84 text format that displays document content in grid. * html -
85 HTML format. * json - JSON format. * none - No output to be
86 generated. Maybe useful during development. * xml - This format
87 is currently unsupported. * yaml - This format is currently un‐
88 supported.
89
90 --row-size arg
91 Specify the number of maximum rows in each sheet.
92
93
94
95liborcus 0.18.1 August 2023 UNRECOGNISED(1)