PHPOffice / PHPExcel

ARCHIVED
Other
11.46k stars 4.19k forks source link

Read sheets protected with password #1272

Open rlsrodrigues opened 7 years ago

rlsrodrigues commented 7 years ago

Hello!,

i'm trying to read a password protected sheet, with the below code:

$objExcel = \PHPExcel_IOFactory::load($filepath); $countSheets = $objExcel->getSheetCount();

$countSheets return 0.

If i save the same file protected with no password or not protected i can read him.

Someone Help Me?