WS
2023-08-18 cbc120e5eefa395422cbd012efaaaa1d7c86206d
1
2
3
4
5
package com.bstek.bdf2.export.excel.style;
 
public enum GridStyleType {
    headerStyle, dataAlignLeftStyle, dataAlignCenterStyle, dataAlignRightStyle, dateStyle
}