Keep Your Code, Change One Import
WolfXL implements the supported subset of the openpyxl API surface (load_workbook, Workbook, Font, PatternFill, and cell access patterns), so existing code on that surface runs unchanged. Update one import line or invoke the runtime alias at startup:
import wolfxl
wolfxl.install_as_openpyxl()