Apache Commons CSV 1.6 已发布(要求 Java 7+),Commons CSV 是一个用来读写各种 Comma Separated Value (CSV) 格式文件的 Java 库。
新特性
- CSV-217: Add autoFlush option for CsvPrinter. PR #24.
- CSV-220: Add API org.apache.commons.csv.CSVFormat.withSystemRecordSeparator().
bug 修复
- CSV-219: The behavior of quote char using is not similar as Excel does when the first string contains CJK char(s).
- CSV-172: Don’t quote cells just because they have UTF-8 encoded characters.
- CSV-223: Inconsistency between Javadoc of CSVFormat DEFAULT EXCEL.
- CSV-209: Create CSVFormat.ORACLE preset.
- CSV-224: Some multi-iterator parsing peek sequences incorrectly consume elements.
- CSV-225: Parse method should avoid creating a redundant BufferedReader.
更改
- CSV-231: Add more documentation to CSVPrinter.
下载地址:
转自 https://www.oschina.net/news/100387/commons-csv-1-6-released