Exemplo n.º 1
0
 def doFormula(self, cellformula):
     """Evaluate the formula for a cell and return the result"""
     value = Formula.doFormula(cellformula, self.data)
     return value
Exemplo n.º 2
0
 def doFormula(self, cellformula):
     """Evaluate the formula for a cell and return the result"""
     value = Formula.doFormula(cellformula, self.data)