|
|
|
@ -70,7 +70,7 @@ public class ExcelUtil {
|
|
|
|
|
|
|
|
|
|
int columnIndex = cell.getColumnIndex();
|
|
|
|
|
|
|
|
|
|
if(columnIndex==6&&row.getRowNum()!=0){
|
|
|
|
|
if(columnIndex==4&&row.getRowNum()!=0){
|
|
|
|
|
PdfPCell pdfCell = new PdfPCell(new Paragraph(String.valueOf((int)cell.getNumericCellValue()), new Font(BaseFont.createFont("STSong-Light", "UniGB-UCS2-H", BaseFont.NOT_EMBEDDED), 12)));
|
|
|
|
|
pdfCell.setBorderWidth(1f);
|
|
|
|
|
pdfCell.setHorizontalAlignment(Element.ALIGN_CENTER);
|
|
|
|
|