Пример #1
0
 def doFormula(self, cellformula):
     """Evaluate the formula for a cell and return the result"""
     value = Formula.doFormula(cellformula, self.data)
     return value
Пример #2
0
 def doFormula(self, cellformula):
     """Evaluate the formula for a cell and return the result"""
     value = Formula.doFormula(cellformula, self.data)