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

com.ludii.excel.parse.ExcelImportParse Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
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