Cell
- class orcus.Cell
This class represents a single cell within a
Sheet
object.- get_formula_tokens()
- Return type:
- Returns:
an iterator object for a formula cell.
Get an iterator object for formula tokens if the cell is a formula cell. This method returns
None
for a non-formula cell.
- type: orcus.CellType
Attribute specifying the type of this cell.
- value
Attribute containing the value of the cell.