MCPcopy Create free account
hub / github.com/apache/poi / writeTo

Method writeTo

src/ooxml/java/org/apache/poi/xssf/model/Table.java:84–88  ·  view source on GitHub ↗
(OutputStream out)

Source from the content-addressed store, hash-verified

82 }
83
84 public void writeTo(OutputStream out) throws IOException {
85 TableDocument doc = TableDocument.Factory.newInstance();
86 doc.setTable(ctTable);
87 doc.save(out, DEFAULT_XML_OPTIONS);
88 }
89
90 @Override
91 protected void commit() throws IOException {

Callers 1

commitMethod · 0.95

Calls 2

setTableMethod · 0.80
saveMethod · 0.45

Tested by

no test coverage detected