mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
use correct password in crypto test
This commit is contained in:
parent
2d7ecafb67
commit
ac3fd6904b
|
@ -14,7 +14,7 @@ public:
|
||||||
{
|
{
|
||||||
#ifdef CRYPTO_ENABLED
|
#ifdef CRYPTO_ENABLED
|
||||||
xlnt::workbook wb;
|
xlnt::workbook wb;
|
||||||
wb.load(path_helper::get_data_directory("14_encrypted.xlsx"), "password");
|
wb.load(path_helper::get_data_directory("14_encrypted.xlsx"), "secret");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user