YYC
2023-06-29 fe5fc27dc9a2180b215cf538358bd622402dc41a
1
2
3
4
5
package com.bstek.bdf2.export.excel.style;
 
public enum GridStyleType {
    headerStyle, dataAlignLeftStyle, dataAlignCenterStyle, dataAlignRightStyle, dateStyle
}