.
This commit is contained in:
parent
28ea42ae9c
commit
73ebd2ceba
@ -314,7 +314,7 @@ public class ExcelKit {
|
|||||||
/**
|
/**
|
||||||
* @author Lxyer 2016/9/21 00:38.
|
* @author Lxyer 2016/9/21 00:38.
|
||||||
*/
|
*/
|
||||||
private static List<Map> readExcel(Sheet sheet, int lastRowNum) throws OfficeXmlFileException {
|
private static List<Map> readExcel(Sheet sheet, int lastRowNum) {
|
||||||
List<Map> list = new ArrayList<>();
|
List<Map> list = new ArrayList<>();
|
||||||
if (lastRowNum < 0 || lastRowNum > sheet.getLastRowNum()) {
|
if (lastRowNum < 0 || lastRowNum > sheet.getLastRowNum()) {
|
||||||
lastRowNum = sheet.getLastRowNum();
|
lastRowNum = sheet.getLastRowNum();
|
||||||
|
Loading…
Reference in New Issue
Block a user