Subversion Repositories SmartDukaan

Rev

Rev 5386 | Rev 5481 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5386 Rev 5441
Line 644... Line 644...
644
	    	for (Row row: sheet)	{
644
	    	for (Row row: sheet)	{
645
	    		if(row.equals(firstRow)) {
645
	    		if(row.equals(firstRow)) {
646
	    			continue;
646
	    			continue;
647
	    		}
647
	    		}
648
	    		
648
	    		
-
 
649
	    		if(row.getCell(indexAWB) == null) {
-
 
650
	    			continue;
-
 
651
	    		}
-
 
652
	    		
649
				long awb = -1;
653
				long awb = -1;
650
				
654
				
651
				if(row.getCell(indexAWB).getCellType() == 0) {
655
				if(row.getCell(indexAWB).getCellType() == 0) {
652
					awb = (long) row.getCell(indexAWB).getNumericCellValue();
656
					awb = (long) row.getCell(indexAWB).getNumericCellValue();
653
				}
657
				}