public class ExcelTools extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<String[]>> |
readExcel(String absoluteFilePath,
String... sheetNames)
读入excel文件,解析后返回
key: sheet名, value每行数据
|
Copyright © 2020. All rights reserved.