Interface SpreadSheetFilter


public interface SpreadSheetFilter
Processing spreadsheet values.
Author:
leon
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(org.apache.poi.hssf.usermodel.HSSFSheet sheet, int row)
     
  • Method Details

    • accept

      boolean accept(org.apache.poi.hssf.usermodel.HSSFSheet sheet, int row)