I am using c# Closed.XML for creating excel files then i need protect them with a password.
Do you know anyway to protect excel file with a password by Closed.XML, or you know another way to creating password protection?
I am using c# Closed.XML for creating excel files then i need protect them with a password.
Do you know anyway to protect excel file with a password by Closed.XML, or you know another way to creating password protection?
For create with password protection IXLWorksheet.Protect({string} yourpassword)
Read file without protection IXLWorksheet.Unprotect({string} yourpassword)