Interface SheetConversionStrategy
-
- All Superinterfaces:
ConversionStrategy<org.apache.poi.xssf.usermodel.XSSFSheet>
- All Known Implementing Classes:
BasicSheetConversionStrategy
public interface SheetConversionStrategy extends ConversionStrategy<org.apache.poi.xssf.usermodel.XSSFSheet>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSheetCSSClass()Each sheet is rendered as a DIV in the HTML output.-
Methods inherited from interface org.concordion.ext.excel.conversion.ConversionStrategy
process
-
-