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