remove duplicate attempt to add column headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2fd720be3f
commit
ccfd27dfc3
@ -77,10 +77,6 @@ public class CreateTable {
|
||||
}
|
||||
}
|
||||
}
|
||||
// Create the columns
|
||||
table.createColumn("Column 1");
|
||||
table.createColumn("Column 2");
|
||||
table.createColumn("Column 3");
|
||||
|
||||
// Save
|
||||
try (FileOutputStream fileOut = new FileOutputStream("ooxml-table.xlsx")) {
|
||||
|
Loading…
Reference in New Issue
Block a user