Hello, I have a huge amount of data which I would like to stream row by row. I thought calling workbook.write(stream) after changing the value of each row would append each write onto the output stream, but I was wrong. As it is, the file size suggests/matches the amount of rows I have, but there is only 1 row inside the file itself (which is the first row written).
Is there a way to accomplish this? Much like I would be able to using a text file? I've taken a look at the BigGrid implementation, and it looks a bit overkill for what I'm trying to do. Thanks! -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Stream-xssf-cell-by-cell-tp5463544p5463544.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
