From 874a51057f3fd180f4dca08aaa13a3ce115edcb9 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Fri, 5 Jan 2018 10:48:55 +0100 Subject: [PATCH] msodde: update doc, history and version --- oletools/msodde.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oletools/msodde.py b/oletools/msodde.py index ca475be..c582771 100644 --- a/oletools/msodde.py +++ b/oletools/msodde.py @@ -9,6 +9,7 @@ Supported formats: - Word 97-2003 (.doc, .dot), Word 2007+ (.docx, .dotx, .docm, .dotm) - Excel 97-2003 (.xls), Excel 2007+ (.xlsx, .xlsm, .xlsb) - RTF +- CSV (exported from / imported into Excel) Author: Philippe Lagadec - http://www.decalage.info License: BSD, see source code or documentation @@ -92,8 +93,9 @@ from oletools import rtfobj # 2017-11-29 CH: - added support for xlsb files # 2017-11-29 PL: - added support for RTF files (issue #223) # 2017-12-07 CH: - ensure rtf file is closed +# 2018-01-05 CH: - add CSV -__version__ = '0.52dev9' +__version__ = '0.52dev10' # ----------------------------------------------------------------------------- # TODO: field codes can be in headers/footers/comments - parse these -- libgit2 0.21.4