![JAR search and dependency download from the Maven repository](/logo.png)
com.ludii.excel.parse.ExcelImportParse Maven / Gradle / Ivy
package com.ludii.excel.parse;
import java.util.List;
/**
* @author 陆迪
* @date 2022/3/24
*/
public interface ExcelImportParse {
/**
* 返回对象值列表
*
* @return 返回值
* @throws Exception 异常错误
*/
List listData() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy