vallettea / koala

Transpose your Excel calculations into python for better performances and scaling.
GNU General Public License v3.0
147 stars 59 forks source link

Bugfix evaluation #194

Closed danielsjf closed 5 years ago

danielsjf commented 5 years ago

In some rare cases, some ranges weren't updated, especially before any value was updated. This pull request should fix these cases.

danielsjf commented 5 years ago

@brianmay, fails on 2.7 due to a unicode error. I'm not familiar with the unicode workings in 2.7. Would you have an idea?