Annotation Type ExcelSheet
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
public @interface ExcelSheet
表信息
- Author:
- Tony 2018-09-08 20:51:26
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
colSplit
colSplit Horizontal position of split.org.apache.poi.hssf.util.HSSFColor.HSSFColorPredefined
headColor
表头/首行的颜色int
leftmostColumn
java.lang.String
name
表名称java.lang.String
notice
boolean
protectSheet
java.lang.String
protectSheetPassword
int
rowSplit
int
topRow
-
Element Details
-
name
java.lang.String name表名称- Returns:
- String
- Default:
- ""
-
headColor
org.apache.poi.hssf.util.HSSFColor.HSSFColorPredefined headColor表头/首行的颜色- Returns:
- HSSFColorPredefined
- Default:
- org.apache.poi.hssf.util.HSSFColor.HSSFColorPredefined.LIGHT_GREEN
-
colSplit
int colSplitcolSplit Horizontal position of split.- Returns:
- int
- Default:
- -1
-
rowSplit
int rowSplit- Default:
- -1
-
leftmostColumn
int leftmostColumn- Default:
- -1
-
topRow
int topRow- Default:
- -1
-
protectSheet
boolean protectSheet- Default:
- false
-
protectSheetPassword
java.lang.String protectSheetPassword- Default:
- ""
-
notice
java.lang.String notice- Default:
- "\u586b\u5199\u987b\u77e5\uff1a\n1\u3001\u4e0d\u80fd\u589e\u52a0\u3001\u5220\u9664\u5217\uff1b\n2\u3001\u4e0d\u80fd\u4fee\u6539\u7070\u8272\u5355\u5143\u683c\uff1b\n3\u3001\u7ea2\u8272\u5b57\u6bb5\u4e3a\u5fc5\u586b\u5b57\u6bb5\uff0c\u9ed1\u8272\u5b57\u6bb5\u4e3a\u9009\u586b\u5b57\u6bb5\uff1b\n"
-