jinsonjose's avatar

How Read a password protected xlsx file in laravel

Is that any idea how to read password protected xlsx file in laravel

can u help

scenario :

step 1 : upload password protected xlsx file

step 2 : read content of that file

step 3 : insert conent to data base

0 likes
2 replies
automica's avatar

If you are uploading a file that is password protected, I assume you are also party to the password so I’d just export your xls file to csv after unlocking it and upload the csv.

jinsonjose's avatar

@automica if i have the password, is it have any other option to read the protected file with entering password on laravel

Please or to participate in this conversation.