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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy