资 源 简 介
Introduction
jCSVlib: the Java CSV library with a complicated name but simple to use.
Features
The main features of jCSVlib are:
* Provides a data structure to manipulate the file content in memory;
* Allows thread-safe (synchronized) access to the data structure;
* Compatible with CSV files using any kind of delimiters.
Getting started
More information on how to use the library can be found in the user"s guide.
Download
http://jcsvlib.googlecode.com/files/jcsvlib-1.0.jar -
This library requires Java version 5.0 or newer.
Documentation
Javadoc
Development
For contributions, bugs reporting or other related matters, you can either: