cell¶
-
class
ws_sheets.cell.Cell(r, c, string=None)[source]¶ Cell data is stored in the
stringmember which can be None or a string representing a python expression. A Cell can return a value which can be one of the following:- None if _string_ is None
- an
Exceptionraised by thecompilefunction - an
Exceptionraised by theevalfunction - result of the
evalfunction