vallettea / koala

Transpose your Excel calculations into python for better performances and scaling.
GNU General Public License v3.0
144 stars 59 forks source link

Problem Evaling #200

Closed ZloiGremlin closed 5 years ago

ZloiGremlin commented 5 years ago

Error in evaluate cell

For example: A1 formula =Sheet2!B1 Sheet2!B1 is empty

g.evaluate('A1') error Problem evalling: 'original' for ...

ZloiGremlin commented 5 years ago

It is happened after last commits

danielsjf commented 5 years ago

When I try to reproduce this, it evaluates to None. Is this not what you would expect?

danielsjf commented 5 years ago

This can be reopened if there is a reproducible example and a description of the expected behaviour.