Closed dmt0 closed 1 year ago
"@progidev/jss-formulas-statistics": "2.1.2"
v9.x
I basically want to make certain formulas unavailable to users. Is there a way of doing this?
1. 2. 3. ...
Hi,
No, you can't.
After on init of jspreadsheet, you can remove some formula and refresh documentation of plugin formula editors
delete(formula['TTEST']); jspreadsheet.current.parent.plugins.formula.refreshDoc();
Plugin Name with version
"@progidev/jss-formulas-statistics": "2.1.2"
JSpreadsheet version
v9.x
Describe the bug
I basically want to make certain formulas unavailable to users. Is there a way of doing this?
Reproduction steps