public class HSSFHtmlHelper extends Object implements HtmlHelper
HtmlHelper for HSSF files.| Constructor and Description |
|---|
HSSFHtmlHelper(HSSFWorkbook wb) |
| Modifier and Type | Method and Description |
|---|---|
void |
colorStyles(CellStyle style,
Formatter out)
Outputs the appropriate CSS style for the given cell style.
|
public HSSFHtmlHelper(HSSFWorkbook wb)
public void colorStyles(CellStyle style, Formatter out)
HtmlHelpercolorStyles in interface HtmlHelperstyle - The cell style.out - The place to write the output.