vallettea / koala

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

Add error information string to calculation history. #141

Closed kuzaxak closed 6 years ago

kuzaxak commented 6 years ago

Helpful te debug math problems inside another function.

With current behaviour value will be #N\A without additional information.

vallettea commented 6 years ago

thanks. If you want me to update the version on pipy, increment the version number in setup.py. Otherwise i'll merge and it will be released in the nex version.

kuzaxak commented 6 years ago

Yes, will do it. Thank you for the advice.