添加缩略,详细索引模式

master
zhanghai 2 years ago
parent 7601e5745c
commit 4804c5f3ba

@ -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);

Loading…
Cancel
Save