Start the review from the Excel-macros.xlsm.vba/modMain.bas file.
The files in the Excel-macros.xlsm.vba
are generated automatically by a pre-commit hook.
See the Setup locally
section for more details.
# One time setup
pip install -U oletools
python ./tools/install-git-hooks.py
# Make chanes to the .xlsm file ...
git add Excel-macros.xlsm
git commit -m "Description of the changes"
Mihai Ionut Vilcu