Problems with Password

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
andre.santos
Posts: 12
Joined: Tue Dec 17, 2013 4:56 pm

Problems with Password

Post 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
andre.santos
Posts: 12
Joined: Tue Dec 17, 2013 4:56 pm

Re: Problems with Password

Post by andre.santos »

I am using the version 5.20.13 to Delphi XE2
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Problems with Password

Post by larsa »

Hello

I can't reproduce this. Please send me a file with this problem.
Lars Arvidsson, Axolot Data
andre.santos
Posts: 12
Joined: Tue Dec 17, 2013 4:56 pm

Re: Problems with Password

Post by andre.santos »

Ok!

Thanks for help me
Post Reply