index.php 171 B

123456789
  1. <?php
  2. require "vendor/autoload.php";
  3. use Nick\SecureSpreadsheet\Encrypt;
  4. $test = new Encrypt();
  5. $test->input('Book1.xlsx')
  6. ->password('111')
  7. ->output('bb.xlsx');