Thomas Fussell

Results 9 issues of Thomas Fussell

Due to some personal circumstances, I haven't really been maintaining this project for quite some time. I'm now ready to start dedicating time again on a weekly basis to get...

meta

There have been several users reporting performance problems over the years. I believe the current data structure for cells involving a vector of structs containing cell data and a hash...

performance
meta

Summarize issue from https://github.com/tfussell/xlnt/pull/355

bug

See https://github.com/tfussell/xlnt/blob/master/source/detail/serialization/zstream.cpp#L528

enhancement
help wanted
performance
beginner friendly

Encrypted XLSX files stored inside OLE compound documents are stored fully in memory before being read. A streaming layer that encrypts/decrypts out of/into a buffer on the fly would save...

enhancement
help wanted
performance

A library user might want to try a password before committing to opening the file with that password. This should be a simple wrapper around `std::vector encryption_info::calculate_key() const`.

enhancement
help wanted