Skip to content
  • Sponsor PHPDevsr/PHPSpreadsheet-Secure

  • Notifications You must be signed in to change notification settings
  • Fork 0

A Secured PHPSpreadsheet

License

Notifications You must be signed in to change notification settings

PHPDevsr/PHPSpreadsheet-Secure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5e092b Â· Apr 11, 2025

History

26 Commits
Aug 14, 2024
Aug 13, 2024
Apr 11, 2025
Aug 14, 2024
Aug 13, 2024
Aug 13, 2024
Aug 14, 2024
Apr 11, 2025
Aug 13, 2024
Aug 13, 2024
Aug 13, 2024
Apr 11, 2025
Apr 11, 2025
Aug 13, 2024
Aug 14, 2024
Aug 14, 2024

Repository files navigation

Secure Spreadsheet

🔥 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.

PHPUnit PHPStan Coverage Status Downloads GitHub release (latest by date) GitHub stars GitHub license contributions welcome

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.

About

A Secured PHPSpreadsheet

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 2