Difference between revisions of "Officeparser.py"

From COPTR
Jump to navigation Jump to search
(Created page with "<!-- Use the structure provided in this template, do not change it! --> {{Infobox_tool |purpose=officerparser.py is a python script that parses the format of OLE compound doc...")
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
{{Infobox_tool
 
{{Infobox_tool
 
|purpose=officerparser.py is a python script that parses the format of OLE compound documents used by Microsoft Office applications.
 
|purpose=officerparser.py is a python script that parses the format of OLE compound documents used by Microsoft Office applications.
|image={{PAGENAMEE}}.png
 
 
|homepage=https://github.com/unixfreak0037/officeparser
 
|homepage=https://github.com/unixfreak0037/officeparser
 
|license=MIT License
 
|license=MIT License
Line 20: Line 19:
 
Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left). If the tool works on any content type, do not add a category. -->
 
Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left). If the tool works on any content type, do not add a category. -->
 
[[Category:Document]]
 
[[Category:Document]]
 +
[[Category:Spreadsheet]]
  
 
== Description ==
 
== Description ==

Revision as of 14:22, 31 October 2014


officerparser.py is a python script that parses the format of OLE compound documents used by Microsoft Office applications.
Homepage:https://github.com/unixfreak0037/officeparser
License:MIT License
Platforms:Cross-platform (Python)

Description

It can perform:

  • macro extraction
  • embedded file extraction
  • format analysis


User Experiences

Development Activity