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 ampersand #177

Closed danielsjf closed 5 years ago

danielsjf commented 5 years ago

If a formula used an '&' to join strings and values (float or int), the add formula would fail.

For instance, the formula:

"<="&12

would never work and would just return '12'.

Please let me know how I could add tests for this as I haven't discovered yet a formula where I can just evaluate Excel formulas.