public class XLSReader extends Object
Constructor and Description |
---|
XLSReader() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
readColumn(InputStream fileInputStream)
Read a file Excel with one column
|
Map<String,String> |
readTwoColumns(InputStream fileInputStream)
Read a file Excel with two columns.
|
public Set<String> readColumn(InputStream fileInputStream)
fileInputStream
- the file excelpublic Map<String,String> readTwoColumns(InputStream fileInputStream)
fileInputStream
- the file excelCopyright © 2016. All rights reserved.