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

com.zhongweixian.excel.imports.sax.parse.ISaxRowRead Maven / Gradle / Ivy

The newest version!
package com.zhongweixian.excel.imports.sax.parse;

import com.zhongweixian.excel.imports.sax.SaxReadCellEntity;

import java.util.List;

/**
 * @author : caoliang
 * @date : 2017/11/14  下午2:36
 */
public interface ISaxRowRead {

    /**
     * 获取返回数据
     *
     * @param 
     * @return
     */
     List getList();

    /**
     * 解析数据
     *
     * @param index
     * @param datas
     */
    void parse(int index, List datas);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy