Replies: 1 comment
-
You probably have the pass the readerType explicitly. Not sure why, as our tests with the same example pass https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/tests/HeadingRowImportTest.php |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I am trying to make a csv field mapper and I need to parse the Heading row of a csv file. But when I'm trying to do so using this exmaple:
I keep receiving an exception:
Argument 3 passed to Maatwebsite\Excel\Reader::toArray() must be of the type string, null given, called in /var/www/icecat/vendor/maatwebsite/excel/src/Excel.php on line 162
Can you please assist?
Beta Was this translation helpful? Give feedback.
All reactions