Class ExcelImportOptions
java.lang.Object
de.xima.fc.gui.utils.data.importer.ExcelImportOptions
- All Implemented Interfaces:
Serializable
Utility class for importing Excel files
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninitByExcelByteArray
(byte[] data) void
setSelectedSheetName
(String selectedSheetName) void
setSelectedSheetNames
(List<String> selectedSheetNames) void
setSheetNames
(List<String> sheetNames)
-
Constructor Details
-
ExcelImportOptions
public ExcelImportOptions()
-
-
Method Details
-
getSheetNames
-
setSheetNames
-
getSelectedSheetNames
-
setSelectedSheetNames
-
getSelectedSheetName
-
setSelectedSheetName
-
initByExcelByteArray
- Throws:
Exception
-