FormatType

class orcus.FormatType(value)

Collection of file format types currently used in orcus.

UNKNOWN = 0
ODS = 1
XLSX = 2
GNUMERIC = 3
XLS_XML = 4
CSV = 5
YAML = 6
JSON = 7
XML = 8
PARQUET = 9