lazarus-ccr/components/fpspreadsheet/examples/read_write/ooxmldemo_crypto
2021-04-15 12:19:42 +00:00
..
encrypted_workbook.xlsx fpspreadsheet: Initial commit of experimental xlsx decryption support (xlsx decryptor written by forum user shobits1). 2017-03-14 21:48:29 +00:00
ooxml_decrypt_and_read.lpi fpspreadsheet: Fix compilation of crypto package with FPC 3.3.1 2020-04-13 18:35:17 +00:00
ooxml_decrypt_and_read.pas fpspreadsheet: Add batch scripts to run all console demos automatically. 2021-04-15 12:19:42 +00:00
protected_workbook.xlsx fpspreadsheet: Check (and fix) compilation of all demo projects (changed handling of include files in fpc 3.0.4) 2018-04-18 11:42:22 +00:00
readme.txt fpspreadsheet: Initial commit of experimental xlsx decryption support (xlsx decryptor written by forum user shobits1). 2017-03-14 21:48:29 +00:00

This demo program reads encrypted xlsx files.

File "encrypted_workbook.xlsx" was encrypted in the File menu of Excel 2007.
The password is "test".

The file "protected_workbook.xlsx" was worksheet-protected in the Inspect
menu of Excel 2007. The password "test" was specified, it is not the password
used for encryption of the file, it is only needed to unlock worksheet protection.