PHP Excel Password not working - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: PHP Excel Password not working (/showthread.php?tid=71054) |
PHP Excel Password not working - kvanaraj - 06-30-2018 I want to secure my xlsx file . I exported my xlsx file using PHPExcel . which is been downloaded successfully. but i want to open this file as secured. set to open Code: $objPHPExcel->getSecurity()->setLockWindows(true); Code: $objPHPExcel->getActiveSheet()->getProtection()->setSheet(true); |