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

cn.afterturn.easypoi.handler.inter.IExcelI18nHandler Maven / Gradle / Ivy

There is a newer version: 4.5.0
Show newest version
package cn.afterturn.easypoi.handler.inter;

/**
 * @author jueyue on 18-2-2.
 * @version 3.0.4
 */
public interface IExcelI18nHandler {

    /**
     * 获取当前名称
     *
     * @param name 注解配置的
     * @return 返回国际化的名字
     */
    public String getLocaleName(String name);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy