ChunkReadFilterService not working properly in php/laravel
i am trying to import an excel file in my database, Laravel/mysql. I am using php spreadsheet library and trying to do my task with chunks because excel files can be too large. Problem is that, chunks are not working…