Commit 874a51057f3fd180f4dca08aaa13a3ce115edcb9

Authored by Christian Herdtweck
1 parent 3977c68c

msodde: update doc, history and version

Showing 1 changed file with 3 additions and 1 deletions
oletools/msodde.py
@@ -9,6 +9,7 @@ Supported formats: @@ -9,6 +9,7 @@ Supported formats:
9 - Word 97-2003 (.doc, .dot), Word 2007+ (.docx, .dotx, .docm, .dotm) 9 - Word 97-2003 (.doc, .dot), Word 2007+ (.docx, .dotx, .docm, .dotm)
10 - Excel 97-2003 (.xls), Excel 2007+ (.xlsx, .xlsm, .xlsb) 10 - Excel 97-2003 (.xls), Excel 2007+ (.xlsx, .xlsm, .xlsb)
11 - RTF 11 - RTF
  12 +- CSV (exported from / imported into Excel)
12 13
13 Author: Philippe Lagadec - http://www.decalage.info 14 Author: Philippe Lagadec - http://www.decalage.info
14 License: BSD, see source code or documentation 15 License: BSD, see source code or documentation
@@ -92,8 +93,9 @@ from oletools import rtfobj @@ -92,8 +93,9 @@ from oletools import rtfobj
92 # 2017-11-29 CH: - added support for xlsb files 93 # 2017-11-29 CH: - added support for xlsb files
93 # 2017-11-29 PL: - added support for RTF files (issue #223) 94 # 2017-11-29 PL: - added support for RTF files (issue #223)
94 # 2017-12-07 CH: - ensure rtf file is closed 95 # 2017-12-07 CH: - ensure rtf file is closed
  96 +# 2018-01-05 CH: - add CSV
95 97
96 -__version__ = '0.52dev9' 98 +__version__ = '0.52dev10'
97 99
98 # ----------------------------------------------------------------------------- 100 # -----------------------------------------------------------------------------
99 # TODO: field codes can be in headers/footers/comments - parse these 101 # TODO: field codes can be in headers/footers/comments - parse these