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