All Known Implementing Classes:
AbstractHint, AutoWidthHint, CopyColumnWidthHint, CustomCellStyleHint, CustomWidthHint

public interface XlsHint
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(org.apache.poi.hssf.usermodel.HSSFCell templateCell, org.apache.poi.hssf.usermodel.HSSFCell resultCell, BandData bandData)
     
    void
     
    check(String templateCellValue)
     
  • Method Details

    • check

      XlsHint.CheckResult check(String templateCellValue)
    • add

      void add(org.apache.poi.hssf.usermodel.HSSFCell templateCell, org.apache.poi.hssf.usermodel.HSSFCell resultCell, BandData bandData)
    • apply

      void apply()