| | |
| | | picnum ++;rownum+=25;
|
| | | }
|
| | |
|
| | | /*sheet1.createRow(rownum);
|
| | | sheet1.getRow(rownum).createCell(1).setCellValue("单体实际容量");
|
| | | rownum++;
|
| | | anchor = new HSSFClientAnchor(0, 0, 512, 255,(short) 1, rownum, (short) 10, 25 * (picnum + 1));
|
| | | anchor.setAnchorType(3);
|
| | | patriarch.createPicture(anchor,wb.addPicture(bytes.get(picnum),HSSFWorkbook.PICTURE_TYPE_PNG)).resize(1);
|
| | | picnum ++;rownum+=25;
|
| | | |
| | | sheet1.createRow(rownum);
|
| | | sheet1.getRow(rownum).createCell(1).setCellValue("单体剩余容量");
|
| | | rownum++;
|
| | | anchor = new HSSFClientAnchor(0, 0, 512, 255,(short) 1, rownum, (short) 10, 25 * (picnum + 1));
|
| | | anchor.setAnchorType(3);
|
| | | patriarch.createPicture(anchor,wb.addPicture(bytes.get(picnum),HSSFWorkbook.PICTURE_TYPE_PNG)).resize(1);
|
| | | picnum ++;rownum+=25;
|
| | | |
| | | sheet1.createRow(rownum);
|
| | | sheet1.getRow(rownum).createCell(1).setCellValue("单体实际容量百分比");
|
| | | rownum++;
|
| | | anchor = new HSSFClientAnchor(0, 0, 512, 255,(short) 1, rownum, (short) 10, 25 * (picnum + 1));
|
| | | anchor.setAnchorType(3);
|
| | | patriarch.createPicture(anchor,wb.addPicture(bytes.get(picnum),HSSFWorkbook.PICTURE_TYPE_PNG)).resize(1);
|
| | | picnum ++;rownum+=25;
|
| | | |
| | | sheet1.createRow(rownum);
|
| | | sheet1.getRow(rownum).createCell(1).setCellValue("单体电压曲线");
|
| | | rownum++;
|
| | | anchor = new HSSFClientAnchor(0, 0, 512, 255,(short) 1, rownum, (short) 10, 25 * (picnum + 1));
|
| | | anchor.setAnchorType(3);
|
| | | patriarch.createPicture(anchor,wb.addPicture(bytes.get(picnum),HSSFWorkbook.PICTURE_TYPE_PNG)).resize(1);
|
| | | picnum ++;rownum+=25;
|
| | | |
| | | sheet1.createRow(rownum);
|
| | | sheet1.getRow(rownum).createCell(1).setCellValue("组端电压曲线");
|
| | | rownum++;
|
| | | anchor = new HSSFClientAnchor(0, 0, 512, 255,(short) 1, rownum, (short) 10, 25 * (picnum + 1));
|
| | | anchor.setAnchorType(3);
|
| | | patriarch.createPicture(anchor,wb.addPicture(bytes.get(picnum),HSSFWorkbook.PICTURE_TYPE_PNG)).resize(1);
|
| | | picnum ++;rownum+=25;
|
| | | |
| | | sheet1.createRow(rownum);
|
| | | sheet1.getRow(rownum).createCell(1).setCellValue("电池电流曲线");
|
| | | rownum++;
|
| | | anchor = new HSSFClientAnchor(0, 0, 512, 255,(short) 1, rownum, (short) 10, 25 * (picnum + 1));
|
| | | anchor.setAnchorType(3);
|
| | | patriarch.createPicture(anchor,wb.addPicture(bytes.get(picnum),HSSFWorkbook.PICTURE_TYPE_PNG)).resize(1);
|
| | | picnum ++;rownum+=25;*/
|
| | | |
| | | sheet1.createRow(rownum);
|
| | | sheet1.getRow(rownum).createCell(1).setCellValue("最高单体电压");
|
| | | sheet1.getRow(rownum).createCell(2).setCellValue("最低单体电压");
|