ruby-docx / docx

a ruby library/gem for interacting with .docx files
MIT License
435 stars 170 forks source link

Supports for Office 365 files #85

Closed satoryu closed 4 years ago

satoryu commented 4 years ago

As reported #83 , docx files created in Office 365 has word/document2.xml instead of word/document.xml . v0.4.0 or earlier of the gem can not handle the files, raises Errno::ENOENT.

This PR provides updates on Docx::Document.open to start support for Office 365 files.