Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
build
Function · 0.85
writeXml
Method · 0.80
Tested by
no test coverage detected