
com.github.houbb.iexcel.hutool.support.sax.DefaultSaxReadConvert 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 com.github.houbb.heaven.util.lang.StringUtil;
import com.github.houbb.heaven.util.lang.reflect.ClassUtil;
import com.github.houbb.heaven.util.lang.reflect.ReflectFieldUtil;
import com.github.houbb.iexcel.hutool.annotation.ExcelField;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
public class DefaultSaxReadConvert implements SaxReadConvert {
/**
* 头信息
*/
private List headerNameList = new ArrayList<>();
@Override
public T convert(Class tClass, int rowIndex, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy