Example #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
Example #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