1UNRECOGNISED(1) User Commands UNRECOGNISED(1)
2
3
4
6 unrecognised - convert an ODF spreadsheet
7
9 orcus-ods [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 ]
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. * flat - Flat text format that displays document con‐
44 tent in grid. * html - HTML format. * json - JSON format. *
45 none - No output to be generated. Maybe useful during develop‐
46 ment. * xml - This format is currently unsupported.
47
48 --row-size arg
49 Specify the number of maximum rows in each sheet.
50
51 Allowed options:
52 -h [ --help ]
53 Print this help.
54
55 -d [ --debug ]
56 Turn on a debug mode and optionally specify a debug level in or‐
57 der to generate run-time debug outputs.
58
59 -r [ --recalc ]
60 Re-calculate all formula cells after the documetn is loaded.
61
62 -e [ --error-policy ] arg (=fail) Specify whether to abort immediately
63 when
64 the loader fails to parse the first formula cell ('fail'), or
65 skip the offending cells and continue ('skip').
66
67 --dump-check
68 Dump the content to stdout in a special format used for content
69 verification in automated tests.
70
71 -o [ --output ] arg
72 Output directory path, or output file when --dump-check option
73 is used.
74
75 -f [ --output-format ] arg
76 Specify the output format. Supported format types are:
77
78 * check - Flat format that fully encodes
79 document content. Suitable for automated testing. * csv - CSV
80 format. * flat - Flat text format that displays document con‐
81 tent in grid. * html - HTML format. * json - JSON format. *
82 none - No output to be generated. Maybe useful during develop‐
83 ment. * xml - This format is currently unsupported.
84
85 --row-size arg
86 Specify the number of maximum rows in each sheet.
87
88
89
90liborcus 0.16.1 August 2021 UNRECOGNISED(1)