getLastRowNum()与getLastCellNum()/getPhysicalNumberOfRows()与getPhysicalNumberOfCells()

时间:2021-07-29 16:22:32   收藏:0   阅读:0

    如果在sheet中没有数据,则返回-1;如果有n行数据,则返回n-1。

    如果在row中没有数据,则返回-1;如果有n列数据,则返回n。

    如果一共有m行,有n行没有数据,则会返回m-n。

    如果一共有m列,有n列没有数据,则会返回m-n。

 

摘自https://blog.csdn.net/qq_41278110/article/details/118726104

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!