I am using PHP office/PHP spreadsheet 1.0 extension for uploading excel, reading the data, and save into the database. But when deleted some rows from excel and tried to upload the file, it returns “Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)”.But the same is working before deleting the rows from excel . The issue shows only on excel version 2007-2019 format. The same is works for the excel format 2007-2013 format. How can I solve this issue in yii2?
I am using docker and my php version is 7.3