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

Fix match for mixed strings and numbers #183

Closed danielsjf closed 5 years ago

danielsjf commented 5 years ago

Match did not match very well when the ranges and lookup values weren't all strings or floats. This pull request should improve that behaviour.