filament-import
filament-import copied to clipboard
importer does not convert expressions to values
If a cell has a value of any number that generate by an expression like this =RANDBETWEEN(100,500)
or =B10+10
then the value it catch is =RANDBETWEEN(100,500) not the actual number. I tried casting values to int yet the same result :(