https://issues.apache.org/bugzilla/show_bug.cgi?id=56490
--- Comment #6 from Dominik Stadler <[email protected]> --- This file seems to be built in a way we do not expect at all, when I run the following: for(Row row : sheet) { for(Cell cell : row) { System.out.println("Cell in Row: " + row.getRowNum() + ": " + cell.toString()); } } It prints out the following, i.e. only one row with num "-1" is found where the last value in the column is returned, irrespective of the row in which it actually is, looks like all cells are added to the same "-1" row: Cell in Row: -1: ThinkPad X240 Cell in Row: -1: Intel® Core™ i5-4200U processor (2 cores, 1.60GHz, 3MB cache) Cell in Row: -1: Windows 8 Standard 64 - English Cell in Row: -1: 12.5" HD WXGA (1366 X 768) LED Backlight w/ 720p HD Camera Cell in Row: -1: Intel HD Graphics 4400 Cell in Row: -1: 4 GB PC3-12800 DDR3 SDRAM 1600MHz SODIMM Memory Cell in Row: -1: 500GB, 7200RPM Serial ATA 2.5" Hard Drive Cell in Row: -1: No Optical Included Cell in Row: -1: $761.60 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
