Class ExcelImportOptions
- java.lang.Object
 - 
- de.xima.fc.gui.utils.data.importer.ExcelImportOptions
 
 
- 
- All Implemented Interfaces:
 Serializable
public class ExcelImportOptions extends Object implements Serializable
Utility class for importing Excel files- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ExcelImportOptions() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSelectedSheetName()List<String>getSelectedSheetNames()List<String>getSheetNames()StringinitByExcelByteArray(byte[] data)voidsetSelectedSheetName(String selectedSheetName)voidsetSelectedSheetNames(List<String> selectedSheetNames)voidsetSheetNames(List<String> sheetNames) 
 -