Apache Commons CSV 1.6 发布,CSV 文件读写库

栏目: 软件资讯 · 发布时间: 7年前

内容简介: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:...

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.

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Linux Device Drivers

Linux Device Drivers

Jonathan Corbet、Alessandro Rubini、Greg Kroah-Hartman / O'Reilly Media / 2005-2-17 / USD 39.95

Device drivers literally drive everything you're interested in--disks, monitors, keyboards, modems--everything outside the computer chip and memory. And writing device drivers is one of the few areas ......一起来看看 《Linux Device Drivers》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具