UNPKG

@jsreport/jsreport-xlsx

Version:

jsreport recipe rendering excels directly from open xml

7 lines (5 loc) 218 B
const replaceAsync = require('string-replace-async') module.exports = async function stringReplaceAsync (str, searchValue, replacer) { const result = await replaceAsync(str, searchValue, replacer) return result }