I'm reading in an Excel file successfully. I can get the POIFileSystem, the Workbook, and the Worksheet.

I can get all the rows, and now I am trying to get a row (HSSFRow). The first row is headers, and there are 22 columns, so I get these 22 fields. The other rows are all data.

However, some of these rows have blank/null values in those columns. So, when I get row.getPhysicalNumberOfCells(), I don't get 22 columns.

I am using a switch to check for all the cell types, and I am looking for a CELL_BLANK value and I don't see it.

Is there something I need to do to fix this?    Thanks!
Tom




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to