This dataset implementation can read and write MS Excel documents. Each
sheet represents a table. The first row of a sheet defines the columns names
and remaining rows contains the data.
author: Manuel Laflamme since: Feb 21, 2003 version: $Revision: 554 $
Constructor Summary
public
XlsDataSet(File file) Creates a new XlsDataSet object that loads the specified Excel document.
public
XlsDataSet(InputStream in) Creates a new XlsDataSet object that loads the specified Excel document.