Evaluate Excel Formulas - Flutter

Viewed 33

Does anyone know some library to evaluate Excel formulas in Dart? For example, I have this excel formula: 0.75*IF(4=1,1,0)+0.25*2501/4 and I want my dart code to evaluate it.

I only use IF and IFERROR functions.

Thank you.

0 Answers
Related