sutoiku / formula.js

JavaScript implementation of most Microsoft Excel formula functions
Other
2.14k stars 293 forks source link

SUBSTITUTE bugfix #72

Closed chrisjhoughton closed 5 years ago

chrisjhoughton commented 5 years ago

The SUBSTITUTE function wasn't able to replace text with a blank string, as it does in Excel. Fix added with a test case.

chrisjhoughton commented 5 years ago

Any chance you could publish this change to NPM? Thanks