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:
PJ Fanning 2018-11-13 21:34:03 +00:00
parent 2fd720be3f
commit ccfd27dfc3
1 changed files with 0 additions and 4 deletions

View File

@ -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")) {