aidhound / hotxlfp

A Python Excel Formula Parser similar to the javascript handsontable formulaparser
MIT License
27 stars 12 forks source link

not work XLError #8

Closed SovBur closed 3 years ago

SovBur commented 3 years ago

Hello. The exception does not work in the following cases:

p = hotxlfp.Parser()
formula = p.parse("+7 (620) 1574353 / 245")
print(formula['result'], formula['error'])

expected to get an error, but "None".

leonelcamara commented 3 years ago

I am indeed getting an #ERROR! on formula['error'] are you using the latest version?

SovBur commented 3 years ago

I'm sorry, hotxlfp 0.0.9. Update helped.

leonelcamara commented 3 years ago

Update helped.

Great! Closing the issue then.