@Simon
@Quantrix Developers
Looking into the QAPI Docs reveals that there are two boolean functions which fits to Simon's request for testing whether a cell is an input cell or calculated by a formula. I suggest to add these two functions to the scripting engine because it is important to prevent a script to overwrite a cell which is caluclated by a formula. Or are they available already? Please let me know, thanks.
These are the mentioned functions (Interface: QCell):
- canSetValue() -> returns true if the cell is an input cell and is not locked
- getIsCalculatedValue() -> returns true if the cell is being calculated by a formula
Dominik