vince
2023-07-07 dbbd8b7066092b3ce4eab44fa0e2b746dad16a95
1
2
3
4
5
package com.bstek.bdf2.export.excel.style;
 
public enum GridStyleType {
    headerStyle, dataAlignLeftStyle, dataAlignCenterStyle, dataAlignRightStyle, dateStyle
}