docx
docx copied to clipboard
a ruby library/gem for interacting with .docx files
## Problem This gem provides you no way of generating a .docx file, which would have been nice to have to give the user a blank slate to work on....
Implement creating, removing, and editing existing document styles. It's a massive PR. Sorry. But it works and it's cool. So it's got that going for it.
## Describe the bug ```undefined method `value' for nil:NilClass``` error thrown when calling to_html on a file with internal hyperlinks (hyperlinks to a bookmark or a heading within the file)....
When a docx file has revision marks, the text returned doesn't include them. Is it possible to have a mean to include them ? May be consider the document with...
I see that docm files are rejected as not supported. Is it possible to accept them ? In fact the format is the same (except macro support), and when I...
inspired from https://github.com/ruby-docx/docx/pull/73 but stripped down to just the header to see if that might be more amenable to get in. Also because of the TODO note in the update...
## Problem I need to write a new table in an existing paragraph, and I don't see any functions supporting that. Please help.
## Problem 1. How can we add a paragraph. **Please share a clear and concise description of what the problem is.** The issue i have a text like below We...
## Problem I need to add paragraph. In documentation i see we can remove the paragraph. `# Remove paragraphs doc.paragraphs.each do |p| p.remove! if p.to_s =~ /TODO/ end`
Hello! Could we get a new gem version release to support the full style support from https://github.com/ruby-docx/docx/pull/145? I'd love to use styles and formatting outlined in the readme. Thanks!