Andreas Ellervee
Results
1
comments of
Andreas Ellervee
I had a similar issue, I solved it like this: `Cell cell = row.getCell(i);` `if (cell == null) {` `cell = new StreamingCell(i, row.getRowNum());` `}` this just creates a StreamingCell...