1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Apache Commons CSV 1.5,读写 CSV 文件的 Java 库 下载

Discussion in '软件资讯' started by 漂亮的石头, 2017-09-04.

  1. 漂亮的石头

    漂亮的石头 版主 Staff Member

    Joined:
    2012-02-10
    Messages:
    488,034
    Likes Received:
    47
    Apache Commons CSV 1.5 已发布(要求 Java 7+),Commons CSV 是一个用来读写各种 Comma Separated Value (CSV) 格式文件的 Java 库。

    主要改进记录如下:


    • withNullString value is printed without quotes when QuoteMode.ALL is specified; add QuoteMode.ALL_NON_NULL. PR #17. Fixes CSV-203.


    • Fix outdated comments about FileReader in CSVParser #13. Fixes CSV-194.


    • Fix incorrect method name 'withFirstRowAsHeader' in user guide. Fixes CSV-193.


    • Negative numeric values in the first column are always quoted in minimal mode. Fixes CSV-171.


    • Update platform requirement from Java 6 to 7.


    • Do not use RuntimeException in CSVParser.iterator().new Iterator() {...}.getNextRecord(). Fixes CSV-201.

    更多改进内容点此查看

    下载地址:

    Apache Commons CSV 1.5,读写 CSV 文件的 Java 库下载地址
     
Loading...