fei
3 天以前 38553de8fe4a824919563db827019909caa65f9c
ruoyi-common/src/main/java/com/ruoyi/common/annotation/Excel.java
@@ -149,6 +149,11 @@
    public IndexedColors backgroundColor() default IndexedColors.WHITE;
    /**
     * 导出单元格字体名称
     */
    public String fontName() default "Arial";
    /**
     * 导出单元格字体颜色
     */
    public IndexedColors color() default IndexedColors.BLACK;
@@ -173,6 +178,8 @@
     */
    Type type() default Type.ALL;
    public int headerFontSize() default 12;
    public enum Type
    {
        ALL(0), EXPORT(1), IMPORT(2);