1 results
set the top - left column index in the sheet @ param table number of @ see org . apache . poi . hssf . record . # @ see org . apache . poi . hssf . record . #
69. XSLFTable table = slide.createTable();
70. table.setAnchor(new Rectangle(30, 120, 100, 100));
72. XSLFTableRow headerRow = table.addRow();
90. table.setColumnWidth(i, 160);
95. XSLFTableRow row = table.addRow();
124. table.setColumnWidth(0, 160);
125. table.setColumnWidth(1, 160);
126. table.setColumnWidth(2, 160);
127. table.setColumnWidth(3, 160);