mk-j / PHP_XLSXWriter

Lightweight XLSX Excel Spreadsheet Writer in PHP
MIT License
1.84k stars 665 forks source link

Generated excel encryption #268

Closed xupipi-alt closed 1 year ago

xupipi-alt commented 4 years ago

I want to use this class to generate an excel file, but this file must be encrypted and password opened, but I can't find any reference, who can help me?

fmaltez commented 1 year ago

Use writeToString and use this NPM package to encrypt the xlsx https://github.com/nick322/secure-spreadsheet/compare/master...tperalta82:secure-spreadsheet:master (pull request pending).