@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Excel
| 限定符和类型 | 可选元素和说明 |
|---|---|
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
|
ExcelType |
type
Excel file type
|
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
Copyright © 2020. All rights reserved.