@@ -1644,15 +1644,19 @@ def write_cells(self, cells, sheet_name=None, startrow=0, startcol=0,
1644
1644
(('border' , 'top' , 'color' , 'rgb' ), 'top_color' ),
1645
1645
(('border' , 'top' , 'color' ), 'top_color' ),
1646
1646
(('border' , 'top' , 'style' ), 'top' ),
1647
+ (('border' , 'top' ), 'top' ),
1647
1648
(('border' , 'right' , 'color' , 'rgb' ), 'right_color' ),
1648
1649
(('border' , 'right' , 'color' ), 'right_color' ),
1649
1650
(('border' , 'right' , 'style' ), 'right' ),
1651
+ (('border' , 'right' ), 'right' ),
1650
1652
(('border' , 'bottom' , 'color' , 'rgb' ), 'bottom_color' ),
1651
1653
(('border' , 'bottom' , 'color' ), 'bottom_color' ),
1652
1654
(('border' , 'bottom' , 'style' ), 'bottom' ),
1655
+ (('border' , 'bottom' ), 'bottom' ),
1653
1656
(('border' , 'left' , 'color' , 'rgb' ), 'left_color' ),
1654
1657
(('border' , 'left' , 'color' ), 'left_color' ),
1655
1658
(('border' , 'left' , 'style' ), 'left' ),
1659
+ (('border' , 'left' ), 'left' ),
1656
1660
]
1657
1661
1658
1662
def _convert_to_style (self , style_dict , num_format_str = None ):
0 commit comments