excel-reader-xlsx
excel-reader-xlsx copied to clipboard
Looping Through a rows cells does not return empty cells.
When I loop through a row object's cells it does not return the empty cells which are in between the first populated cell and the last populated cell. This is unlike the call to row->values() which converts the empty cells to an empty string.
Thanks for you input. Excel::Reader::XLSX is at a very early stage and the API has solidified yet.
It is my intention to also add an interface (probably the default) that will read cells in the way you describe.