private List<Color> colorIndex = new ArrayList<Color>();
public HSSFExcelExporter() {
super(
new FileOutputStreamProvider(
"table_export.xls", new String[] { "Excel Workbook (*.xls)" }, new String[] { "*.xls" })); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
}