Hello,
we try to remove a password protection from a workbook.
Protected123.zip (10,3 KB)
Code:
using (var protectedWorkbook = new Workbook(InputFile, new LoadOptions(){Password = password}))
{
protectedWorkbook.Un…...Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories...string, this should remove the encryption set on loading the spreadsheet...