Page 1 of 1

Problems with Password

Posted: Tue May 20, 2014 10:34 pm
by andre.santos
Hi,

I´m problems with excel files using password!

when i use the property password, the follow error happen - "This file not is a Excel WorkBook"

Using OLE work very well, but with XLSRW i have this problem!

example:

XLS.Filename := 'Excelfile.xls';
XLS.Password := '123456'; // this is the password to open and to modify the file
XLS.Read; // Here happen the exception

Re: Problems with Password

Posted: Wed May 21, 2014 1:34 pm
by andre.santos
I am using the version 5.20.13 to Delphi XE2

Re: Problems with Password

Posted: Wed May 21, 2014 10:20 pm
by larsa
Hello

I can't reproduce this. Please send me a file with this problem.

Re: Problems with Password

Posted: Thu May 22, 2014 2:19 pm
by andre.santos
Ok!

Thanks for help me