Class ExcelReader
java.lang.Object
ch.ethz.sis.openbis.generic.excel.v3.from.ExcelReader
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis specifies whether files are written using their actual contents or some dummy bytes.static enum -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic OpenBisModelconvert(ExcelReader.Format inputFormat, Path inputFile) static OpenBisModelconvert(ExcelReader.Format inputFormat, Path inputFile, ExcelReader.FileMode fileMode)
-
Field Details
-
FOLDER_NAME_NEW_DATA
- See Also:
-
-
Method Details
-
convert
public static OpenBisModel convert(ExcelReader.Format inputFormat, Path inputFile) throws IOException - Throws:
IOException
-
convert
public static OpenBisModel convert(ExcelReader.Format inputFormat, Path inputFile, ExcelReader.FileMode fileMode) throws IOException - Throws:
IOException
-