Skip to content

triztian/Docx.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docx.jl

NOTICE: THIS SOFTWARE IS UNDER DEVELOPMENT AND ITS API IS NOT YET STABLE

A pure Julia package to work with Docx (Word) documents.

This package aims to easily integrate with the packages of the JuliaText organization.

Installation

julia> using Pkg; Pkg.add("Docx")

Usage

using Docx

document = Docx.open("/path/to/document.docx")

Obtaining the plain text from the document:

Docx.read(document, String)

About

A package to read Docx (Word) documents

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages