如何判断某个excel行是否为空行?

要作三个判断才行:

   1. row == null  



   2. row.length == 0



   3. row中每个cell的内容都是null或""

Leave a Comment

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.