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

com.ecfront.easybi.excelconverter.inner.tojava.JavaConvertStrategy Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package com.ecfront.easybi.excelconverter.inner.tojava;


import org.apache.poi.ss.usermodel.Sheet;

/**
 * 转换策略
 */
public interface JavaConvertStrategy {

    /**
     * 转换
     *
     * @param beanClass 目标Bean
     * @param sheet     工作表
     * @param        Bean Class
     * @return 转换后的对象
     */
     E convert(Class beanClass, Sheet sheet) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy