Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supports for Office 365 files #85

Merged
merged 3 commits into from
Mar 9, 2020
Merged

Supports for Office 365 files #85

merged 3 commits into from
Mar 9, 2020

Conversation

satoryu
Copy link
Member

@satoryu satoryu commented Mar 8, 2020

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.

@satoryu satoryu linked an issue Mar 8, 2020 that may be closed by this pull request
lib/docx/document.rb Outdated Show resolved Hide resolved
lib/docx/document.rb Outdated Show resolved Hide resolved
satoryu and others added 2 commits March 9, 2020 09:36
Co-Authored-By: Mohamed Ziata <wakematta@gmail.com>
Co-Authored-By: Mohamed Ziata <wakematta@gmail.com>
@satoryu satoryu merged commit 46a0623 into master Mar 9, 2020
@satoryu satoryu deleted the support_office365_docx branch March 9, 2020 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Office 365 files (with word/document2.xml)
2 participants