------------------
- Use a less intrusive way to patch ``openpyxl``. Instead of permanently
patching the reader to support cached formula values, ``mock`` is used to
only patch the reader while reading the workbook.
This way the patches do not interfere with other packages not expecting
these new classes.