hyperc-ai / hyper-etable

0 stars 0 forks source link

Comparing 0 to empty cell ("") must evaluate to TRUE #170

Open grandrew opened 3 years ago

grandrew commented 3 years ago

In excel, 0 == "" is TRUE

This is not going to be implemented directly. Only special case: case when user left an empty cell, not specifically "" (empty string)

Need to implement type inference in etable and fill empty cells with 0 instead of ""