UNPKG

@jsreport/jsreport-xlsx

Version:

jsreport recipe rendering excels directly from open xml

9 lines (6 loc) 247 B
const { DOMParser } = require('@xmldom/xmldom') const { getStyleInfo } = require('./utils') module.exports.parseStyle = function parseStyle (xmlStr) { return new DOMParser().parseFromString(xmlStr) } module.exports.getStyleInfo = getStyleInfo