主要有两个问题,导出excel和word时出现:
(1)导出excel时有些格式没有效果,比如
左边距没有,写数据时紧靠最左,在类
XlsExport里有
sheet.getSettings().setBottomMargin(1d);
sheet.getSettings().setTopMargin(1d);
sheet.getSettings().setLeftMargin(1d);
sheet.getSettings().setRightMargin(1d);
设也没用,这是在哪里设置的?
还有页脚出现在数据的第一页之后,而不是所有数据写完之后(一个导出只有一个页眉和一个页脚),请问这种错误是怎样造成的?
(2)导出word时,页眉也带上了表格,请问在哪里去掉?