jiazx0107@163.com
2023-08-22 deee597fa30e9a40792a4eb094b6ce45a35bc13f
1
2
3
4
5
package com.bstek.bdf2.export.excel.style;
 
public enum GridStyleType {
    headerStyle, dataAlignLeftStyle, dataAlignCenterStyle, dataAlignRightStyle, dateStyle
}