Skip to content

Commit

Permalink
[#3340]Switch order of min-max headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellanl committed Dec 23, 2019
1 parent 0c14e69 commit af70b6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ private int createFullHeader(HSSFSheet sheet, int startRow, String title, HSSFCe
// Numbers
createCell(row, ++c, "Allow sign", style);
createCell(row, ++c, "Allow decimal point", style);
createCell(row, ++c, "Max value", style);
createCell(row, ++c, "Min value", style);
createCell(row, ++c, "Max value", style);
// OPTION
createCell(row, ++c, "Options", style);
createCell(row, ++c, "Allow multiple", style);
Expand Down

0 comments on commit af70b6b

Please sign in to comment.