6、取得有效的行数
    [c-sharp] view plaincopyprint?
    int rowcount = sheet.getLastRowNum();
    7、取得一行的有效单元格个数

    [c-sharp] view plaincopyprint?