----int firstRowNum = sheet.getFirstRowNum();--------int firstCellNum = row.getFirstCellNum();----我就想知道这两个都是从有效数据开始行和列吗?
不是的,你Java开始读的时候 是从文件第一行中读的