| 限定符和类型 | 可选元素和说明 |
|---|---|
short |
bodyHeight
Excel body row height
|
int |
bufferSize
Buffer size to use when reading InputStream to file,
only for xlsx
|
int |
cacheRow
Number of rows loaded into memory at import time
only for xlsx
|
short |
headerHeight
Excel header row height
|
ExcelType |
type
Excel file type generated when exporting
|
String |
uniqueKey
Set a unique identifier for the exported file.
|
String |
value
Name of the Excel file generated when exporting.
|
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 cacheRow
public abstract int bufferSize
public abstract String uniqueKey
Copyright © 2022. All rights reserved.