
com.github.houbb.iexcel.hutool.support.sax.SaxReadHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iexcel-hutool Show documentation
Show all versions of iexcel-hutool Show documentation
Excel read and write tool based on hutool-poi.
package com.github.houbb.iexcel.hutool.support.sax;
import java.util.List;
/**
* 处理接口
* @param 泛型
* @since 1.2.0
*/
public interface SaxReadHandler {
/**
* 处理
* @param rowIndex 行
* @param rowList 当前行内容
* @param instance 实体
*/
void handle(int rowIndex, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy