def __init__(self):

        CompareSectionTable.__init__(self)

        self.sheet_name = "sheet1"
        self.header_style = XlsStyle(backcolor="gray80", fontcolor="white", fontstyle="bold 1")
        self.first_style = XlsStyle(backcolor="dark_blue", fontcolor="white", fontstyle="")
        self.second_style = XlsStyle(backcolor="green", fontcolor="white", fontstyle="")
        self.missing_value_style = XlsStyle(backcolor="red", fontcolor="black", fontstyle="")
    def __init__(self):

        CompareSectionTable.__init__(self)

        self.sheet_name = "sheet1"
        self.header_style = XlsStyle(backcolor='gray80', fontcolor='white',
                                     fontstyle='bold 1')
        self.first_style = XlsStyle(backcolor='dark_blue', fontcolor='white',
                                    fontstyle='')
        self.second_style = XlsStyle(backcolor='green', fontcolor='white',
                                     fontstyle='')
        self.missing_value_style = XlsStyle(backcolor='red',
                                            fontcolor='black', fontstyle='', )
    def __init__(self):

        CompareSectionTable.__init__(self)