def doFormula(self, cellformula):
     """Evaluate the formula for a cell and return the result"""
     value = Formula.doFormula(cellformula, self.data)
     return value
 def doFormula(self, cellformula):
     """Evaluate the formula for a cell and return the result"""
     value = Formula.doFormula(cellformula, self.data)