summaryrefslogtreecommitdiff
path: root/decompress.py
AgeCommit message (Expand)AuthorFilesLines
2021-09-06Fix code to work with Python 3.8 and 3.9Hossein1-1/+1
2013-12-03Move codebase to MPL.Thorsten Behrens1-24/+5
2013-11-27More import statement changes after src -> msodumperJean-Francois Dockes1-2/+2
2013-10-11Added remaining record readers for dir stream, added licences hdrs to filesNoel Power1-0/+26
2013-10-11get rid of dodgy write to some random harcoded fileNoel Power1-13/+4
2013-10-08split out the decompression routing into vbahelper python fileNoel Power1-128/+10
2013-10-08add CHUNKSIZE constantNoel Power1-7/+6
2013-10-08clean up implementation, fix extract chunk size, remove printfsNoel Power1-44/+38
2013-10-07more changes, more debugNoel Power1-18/+26
2013-10-07fix simple naming ( decompressed->compressed ) bugNoel Power1-4/+7
2013-10-07simple decompress attempt :/ doesn't work of courseNoel Power1-0/+145