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

Support for col:col ranges #171

Closed jpaduart closed 5 years ago

jpaduart commented 5 years ago

I ran into a similar issue as described in https://github.com/anthill/koala/issues/152 I took the maximum possible column range (16 384 columns) which is not the most efficient solution. A more efficient way to implement this is to limit the number of columns, for instance by the used range. But this should be done in a coherent way over the sheets.

vallettea commented 5 years ago

thanks for your contribution