Commit d1c7e2ca714102936fa55effec2be4f4aeb60300

Authored by decalage2
1 parent 579c1386

msodde: updated docstring to mention RTF

Showing 1 changed file with 3 additions and 3 deletions
oletools/msodde.py
... ... @@ -3,12 +3,12 @@
3 3 msodde.py
4 4  
5 5 msodde is a script to parse MS Office documents
6   -(e.g. Word, Excel), to detect and extract DDE links.
  6 +(e.g. Word, Excel, RTF), to detect and extract DDE links.
7 7  
8 8 Supported formats:
9 9 - Word 97-2003 (.doc, .dot), Word 2007+ (.docx, .dotx, .docm, .dotm)
10   -- Excel 2007+ (.xlsx, .xlsm, .xlsb)
11   -- Excel 97-2003 (.xls)
  10 +- Excel 97-2003 (.xls), Excel 2007+ (.xlsx, .xlsm, .xlsb)
  11 +- RTF
12 12  
13 13 Author: Philippe Lagadec - http://www.decalage.info
14 14 License: BSD, see source code or documentation
... ...