Changed the names of the styles of tables and fixed a col width error (which weren't used, but will be in the webapp)
svn: r13580
This commit is contained in:
@@ -137,10 +137,10 @@ def make_basic_stylesheet():
|
||||
sheet.add_cell_style("TableHead",cell)
|
||||
|
||||
cell = TableCellStyle()
|
||||
sheet.add_cell_style("TableNormalCell",cell)
|
||||
sheet.add_cell_style("TableHeaderCell",cell)
|
||||
|
||||
cell = TableCellStyle()
|
||||
cell.set_longlist(1)
|
||||
sheet.add_cell_style("TableListCell",cell)
|
||||
sheet.add_cell_style("TableDataCell",cell)
|
||||
|
||||
return sheet
|
||||
|
||||
Reference in New Issue
Block a user