| 程序包 | 说明 |
|---|---|
| com.github.stupdit1t.excel.core | |
| com.github.stupdit1t.excel.core.parse |
| 限定符和类型 | 方法和说明 |
|---|---|
static <R> OpsParse<R> |
ExcelHelper.opsParse(Class<R> rowClass)
导入入口
|
| 限定符和类型 | 方法和说明 |
|---|---|
OpsParse<R> |
OpsParse.from(InputStream inputStream)
导入来源文件
|
OpsParse<R> |
OpsParse.from(InputStream inputStream,
String password)
导入来源文件
|
OpsParse<R> |
OpsParse.from(String path)
导入来源文件
|
OpsParse<R> |
OpsParse.from(String path,
String password)
导入来源文件
|
| 构造器和说明 |
|---|
OpsSheet(OpsParse<R> parent,
int sheetIndex,
int headerCount,
int footerCount)
声明构造
|
OpsSheet(OpsParse<R> parent,
String sheetName,
int headerCount,
int footerCount)
声明构造
|
Copyright © 2023. All rights reserved.