Skip to content
Discussion options

You must be logged in to vote

Without seeing your spreadsheet, we can't be sure. However, some things which might help are setting your reader to ignore empty cells, ignore rows with no cells, and, if you are not interested in the cell styles, loading data only.

$reader->setReadEmptyCells(false);
$reader->setIgnoreRowsWithNoCells(true);
$reader->setReadDataOnly(true);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by oleibman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants