public class CsvTools extends Object
| Constructor and Description |
|---|
CsvTools() |
| Modifier and Type | Method and Description |
|---|---|
static List<String[]> |
readCsv(String absoluteFilePath,
String encoding)
读入csv文件,解析后返回
|
public static List<String[]> readCsv(String absoluteFilePath, String encoding) throws CsvException
absoluteFilePath - 文件绝对路径CsvExceptionCopyright © 2020. All rights reserved.