phpdevsr / phpspreadsheet-secure
Secure your spreadsheet with Encrypt and Password Protect
Fund package maintenance!
ddevsr
paypal.me/hexageek1337
Requires
- php: ^8.1 || ^8.2 || ^8.3
- ext-hash: *
- ext-openssl: *
- ext-simplexml: *
- pear/ole: ^v1.0.0
- pear/pear-core-minimal: ^v1.10.15
Requires (Dev)
- codeigniter/coding-standard: ^1.8.1
- nexusphp/tachycardia: ^2.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^1.11
- phpstan/phpstan-strict-rules: ^1.6
- phpunit/phpcov: ^9.0.2 || ^10.0
- phpunit/phpunit: ^10.5.16 || ^11.2
- rector/rector: 1.2.3
This package is auto-updated.
Last update: 2024-11-03 09:05:07 UTC
README
🔥 Secure your data exports - encrypt and password protect sensitive XLSX files
The Office Open XML format provides a standard for encryption and password protection. Works with Excel, Numbers, and LibreOffice Calc.
Installation
To install the package:
Run composer require phpdevsr/phpspreadsheet-secure
to add the package to your project.
This will automatically install the package to your vendor folder.
Usage
require "vendor/autoload.php"; use PHPDevsr\Spreadsheet\Secure; $test = new Secure(); $test->setFile('Book1.xlsx') ->setPassword('111') ->output('bb.xlsx');
Contributing
We are accepting contributions from the community! It doesn't matter whether you can code, write documentation, or help find bugs, all contributions are welcome.
Please read the Contributing to PHPDevsr.
This repository has had thousands on contributions from people since its creation. This project would not be what it is without them.
Made with contrib.rocks.