Uses of Class
org.apache.poi.examples.ss.html.ToHtml
-
Packages that use ToHtml Package Description org.apache.poi.examples.ss.html This package contains an example that uses POI to convert a workbook into an HTML representation of the data. -
-
Uses of ToHtml in org.apache.poi.examples.ss.html
Methods in org.apache.poi.examples.ss.html that return ToHtml Modifier and Type Method Description static ToHtmlToHtml. create(InputStream in, Appendable output)Creates a new examples to HTML for the given workbook.static ToHtmlToHtml. create(String path, Appendable output)Creates a new examples to HTML for the given workbook.static ToHtmlToHtml. create(Workbook wb, Appendable output)Creates a new examples to HTML for the given workbook.
-