open_document
Open a .docx file for reading and editing by unpacking the archive and caching XML parts in memory. Only one document can be open at a time.
Instructions
Open a .docx file for reading and editing.
Unpacks the DOCX archive, parses all XML parts, and caches them in memory. Only one document can be open at a time; opening a new one closes the previous.
Args: path: Absolute path to the .docx file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |