Uses of Class
io.keikai.model.impl.html.ToHtml
-
Packages that use ToHtml Package Description io.keikai.model.impl.html The exporter that convert Keikai Spreadsheet to HTML. -
-
Uses of ToHtml in io.keikai.model.impl.html
Methods in io.keikai.model.impl.html that return ToHtml Modifier and Type Method Description static ToHtml
ToHtml. create(SBook wb, OutputStream output)
Creates a new converter to HTML for the given workbook.static ToHtml
ToHtml. create(SSheet ws, OutputStream output)
-