@@ -106,7 +106,7 @@ public class GenerateReportWordService { | |||
Font font = new Font(); | |||
font.setSize(10.5f); | |||
font.setStyle(Font.NORMAL); | |||
for (int i = 0; i < 18; i++) { | |||
for (int i = 0; i < 16; i++) { | |||
Cell cell = new Cell(); | |||
String str = null; | |||
cell.setVerticalAlignment(Element.ALIGN_LEFT); |