Posted 3 March 2025, 9:51 am EST
Problem: Disable formula for specific cell in FlexSheet
Description: “Disable formula” means that
- Function list is not opened when user start cell with “=”
- Formula is not resolved (i.e: “=1+1” remains as “=1+1”, “=sum(1,2)” remains as “=sum(1,2)”, =“A3” remains as “=A3”
However, other cells are allowed to use formula as default, specifically means that - Function list is opened when user start cell with “=”
- Formula is resolved (i.e: “=1+1” resolved as “2”, “=sum(1,2)” resolved as “3”, =“A3” resolved as value of cell at A3 position