Miguel Pina
Miguel Pina

Reputation: 1

C# - Is it possible to make excel files readonly / non-editable / password protected using Compact Framework 3.5?

So, I have this console (from Beijer - uses ixDeveloper) and it uses CF 3.5.

It is somewhat limited, so I am trying to do what I can with scripts (in C#).

Right now, I have an Excel file regarding an Audit Trail and it has to be non editable. I can convert it into a pdf, but it takes about 15 minutes to convert.

If I could just make the excel file not editable, my problem would be solved. Is there a way to do that?

I installed the Microsoft.Office.Interop.Excel.dll, but it does not seem to work, it gives a class not registered error

Upvotes: 0

Views: 70

Answers (0)

Related Questions