Class SpreadsheetUnlocker

Class SpreadsheetUnlocker

スプレッドシートファイルを解除します。
public class SpreadsheetUnlocker

Inheritance

object SpreadsheetUnlocker

相続人

Examples

[C#]
UnlockerLoadOptions loadOptions = new UnlockerLoadOptions();
loadOptions.InputFile = "Template.xlsx";
loadOptions.Password = "password to open file";
SaveOptions saveOptions = new SaveOptions();
saveOptions.OutputFile = "res.xlsx";
SpreadsheetUnlocker.Process(loadOptions, saveOptions);

Methods

Process(UnlockerLoadOptions、Saveオプション)

public static void Process(UnlockerLoadOptions loadOptions, SaveOptions saveOptions)

Parameters

Remarks

再保存されたファイルは、開封した後、常にソースファイルと同じフォーマットを持っています。

名称: Sheetize 国会議員: Sheetize.dll

 日本語