excel-reader-xlsx icon indicating copy to clipboard operation
excel-reader-xlsx copied to clipboard

Looping Through a rows cells does not return empty cells.

Open esyphelon opened this issue 13 years ago • 1 comments

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.

esyphelon avatar Jun 06 '12 20:06 esyphelon

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.

jmcnamara avatar Jul 12 '12 19:07 jmcnamara