Skip to content

Lightweight Golang Word Doc (.docx) file extractor and manipulator package

License

Notifications You must be signed in to change notification settings

jwhittle933/docxology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docxology

Golang Word Doc (.docx) file extractor and manipulator.

In progress and open to contributions, suggestions, etc.

Build Status GoDoc

How To

Info

.docx files are really just "application/zip" made of XML files. This package is intended to assist in extracting the XML and manipulating the data as you need. Go has everything you need built-in to handle this type of functionality, so this package aims, not to replace that funcationality, but to make it more immediately user-friendly.

Get

go get github.com/jwhittle933/docxology