how to remove null values when using this fillter sample, #2736
-
PhpSpreadsheet/samples/Reader/11_Reading_a_workbook_in_chunks_using_a_configurable_read_filter_(version_1).php /, using this file ,i try fillter rows and columns and convert into html ,but when i limit 1,10 rows it works good,but if i limit 3,5,then 1 and 2 rows produce null values,like attached file how do remove null values? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The filter is using the If you wanted to create an array with only the rows that had data read by the chunk filter, then you would need to use |
Beta Was this translation helpful? Give feedback.
-
If you want to eliminate those empty lines, you could possibly use a callback with |
Beta Was this translation helpful? Give feedback.
If you want to eliminate those empty lines, you could possibly use a callback with
setEditHtmlCallback()