vb.net - How to ignore password protected excel sheets programmatically -


We are scanning Excel files and preparing reports with our tool. My problem is that some Excel sheets are protecting the password and they get the pelft when scanning and it stops the device to move forward.

Does anyone have the solution to deal with this problem, leaving me the letter and continuing with scanning without any user intervention.

Thanks,

Easy

A haspad in the workbook Property is (C #):

  workbook book = GetYourWorkbook (); If (book.HasPassword) {// Ignore! } And {// display your operation here}  

Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -