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