Reads a Document/Workbook/Presentation directly from a path on
disk — word::Document::open_file("report.docx")? instead of manually
opening a File and calling the type’s own read_from. For the
common case where the caller already knows which format they’re
working with; see open for auto-detection.