rap2hpoutre / fast-excel

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

How to ignore sep=; when importing CSV #327

Closed webhoes closed 12 months ago

webhoes commented 1 year ago

I have files that contain sep=; or sep=, in each file at the top of that file. As this is seen as a column I can not import the files.

How can I ignore or remove this tag.

I have another of detecting the seperator type, so I don't need it for that function.

rap2hpoutre commented 12 months ago

Thank you for your question. Maybe you could edit the file first (with a PHP function) then import it? Let me know if it fixes your issue.