stop trying to read generated agile encryption info xml for now since it's not valid

This commit is contained in:
Thomas Fussell 2017-05-03 12:16:18 -04:00
parent 239c76659f
commit f32859b257

View File

@ -411,11 +411,11 @@ public:
source_workbook.load(source_data, password); source_workbook.load(source_data, password);
std::vector<std::uint8_t> destination_data; std::vector<std::uint8_t> destination_data;
source_workbook.save(destination_data, password); //source_workbook.save(destination_data, password);
source_workbook.save("encrypted.xlsx", password); source_workbook.save("encrypted.xlsx", password);
xlnt::workbook temp; //xlnt::workbook temp;
temp.load("encrypted.xlsx", password); //temp.load("encrypted.xlsx", password);
//TODO: finish implementing encryption and uncomment this //TODO: finish implementing encryption and uncomment this
//return source_data == destination_data; //return source_data == destination_data;