int iCol = 1
int iMaxRow = 10
HSSFRow row = sheet.getRow(0)
for(int j=0 j <iMaxRow j++ ){
HSSFCell cell = sheet.getRow(j).getCell((short)iCol)
}
欢迎分享,转载请注明来源:内存溢出
int iCol = 1
int iMaxRow = 10
HSSFRow row = sheet.getRow(0)
for(int j=0 j <iMaxRow j++ ){
HSSFCell cell = sheet.getRow(j).getCell((short)iCol)
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)