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.
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.