
com.github.houbb.iexcel.hutool.support.sax.SaxReadConvert 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;
/**
* sax 读转换
* @param 泛型
*/
public interface SaxReadConvert {
/**
* 转换当前对象
* @param tClass 类
* @param rowIndex 行信息
* @param rowList 行信息
* @return 结果
*/
T convert(Class tClass, int rowIndex, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy