|
titleFont = Font()
|
|
headerFont = Font()
|
|
cellFont = Font()
|
|
brdLeft = Borders()
|
|
brdRight = Borders()
|
|
brdTop = Borders()
|
|
brdBottom = Borders()
|
|
brdTopLeft = Borders()
|
|
brdBottomLeft = Borders()
|
|
brdBottomRight = Borders()
|
|
brdTopRight = Borders()
|
|
titleStyle = XFStyle()
|
|
headerStyle = XFStyle()
|
|
cellStyle = XFStyle()
|
|
dateStyle = XFStyle()
|
|
leftCellStyle = XFStyle()
|
|
rightCellStyle = XFStyle()
|
|
bottomCellStyle = XFStyle()
|
|
topleftCellStyle = XFStyle()
|
|
bottomleftCellStyle = XFStyle()
|
|
bottomrightCellStyle = XFStyle()
|
|
toprightCellStyle = XFStyle()
|
|
pat1 = Pattern()
|