com.whaleal.icefrog.poi.excel.sax.handler.MapRowHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of icefrog-poi Show documentation
Show all versions of icefrog-poi Show documentation
icefrog POI工具类(对MS Office操作)
The newest version!
package com.whaleal.icefrog.poi.excel.sax.handler;
import com.whaleal.icefrog.core.collection.IterUtil;
import com.whaleal.icefrog.core.collection.ListUtil;
import com.whaleal.icefrog.core.convert.Convert;
import java.util.List;
import java.util.Map;
/**
* Map形式的行处理器
* 将一行数据转换为Map,key为指定行,value为当前行对应位置的值
*
* @author Looly
* @author wh
* @since 1.0.0
*/
public abstract class MapRowHandler extends AbstractRowHandler
© 2015 - 2025 Weber Informatics LLC | Privacy Policy