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

Truly add col:col ranges #181

Closed danielsjf closed 5 years ago

danielsjf commented 5 years ago

In issue #152 and #171, the actual problem and solution was about row:row ranges. This should add col:col support and also make the behaviour more robust.

Also added tests