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_htmlProject
an extension to the docx gem that provides a to_html method for documents
gem install docx-html
require 'docx/html'
d = Docx::Document.open('test.docx')
d.to_html