monitorjbl / excel-streaming-reader

An easy-to-use implementation of a streaming Excel reader using Apache POI
Apache License 2.0
943 stars 342 forks source link

why sheet.getLastRowNum() = 0? #234

Open JianhuangShu opened 3 years ago

JianhuangShu commented 3 years ago

the excel has 1048576 rows, 31 columns,but sheet.getLastRowNum() = 0.jar version is 2.2.0