public static class ExcelUtils.Reader extends Object
Reader(InputStream inputStream)
List<List<String>>
read(int sheetIndex)
List<Map<String,String>>
readAsMap(int sheetIndex, List<String> keys)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Reader(InputStream inputStream)
public List<List<String>> read(int sheetIndex)
public List<Map<String,String>> readAsMap(int sheetIndex, List<String> keys)
Copyright © 2021. All rights reserved.