Replies: 1 comment
-
You could try a read filter https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/src/Concerns/WithReadFilter.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.
-
We're currently importing / parsing a CSV file with 100+ columns but only actually read 15 ... You can imagine the overhead of reading the whole row, knowingly throwing everything (but the 15 columns) away again ...
any idea of limiting the resultset?
Beta Was this translation helpful? Give feedback.
All reactions