Using WithMultipleSheets option will ignore the ability to import regular csv files #3529
Unanswered
timothymarois
asked this question in
Q&A
Replies: 1 comment 2 replies
-
As far as I know there shouldn't be a difference in handling. But given that CSV's don't have sheets, perhaps some PhpSpreadsheets are different. Best would be if you could provide a failing unit test for WithMultitpleSheets CSV imports (https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/tests/Concerns/WithMultipleSheetsTest.php#L416) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just as it sounds, using
WithMultipleSheets
will prevent regular csv files from importing.You would expect regular csv to still load on sheet 1 regardless because that's how it should work.
I posted on stack to see if anyone else could lead me in the right direction, no answers yet, so figured this is the next best shot.
https://stackoverflow.com/questions/71087727/laravel-csv-xls-maatwebsite-using-multiple-sheets-will-ignore-a-regular-csv
Beta Was this translation helpful? Give feedback.
All reactions