Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 222 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 222 Bytes

docx-html

an extension to the docx gem that provides a to_html method for documents

install

gem install docx-html

usage

require 'docx/html'

d = Docx::Document.open('test.docx')
d.to_html