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 String
getSelectedSheetName()
List<String>
getSelectedSheetNames()
List<String>
getSheetNames()
String
initByExcelByteArray(byte[] data)
void
setSelectedSheetName(String selectedSheetName)
void
setSelectedSheetNames(List<String> selectedSheetNames)
void
setSheetNames(List<String> sheetNames)
-