Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/exceljs/exceljs
/ xml
Method
xml
lib/utils/xml-stream.js:157–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
}
156
157
get xml() {
158
this.closeAll();
159
return
this._xml.join(
''
);
160
}
161
}
162
163
XmlStream.StdDocAttributes = {
Callers
nothing calls this directly
Calls
1
closeAll
Method · 0.95
Tested by
no test coverage detected