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

com.github.stupdit1t.excel.callback.InCallback Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package com.github.stupdit1t.excel.callback;

/**
 * 导入回调函数
 *
 * @author 625
 */

@FunctionalInterface
public interface InCallback {
    /**
     * 导入回调
     *
     * @param row    当前数据
     * @param rowNum 行号
     */
    void callback(R row, int rowNum) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy