|
|
@ -749,7 +749,7 @@ public class WordController { |
|
|
|
|
|
|
|
PoiUtil.createHeading2(doc, "当天全路段实时车流量-菏泽方向"); |
|
|
|
|
|
|
|
XWPFTable tableHZ = doc.createTable(15,3); |
|
|
|
XWPFTable tableHZ = doc.createTable(17,3); |
|
|
|
//列宽自动分割
|
|
|
|
CTTblWidth infoTableWidthHZ = tableHZ.getCTTbl().addNewTblPr().addNewTblW(); |
|
|
|
infoTableWidthHZ.setType(STTblWidth.DXA); |
|
|
|