XLSRW incorrectly set sheet as "Protected"

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
pmal
Posts: 12
Joined: Fri Nov 13, 2009 8:01 am

XLSRW incorrectly set sheet as "Protected"

Post by pmal »

Steps to reproduce:

1) create new empty test.xls file in Excel
2) set Sheet1 as Protected with password
3) set Sheet1 as NON Protected
4) save test.xls and close Excel

5) read test.xls with XLSW.Read;
6) write test.xls with XLSRW.Write;

7) open test.xls in Excel. Sheet1 stay incorrectly set as Protected,
without password! This is bug. Sheet1 must be NON Protected!

Tested in Excel 2003.

PMal
Post Reply