This is a script that unlocks excel files. It allows the users that forgot their passwords to quickly and easily unlock sheets, workbooks and read-only for their excel files. At the moment this script support .xlsx and xlsm files. This script will not unlock excel files that have a password to open the file. Keep in mind that the purpose of this script is to unlock files owned by the user, who is responsible for the use of the script and the purposes it will take. The authors of the script are not responsible for any misuse of the script.
- Download the script
- In the root folder run the following command in the terminal to install all the packages:
pip install -r requirements.txt - Copy the excel file to crack to the root folder of the script
- Open the terminal in the root folder and run the command:
py main.py "excel_file"("excel_file" must be the file you want to crack) - The script will create an unlocked excel file "excel_filename - CRACKED.extension" in the root folder