-
This makes parsing of single-xml files from Word 2007+ possible. Also prepares extension to single-xml files from Word 2003.
-
Not sure whether this code generalizes to newer xml format from excel 2007+, did not manage to create test data with DDE links. Maybe the 2007+ xml does not support DDE links
-
rtfobj: remove check for uppercased RTF magic
-
Fix some PEP8-related linter complaints.
-
Word does not accept files which magic is not fully lowercase.
-
Olevba skip rtf
-
convert byte concat to bytearray
-
aligned olevba with olevba3
-
PR to fix decalage2#251
-
Oleobj more samples
-
Also: some minor clean-up (forgotten import, add docu, re-wrap docu, remove excess whitespace
-
Also: 2 minor changes
-
Oleobj used to work with all data being read from file in the start. This has recently changed to working on streams to save memory, but compatibility with pre-read was maintained. Compatibility was broken for office2007+ files (zipped xml). Established this now also for these types.
-
The pre-read test found a bug in oleobj for zipped-xml files. Will fix with next commit.
-
oleobj for office2007
-
Forgot to set this back to False after testing
-
Tried around to somehow allow relative imports but gave up (for now)