LesterLyu / fast-formula-parser

Parse and evaluate MS Excel formula in javascript.
https://www.npmjs.com/package/fast-formula-parser
MIT License
462 stars 64 forks source link

add text formula substitute without occurrences #56

Open ashrodan opened 1 year ago

ashrodan commented 1 year ago

https://support.google.com/docs/answer/3094215?hl=en#:~:text=SUBSTITUTE%20can%20be%20used%20to,in%20conjunction%20with%20this%20function.

Implemented to using inbuilt JS function replace which is similar behaviour to substitute.

Whats not implemented is option occurrences as theres no inbuilt function.