def __index__(self): return col_by_name(self.name)
def __index__(self): from xlwt.Utils import col_by_name return col_by_name(self.name)