@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Sheet
Default value ("") indicates that the default sheet name to be used without any modifications, but it can be specified to non-empty value to specify different name.
Typically used when writing the java objects to the file.
| 限定符和类型 | 可选元素和说明 |
|---|---|
java.lang.String |
value
Name of the sheet.
|