I'm trying to evaluate a formula in Excel-online addin that will be provided by a user.
VSTO has Application.Evaluate method to which I can provide any formula.
I've noticed that office-js has Worksheet functions but they need to be defined compile-time and what I am having is a string formula.
Is there a way to evaluate string formula like in VSTO?