Introduction

JTables is a simple and lightweight API to write and read CSV-files.

CSV means by definition Comma-Separated Values , but JTables is really not limited to this form:

In principal, any character may be used as a separator, while the default delimiter is tab ( \t ).

Getting started

To get started take a look at the examples: