Skip to content

Commit e657fc9

Browse files
authored
Remove redundant stripe style settings in CreateTable (#1040)
Removed redundant calls to setShowRowStripes and setShowColumnStripes.
1 parent 3cc9731 commit e657fc9

File tree

1 file changed

+0
-2
lines changed
  • poi-examples/src/main/java/org/apache/poi/examples/xssf/usermodel

1 file changed

+0
-2
lines changed

poi-examples/src/main/java/org/apache/poi/examples/xssf/usermodel/CreateTable.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ public static void main(String[] args) throws IOException {
5858
style.setShowRowStripes(true);
5959
style.setFirstColumn(false);
6060
style.setLastColumn(false);
61-
style.setShowRowStripes(true);
62-
style.setShowColumnStripes(true);
6361

6462
// Set the values for the table
6563
XSSFRow row;

0 commit comments

Comments
 (0)