Exemplo n.º 1
0
 def test_width(self):
     col = SheetColumn('key')
     col.register_col_width('something')
     col.register_col_width('something else')
     assert col.xls_computed_width == 14
Exemplo n.º 2
0
 def test_width(self):
     col = SheetColumn('key')
     col.register_col_width('something')
     col.register_col_width('something else')
     assert col.xls_computed_width == 14