Package org.apache.poi.examples.ss.html
Class XSSFHtmlHelper
- java.lang.Object
-
- org.apache.poi.examples.ss.html.XSSFHtmlHelper
-
- All Implemented Interfaces:
HtmlHelper
public class XSSFHtmlHelper extends Object implements HtmlHelper
Implementation ofHtmlHelperfor XSSF files.
-
-
Constructor Summary
Constructors Constructor Description XSSFHtmlHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcolorStyles(CellStyle style, Formatter out)Outputs the appropriate CSS style for the given cell style.
-
-
-
Method Detail
-
colorStyles
public void colorStyles(CellStyle style, Formatter out)
Description copied from interface:HtmlHelperOutputs the appropriate CSS style for the given cell style.- Specified by:
colorStylesin interfaceHtmlHelper- Parameters:
style- The cell style.out- The place to write the output.
-
-