Hello,
What is the difference between a null cell and a blank cell ?
I have a HHSFRow named row_outBack, and I want examine each cell of this
row with this for :
for (int numcell = 0; numcell < row_outBack.getPhysicalNumberOfCells();
numcell++)
{
HSSFCell cell_out = row_out.getCell((short) numcell);
...
}
Sometimes, in the for body, I get null cell_out.
How is it possible ?
Note the number of cells is got with getPhysicalNumberOfCells()...
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]