Open grandrew opened 3 years ago
In excel, 0 == "" is TRUE
0 == ""
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 ""
In excel,
0 == ""
is TRUEThis 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 ""