MCPcopy
hub / github.com/exceljs/exceljs / render

Method render

lib/xlsx/xform/static-xform.js:39–46  ·  view source on GitHub ↗
(xmlStream)

Source from the content-addressed store, hash-verified

37 }
38
39 render(xmlStream) {
40 if (!this._xml) {
41 const stream = new XmlStream();
42 build(stream, this._model);
43 this._xml = stream.xml;
44 }
45 xmlStream.writeXml(this._xml);
46 }
47
48 parseOpen() {
49 return true;

Callers

nothing calls this directly

Calls 2

buildFunction · 0.85
writeXmlMethod · 0.80

Tested by

no test coverage detected