lightsheet-team / lightsheet

GNU Lesser General Public License v3.0
1 stars 1 forks source link

Allow empty cells to exist (if it has a reference) #97

Closed Yousif-FJ closed 3 months ago

Yousif-FJ commented 3 months ago

It should be fine to create a cell that references an empty cell. For example, =A12 should be fine even if A12 doesn't exist, in this case we just have a cell with an empty value. setCellAt should not always delete the cell when the value is ""