| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ToHtml |
ToHtml.create(InputStream in,
Appendable output)
Creates a new examples to HTML for the given workbook.
|
static ToHtml |
ToHtml.create(String path,
Appendable output)
Creates a new examples to HTML for the given workbook.
|
static ToHtml |
ToHtml.create(Workbook wb,
Appendable output)
Creates a new examples to HTML for the given workbook.
|