xlsprotect

버전 1.0.0.0 (2.65 KB) 작성자: Fahad Al Mahmood
Protects/Unprotects Selected Sheet/Workbook with protection options.
다운로드 수: 4.5K
업데이트 날짜: 2004/11/30

라이선스 보기

SYNTAX

xlsprotect(file,'protect_file',pwd2open,pwd2modify,read_only_recommended,create_backup)

xlsprotect(file,'unprotect_file',pwd2open)
xlsprotect(file,'unprotect_file',pwd2open,pwd2modify)

xlsprotect(file,'protect_sheet',sheetname,password)
xlsprotect(file,'protect_sheet',sheetname,password,s_options)
xlsprotect(file,'protect_sheet',sheetname,s_options)
xlsprotect(file,'protect_sheet',sheetname)

xlsprotect(file,'unprotect_sheet',sheetname)
xlsprotect(file,'unprotect_sheet',sheetname,password)

xlsprotect(file,'protect_workbook',password)
xlsprotect(file,'protect_workbook')

xlsprotect(file,'unprotect_workbook')
xlsprotect(file,'unprotect_workbook',password)

인용 양식

Fahad Al Mahmood (2024). xlsprotect (https://www.mathworks.com/matlabcentral/fileexchange/6046-xlsprotect), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Added File Protection Option