Orcus
0.19
Overview
C++ API reference
Python API reference
Packages
orcus
orcus.detect_format()
Cell
CellType
CellType
Document
FormatType
FormulaToken
FormulaTokenOp
FormulaTokenType
FormulaTokens
NamedExpressions
Sheet
SheetRows
orcus.tools
orcus.csv
orcus.gnumeric
orcus.ods
orcus.xlsx
orcus.xls_xml
CLI
Notes
Orcus
Python API reference
orcus
CellType
View page source
CellType
class
orcus.
CellType
(
value
,
names
=
None
,
*
values
,
module
=
None
,
qualname
=
None
,
type
=
None
,
start
=
1
,
boundary
=
None
)
Collection of cell types stored in spreadsheet.
UNKNOWN
=
0
EMPTY
=
1
BOOLEAN
=
2
NUMERIC
=
3
STRING
=
4
STRING_WITH_ERROR
=
5
FORMULA
=
6
FORMULA_WITH_ERROR
=
7