Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

ChrisThoung/office-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

office-tools

officetools is a Python package that provides command-line tools for handling Microsoft Office files (with file extension .docx). In particular, it provides a script to extract the comments from a Microsoft Word file and write them to a CSV file.

In addition to the officetools package, this distribution installs docx.py, a command-line Python script to extract the comments from a Microsoft Word file. docx.py can be used as follows, to extract the comments from a Microsoft Word document (draft_report.docx) and write them to a CSV file (comments.csv):

python docx.py extract -o comments.csv draft_report.docx

About

Python tools for handling Microsoft Office files

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages