Skip to content

andrewaguiar/docxelixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docxelixir

Docxelixir reads docx files and can extract paragraphs (texts in general) and table of contents.

Installation

If available in Hex, the package can be installed by adding docxelixir to your list of dependencies in mix.exs:

def deps do
  [
    {:docxelixir, "~> 1.0.0"}
  ]
end

Usage

  # Reading all paragraphs of samples/demo.docx
  Docxelixir.read_paragraphs('samples/demo.docx')
  # ['paragraph 1', 'paragraph 2', '...']

About

Elixir library to read docx files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages