Apache Commons CSV 1.6 已发布(要求 Java 7+),Commons CSV 是一个用来读写各种 Comma Separated Value (CSV) 格式文件的 Java 库。
新特性 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.
更改
下载地址:
|