MCPcopy Index your code
hub / github.com/benfry/processing4 / saveNumberODS

Method saveNumberODS

core/src/processing/data/Table.java:1606–1611  ·  view source on GitHub ↗
(OutputStream output, String text)

Source from the content-addressed store, hash-verified

1604
1605
1606 void saveNumberODS(OutputStream output, String text) throws IOException {
1607 writeUTF(output,
1608 " <table:table-cell office:value-type=\"float\" office:value=\"" + text + "\">",
1609 " <text:p>" + text + "</text:p>",
1610 " </table:table-cell>");
1611 }
1612
1613
1614 static Charset utf8;

Callers 1

saveODSMethod · 0.95

Calls 1

writeUTFMethod · 0.95

Tested by

no test coverage detected