Class 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.
    • 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)