Hi, I have found that sometimes not all rows are read when I create HSSFWorkbook from an existing file. The reason is that sometimes ROW records are not grouped in one set in the excel file. There could be several sets of ROW records and the code is written with assumption that there is only one set. It could be easily fixed modifing org.apache.poi.hssf.model.Sheet.createSheet().
Regards, Iouri. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
