Package org.apache.poi.examples.ss.html
Interface HtmlHelper
-
- All Known Implementing Classes:
HSSFHtmlHelper,XSSFHtmlHelper
public interface HtmlHelperThis interface is used where code wants to be independent of the workbook formats. If you are writing such code, you can add a method to this interface, and then implement it for both HSSF and XSSF workbooks, letting the driving code stay independent of format.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcolorStyles(CellStyle style, Formatter out)Outputs the appropriate CSS style for the given cell style.
-