Docx.jl

A package to read Docx (Word) documents
Author triztian
Popularity
4 Stars
Updated Last
3 Months Ago
Started In
March 2021

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)

Required Packages

Used By Packages

No packages found.