php74devsr/php74spreadsheet-secure
最新稳定版本:1.0.2
Composer 安装命令:
composer require php74devsr/php74spreadsheet-secure
包简介
Secure your spreadsheet with Encrypt and Password Protect
README 文档
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.
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-12