vinci1it2000 / formulas

Excel formulas interpreter in Python.
https://formulas.readthedocs.io/
European Union Public License 1.1
342 stars 75 forks source link

AttributeError: 'DataTableFormula' object has no attribute 'text' #133

Open endlessagony opened 4 months ago

endlessagony commented 4 months ago

loads() method is not compiling, because of the error, which is confused by attribute 'text' in object 'DataTableFormula'....

vinci1it2000 commented 4 months ago

Can you post the code/files to reproduce the error?