예제 #1
0
파일: Worksheet.py 프로젝트: daasara/riba
 def __protection_rec(self):
     result = ''
     result += BIFFRecords.ProtectRecord(self.__protect).get()
     result += BIFFRecords.ScenProtectRecord(self.__scen_protect).get()
     result += BIFFRecords.WindowProtectRecord(self.__wnd_protect).get()
     result += BIFFRecords.ObjectProtectRecord(self.__obj_protect).get()
     result += BIFFRecords.PasswordRecord(self.__password).get()
     return result
예제 #2
0
 def __password_rec(self):
     return BIFFRecords.PasswordRecord().get()