| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NO_POI_ERROR_MSG |
"You need to add dependency of \'poi-ooxml\' to your project, and version >= 5.3.0" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
XLS_CONTENT_TYPE |
"application/vnd.ms-excel" |
public static final String |
XLSX_CONTENT_TYPE |
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
RID_PREFIX |
"rId" |
public static final String |
SHEET_NAME_PREFIX |
"sheetName:" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final char |
CELL_FILL_CHAR |
64 |
public static final int |
MAX_CELL_BIT |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_WINDOW_SIZE |
100 |
Copyright © 2024. All rights reserved.