Class XlsDataSet

java.lang.Object
org.dbunit.dataset.AbstractDataSet
org.dbunit.dataset.excel.XlsDataSet
All Implemented Interfaces:
IDataSet

public class XlsDataSet extends AbstractDataSet
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.
Since:
Feb 21, 2003
Version:
$Revision$
Author:
Manuel Laflamme