| 程序包 | 说明 |
|---|---|
| com.alibaba.excel.metadata |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<? extends BaseRowModel> |
Sheet.getClazz()
已过时。
|
Class<? extends BaseRowModel> |
Table.getClazz()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Sheet.setClazz(Class<? extends BaseRowModel> clazz)
已过时。
|
void |
Table.setClazz(Class<? extends BaseRowModel> clazz)
已过时。
|
| 构造器和说明 |
|---|
Sheet(int sheetNo,
int headLineMun,
Class<? extends BaseRowModel> clazz)
已过时。
|
Sheet(int sheetNo,
int headLineMun,
Class<? extends BaseRowModel> clazz,
String sheetName,
List<List<String>> head)
已过时。
|
Copyright © 2018–2021 Alibaba Group. All rights reserved.