All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.developframework.excel.PreparedTableDataHandler Maven / Gradle / Ivy

package com.github.developframework.excel;

import java.util.List;

/**
 * 表数据预处理器
 *
 * @param 
 */
public interface PreparedTableDataHandler {

    void handle(List source);
}