Problems with Password
Posted: Tue May 20, 2014 10:34 pm
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
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