Class TableCellConversionStrategy
- java.lang.Object
-
- org.concordion.ext.excel.conversion.AbstractConversionStrategy<org.apache.poi.ss.usermodel.Cell>
-
- org.concordion.ext.excel.conversion.cell.BasicCellConversionStrategy
-
- org.concordion.ext.excel.conversion.cell.TableCellConversionStrategy
-
- All Implemented Interfaces:
ConversionStrategy<org.apache.poi.ss.usermodel.Cell>
public class TableCellConversionStrategy extends BasicCellConversionStrategy
Extends the Excel cell conversion to handle output into HTML Tables. Specifically, this means handling rowspan and colspan attributes.
-
-
Field Summary
-
Fields inherited from class org.concordion.ext.excel.conversion.cell.BasicCellConversionStrategy
EVALUATOR
-
Fields inherited from class org.concordion.ext.excel.conversion.AbstractConversionStrategy
ATTR_TRACE
-
-
Constructor Summary
Constructors Constructor Description TableCellConversionStrategy(java.util.List<ConversionStrategy<org.apache.poi.ss.usermodel.Cell>> cellContents, java.lang.String tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.concordion.ext.excel.conversion.cell.TableCellConversionStrategy.CellTypegetCellType(org.apache.poi.ss.usermodel.Cell in)protected booleanhasContent(org.apache.poi.ss.usermodel.Cell in)-
Methods inherited from class org.concordion.ext.excel.conversion.cell.BasicCellConversionStrategy
getCellContent, getCellStringContentsForType, process
-
-
-
-
Constructor Detail
-
TableCellConversionStrategy
public TableCellConversionStrategy(java.util.List<ConversionStrategy<org.apache.poi.ss.usermodel.Cell>> cellContents, java.lang.String tag)
-
-
Method Detail
-
getCellType
protected org.concordion.ext.excel.conversion.cell.TableCellConversionStrategy.CellType getCellType(org.apache.poi.ss.usermodel.Cell in)
-
hasContent
protected boolean hasContent(org.apache.poi.ss.usermodel.Cell in)
- Overrides:
hasContentin classBasicCellConversionStrategy
-
-