rap2hpoutre / fast-excel

🦉 Fast Excel import/export for Laravel
MIT License
2.08k stars 246 forks source link

Same column names #313

Open muratcakmaksoftware opened 1 year ago

muratcakmaksoftware commented 1 year ago

Hello, I encountered basic a problem. And I thought the problem maybe I can fix it. https://github.com/rap2hpoutre/fast-excel/pull/312

jbeales commented 1 year ago

I have this problem too - and this fix would work for me.

An alternate approach that would also work for me would be to let Rap2hpoutre\FastExcel\Importable::import() and therefore Rap2hpoutre\FastExcel\Importable::importSheet() accept a header callback, or to pass the headers to the existing callback so they can be modified.