//容器名称Cell containerCell = row.getCell(0);
String container = containerCell.getStringCellValue(); //税号
Cell nsrsbhCell = row.getCell(1);
String nsrsbh = nsrsbhCell.getStringCellValue(); map = new HashMap<>(); map.put(\"nsrsbh\
map.put(\"container\ result.add(map); }
} catch (IOException e) { e.printStackTrace(); }
return result; }