CSVReader/Writer Version 2.4

Download Now
File Size: 368.9 Kb
Publisher's Description:

Java classes you can use standalone or embed in your own programs to
Read, write, align and pack comma, tab and semicolon-
separated variable files, commonly known as CSV files.

It consists of a four Java classes CSVReader CSVWriter,
CSVAlign and CSVPack for reading and writing CSV (Comma
Separated Value) formatted files. Also handles
tab-separated and semicolon-separated files. This is the
format use by Microsoft Word and other Microsoft products.
This version does not support # embedded comments.

Note that CSV files are perhaps 10 times slower to process
than binary files. They are for data interchange with other
languages or when human-readibility or editability is
important. If you want speed, use binary format files, e.g.
DataInputStream or possibly the convenient but slower
ObjectInputStream.

CSVAlign aligns the fields in columns for easier
proofreading.

java com.mindprod.csv.CSVAlign somefile.csv

CsVPack removes all unecessary spaces to make
at CSV file as compact as possible.

java com.mindprod.csv.CSVPack somefile.csv

Latest Changes:
add icon and pad file

Screenshot: Java to  read/write/aliign/pack csv files.
Latest User Reviews:


Write a Review and Rate CSVReader/Writer

Released2007-05-20
LicenseFree
PublisherCSVReader/Writer
LanguageEnglish
RequirementsJava 1.2+
InstallUninstall Only
Downloads10

microsoft excel format 2 3 4
sql format 2 3
ms word mailmerge format 2
comma separated values
semicolon separated values
csvreader
csvwriter



Latest detections