ruby-docx / docx

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

[32] allow access to header #137

Open FeminismIsAwesome opened 1 year ago

FeminismIsAwesome commented 1 year ago

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 function, only supports reading these files, not updating them.