You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
bin | 2 years ago | |
README.md | 2 years ago |
README.md
Excel password terminator
This script removes passwords in an Excel file.
Warning: this script does not work if the file is encrypted!
Requirements
zip
andunzip
grep
sed
On a Debian/Ubuntu system, simply run sudo apt install zip unzip grep sed
.
Usage
./bin/terminate -i excel_with_passwords.xlsx -o excel_without_password.xlsx
You can turn on verbosity using -v
. Help is provided with -h
.