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