filament-import icon indicating copy to clipboard operation
filament-import copied to clipboard

importer does not convert expressions to values

Open Abdo-Shaibany opened this issue 2 years ago • 1 comments

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 :(

Abdo-Shaibany avatar Jan 15 '23 12:01 Abdo-Shaibany