|
@@ -753,7 +753,7 @@ public class PersonInfoController {
|
|
|
for(int i=0; i<page.size(); i++){
|
|
|
PersonInfo personInfo = page.get(i);
|
|
|
|
|
|
- HSSFRow rowContent = sheet.createRow(0);
|
|
|
+ HSSFRow rowContent = sheet.createRow(i + 1);
|
|
|
HSSFCell cellContent1 = rowContent.createCell(0);
|
|
|
cellContent1.setCellValue(i+1);
|
|
|
HSSFCell cellContent2 = rowContent.createCell(1);
|