Class SpreadsheetLocker
이름 공간 : Aspose.Cells.LowCode 모임: Aspose.Cells.dll (25.4.0)
낮은 코드 API는 스프레드시트 파일을 닫습니다.
public class SpreadsheetLocker
Inheritance
Examples
SpreadsheetLocker.Process("template.xlsx", "locked.xlsx", "mypassword", "mypassword");
Methods
Process(스트리트, 스트리트, 스트리트)
특정 설정으로 스프레드시트 파일을 잠그십시오.
public static void Process(string templateFile, string resultFile, string openPassword, string writePassword)
Parameters
templateFile
string
템플릿 파일이 잠겨 있어야 합니다.
resultFile
string
결과 파일
openPassword
string
파일 암호화에 대한 비밀번호
writePassword
string
변경 스프레이시트의 보호를 위한 암호
Process(LowCodeLoadOptions, 낮은 코드Save옵션, 줄기, 스트리트)
특정 설정으로 스프레드시트 파일을 잠그십시오.
public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions, string openPassword, string writePassword)
Parameters
loadOptions
LowCodeLoadOptions
입력 및 충전 옵션
saveOptions
LowCodeSaveOptions
생산 및 절약 옵션
openPassword
string
파일 암호화에 대한 비밀번호
writePassword
string
변경 스프레이시트의 보호를 위한 암호
Process(LowCodeLoadOptions, 낮은 코드Save옵션, 줄기, 스트리트, 끈, ProtectionType)
특정 설정으로 스프레드시트 파일을 잠그십시오.
public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions, string openPassword, string writePassword, string workbookPassword, ProtectionType workbookType)
Parameters
loadOptions
LowCodeLoadOptions
입력 및 충전 옵션
saveOptions
LowCodeSaveOptions
생산 및 절약 옵션
openPassword
string
파일 암호화에 대한 비밀번호
writePassword
string
변경 스프레이시트의 보호를 위한 암호
workbookPassword
string
워크북의 보호를 위한 암호
workbookType
ProtectionType
워크북을 보호하기 위한 보호 유형
Process(LowCodeLoadOptions, 낮은 코드Save옵션, AbstractLowCodProtectionProvider)
특정 설정으로 스프레드시트 파일을 잠그십시오.
public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions, AbstractLowCodeProtectionProvider provider)
Parameters
loadOptions
LowCodeLoadOptions
입력 및 충전 옵션
saveOptions
LowCodeSaveOptions
생산 및 절약 옵션
provider
AbstractLowCodeProtectionProvider
보호 설정을 제공하기위한 구현