This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Helpers; | |
/** | |
* Office Open XML Encrypter | |
* | |
* Ported to PHP from xlsx-populate package Encryptor class, written in JavaScript: | |
* https://github.com/dtjohnson/xlsx-populate/blob/master/lib/Encryptor.js | |
* |