mirror of https://github.com/apache/poi.git
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
85f6277c27
commit
218a7190ba
|
@ -77,10 +77,6 @@ public class CreateTable {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Create the columns
|
|
||||||
table.createColumn("Column 1");
|
|
||||||
table.createColumn("Column 2");
|
|
||||||
table.createColumn("Column 3");
|
|
||||||
|
|
||||||
// Save
|
// Save
|
||||||
try (FileOutputStream fileOut = new FileOutputStream("ooxml-table.xlsx")) {
|
try (FileOutputStream fileOut = new FileOutputStream("ooxml-table.xlsx")) {
|
||||||
|
|
Loading…
Reference in New Issue