diff --git a/src/main/java/com/alibaba/excel/enums/poi/HorizontalAlignmentEnum.java b/src/main/java/com/alibaba/excel/enums/poi/HorizontalAlignmentEnum.java index 2c0b3511..ecc1d465 100644 --- a/src/main/java/com/alibaba/excel/enums/poi/HorizontalAlignmentEnum.java +++ b/src/main/java/com/alibaba/excel/enums/poi/HorizontalAlignmentEnum.java @@ -45,7 +45,7 @@ public enum HorizontalAlignmentEnum { * Indicates that the value of the cell should be filled * across the entire width of the cell. If blank cells to the right also have the fill alignment, * they are also filled with the value, using a convention similar to centerContinuous. - *

+ * * Additional rules: *

    *
  1. Only whole values can be appended, not partial values.
  2. @@ -54,7 +54,6 @@ public enum HorizontalAlignmentEnum { * left/right edge, don't append the additional occurrence of the value. *
  3. The display value of the cell is filled, not the underlying raw number.
  4. *
- *

*/ FILL(HorizontalAlignment.FILL),