You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @KINGSABRI, openxml-package supports reading Office Open XML files but since we haven't implemented parsing in openxml-docx yet, the parts it returns will be unparsed XML files. You can scrape them (like you might a web page) using Nokogiri, but you can't yet interact with and manipulate them using the Object Model.
Hello guys
How to parse a docx file, edit and add more paragraphs?
Thanks
The text was updated successfully, but these errors were encountered: