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

Percentage token has .tvalue as float #239

Open jnwltr opened 5 years ago

jnwltr commented 5 years ago
brianmay commented 4 years ago

This really requires tests... Also if the code was rebased/merged with master, the CI tests should now pass.

jnwltr commented 4 years ago

I'll gladly write a test. So create tests/files/IfPercent.xlsx and add the test to tests/excel/test_excel.py?