- Given a spreadsheet with N logical rows
- Where one row is totally blank*
cfspreadsheet action="read"
will return a query with aRecordCount
of N - 1.
*A totally blank row is a row where every cell is actually blank. See CELL_TYPE_BLANK in the POI docs.
Is it possible for cfspreadsheet
to include empty rows?