excel-password-terminator/README.md

27 lines
558 B
Markdown
Raw Permalink Normal View History

2021-04-27 11:25:55 +02:00
Excel password terminator
=========================
This script removes passwords in an Excel file.
2021-04-27 15:22:21 +02:00
**Warning:** this script does not work if the file is encrypted!
2021-04-27 11:25:55 +02:00
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`.
2021-04-27 13:22:56 +02:00
![](https://assets.deblan.io/uploads/post/2021/20210427-113545excelpassword.jpg)