| 程序包 | 说明 |
|---|---|
| cn.renlm.plugins | |
| cn.renlm.plugins.MyExcel.config |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
MyExcelUtil.readBySax(String config,
InputStream in,
Integer fileSheetNo,
String configSheetName,
DataReadHandler dataReadHandler)
读取(兼容xls、xlsx、csv)
|
static void |
MyExcelUtil.readBySax(String config,
InputStream in,
String sheetName,
DataReadHandler dataReadHandler)
读取(兼容xls、xlsx、csv)
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
MySheet.generateKeys(List<List<String>> titles,
DataReadHandler dataReadHandler)
生成[标题|字段-值索引]映射
|
Copyright © 2021. All rights reserved.