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