Class BasicCellConversionStrategy

    • Constructor Summary

      Constructors 
      Constructor Description
      BasicCellConversionStrategy​(java.util.List<ConversionStrategy<org.apache.poi.ss.usermodel.Cell>> contentConverters, java.lang.String tag, boolean includeEmptyCells)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getCellContent​(org.apache.poi.ss.usermodel.Cell in)  
      protected java.lang.String getCellStringContentsForType​(org.apache.poi.ss.usermodel.CellType type, org.apache.poi.ss.usermodel.Cell in)  
      protected boolean hasContent​(org.apache.poi.ss.usermodel.Cell in)  
      void process​(org.apache.poi.ss.usermodel.Cell in, HTMLBuilder out)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EVALUATOR

        public static final org.apache.poi.ss.usermodel.FormulaEvaluator EVALUATOR
    • Constructor Detail

      • BasicCellConversionStrategy

        public BasicCellConversionStrategy​(java.util.List<ConversionStrategy<org.apache.poi.ss.usermodel.Cell>> contentConverters,
                                           java.lang.String tag,
                                           boolean includeEmptyCells)
    • Method Detail

      • process

        public void process​(org.apache.poi.ss.usermodel.Cell in,
                            HTMLBuilder out)
      • getCellContent

        protected java.lang.String getCellContent​(org.apache.poi.ss.usermodel.Cell in)
      • getCellStringContentsForType

        protected java.lang.String getCellStringContentsForType​(org.apache.poi.ss.usermodel.CellType type,
                                                                org.apache.poi.ss.usermodel.Cell in)
      • hasContent

        protected boolean hasContent​(org.apache.poi.ss.usermodel.Cell in)