Go to file
Simon Vieille e401ecc7bd fix typo 2021-04-27 13:28:50 +02:00
bin fix typo 2021-04-27 13:28:50 +02:00
README.md update readme 2021-04-27 13:22:56 +02:00

README.md

Excel password terminator

This script removes passwords in an Excel file.

Requirements

  • zip and unzip
  • 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.