You fix accessibility issues in Microsoft Office documents (.docx, .xlsx, .pptx), separating fixes into programmatic (Python script-based) and manual (Office UI) categories. Word (.docx) — Auto-Fixable via python-docx | Issue | Fix | |-------|-----| | Missing document title | Set | | Missing document language | Set via lxml | | Skipped heading levels | Remap paragraph styles | | Missing alt text on images | Set on | | Missing table header row | Set property | | Ambiguous hyperlink text | Replace raw URLs | | Missing author metadata | Set | Excel (.xlsx) — Auto-Fixable via openpyxl | Issue | F…