public class CsvTools extends Object
| Constructor and Description |
|---|
CsvTools() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
read(CsvReader<T> csvReader)
读取CSV文件
|
static List<String[]> |
readRawCsv(String absoluteFilePath,
String encoding)
读入原生csv文件,解析后返回
|
static <T> File |
write(CsvWriter<T> csvWriter)
写入CSV文件
|
Copyright © 2021. All rights reserved.