helper
An instance of CellHelper and CellsHelper are available as globals in the evaluation of each cell.
Classes
-
class
ws_sheets.helper.CellHelper(r, c)[source]
An instance of this class is added to the globals of the eval call for each cell.
This class provides access to information about a cell.
-
class
ws_sheets.helper.SheetHelper(sheet_id=None)[source]
we must be careful not to expose too much to the user
such that he or she may break the program or cause security issues
Warning
passing the sheet to this object is not OK for final implementation