MCPcopy Index your code
hub / github.com/processing/processing / saveNumberODS

Method saveNumberODS

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

Source from the content-addressed store, hash-verified

1588
1589
1590 void saveNumberODS(OutputStream output, String text) throws IOException {
1591 writeUTF(output,
1592 " <table:table-cell office:value-type=\"float\" office:value=\"" + text + "\">",
1593 " <text:p>" + text + "</text:p>",
1594 " </table:table-cell>");
1595 }
1596
1597
1598 static Charset utf8;

Callers 1

saveODSMethod · 0.95

Calls 1

writeUTFMethod · 0.95

Tested by

no test coverage detected