Setup & Installation
What This Skill Does
Creates, edits, and formats DOCX files using OpenXML SDK (.NET) with three distinct pipelines: building documents from scratch, filling or modifying existing ones, and applying template formatting with XSD validation. Supports academic style guides (IEEE, APA, MLA, Chicago), Chinese government document standards (GB/T 9704), and structural elements like TOC, headers/footers, and multi-section layouts. Programmatically producing valid, well-structured DOCX with correct element ordering and style inheritance is error-prone by hand; this skill handles OpenXML's strict requirements, unit conversions, and style inheritance rules automatically.
When to use it
- Working with minimax docx functionality
- Implementing minimax docx features
- Debugging minimax docx related issues
