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

com.dongyue.util.anno.IrregularExcel Maven / Gradle / Ivy

There is a newer version: 1.0.9.2
Show newest version
package com.dongyue.util.anno;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 *  异形表格解析
 *
 * @author 东岳
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface IrregularExcel {


    /**
     * 工作薄名称
     * @return 设置工作薄的名称
     */
    String sheetName() default "sheet1";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy