package jnpf.excel; import java.util.Map; public interface ExcelPreHandle { void execute(ExcelHelper data, Map<String, Object> params); }