fei
9 天以前 a5edca4c62ea99418dcaa5d792947b1bab7fe8b2
ruoyi-common/src/main/java/com/ruoyi/common/annotation/Excel.java
@@ -86,7 +86,7 @@
    /**
     * 是否允许内容换行 
     */
    public boolean wrapText() default false;
    public boolean wrapText() default true;
    /**
     * 设置只能选择不能输入的列内容.
@@ -134,6 +134,16 @@
    public IndexedColors headerColor() default IndexedColors.WHITE;
    /**
     * 导出列头字体名称
     */
    public String headerFontName() default "Arial";
    /**
     * 导出列头字体是否加粗
     */
    public boolean headerFontBold() default false;
    /**
     * 导出单元格背景颜色
     */
    public IndexedColors backgroundColor() default IndexedColors.WHITE;