On Fri, 17 May 2013, Raja Garlapati wrote:
Questions: 1. can i block any row from flushing? 2. Any solution you can
think of?

No. SXSSF is append-only. Once a row is outside the buffer, that's it, it gets written to disk. Other rows have been written after it

If you want random access read+write, you need to use XSSFWorkbook.

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to