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]


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

查看所有标签

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

Effective STL中文版

Effective STL中文版

[美]Scott Meyers / 潘爱民、陈铭、邹开红 / 清华大学出版社 / 2006-1 / 30.00元

STL是C++标准库的一部分。本书是针对STL的经验总结,书中列出了50个条款,绝大多数条款都解释了在使用STL时应该注意的某一个方面的问题,并且详尽地分析了问题的来源、解决方案的优劣。一起来看看 《Effective STL中文版》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具