A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.
If you just need to read the text contents of a document, you should convert the document to markdown using pandoc. Pandoc provides excellent support for preserving document structure and can show tracked changes:
You need raw XML access for: comments, complex formatting, document structure, embedded media, and metadata. For any of these features, you'll need to unpack a document and read its raw XML contents.
Creazione, modifica e analisi complete di documenti con supporto per modifiche rilevate, commenti, conservazione della formattazione ed estrazione del testo. Quando Claude ha bisogno di lavorare con documenti professionali (file .docx) per: (1) Creare nuovi documenti, (2) Modificare o modificare contenuti, (3) Lavorare con le modifiche rilevate, (4) Aggiungere commenti o qualsiasi altra attività relativa ai documenti Fonte: iofficeai/aionui.