@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Excel
| 限定符和类型 | 可选元素和说明 |
|---|---|
short |
bodyHeight
Excel body row height
|
int |
bufferSize
buffer size to use when reading InputStream to file
|
int |
cacheRowSize
How many lines of data in the Excel file need to be saved when imported,
only for xlsx
|
short |
headerHeight
Excel head row height
|
ExcelType |
type
Excel file type
|
String |
uniqueKey
The unique key of the mapped entity is used to detect whether the imported Excel file matches the mapped entity.
|
String |
value
Excel file name
|
int |
windowSize
Window size, which is flushed to disk when exported
if the data that has been written out exceeds the specified size
only for xlsx
|
public abstract String value
public abstract ExcelType type
public abstract int windowSize
public abstract int cacheRowSize
public abstract int bufferSize
public abstract String uniqueKey
ExcelBindReader.check(boolean)Copyright © 2021. All rights reserved.