docx_replace icon indicating copy to clipboard operation
docx_replace copied to clipboard

Find and replace variables inside a Microsoft Word document (.docx) template

Results 6 docx_replace issues
Sort by recently updated
recently updated
newest added

Thanks @adamalbrecht @jaspervandenberg awesome's gem. I need to use header and footer for my project. so I already solved conflicts. https://github.com/adamalbrecht/docx_replace/pull/14

Office 365 generates documents which may has no ```word/document.xml```, but a ```word/document2.xml``` (and so on). If you try to process such document with current version of docx_replace you'll get ```Errno::ENOENT:...

Changes to be committed: modified: lib/docx_replace.rb modified: lib/docx_replace/version.rb By default method `matches` return the exactly same output as `unique_matches`. Now matches returns a hash of matched values with counted repetitions:...

Merge branch 'master' of github.com:adamalbrecht/docx_replace into ivaldi/include_header_and_footer_files