Hi, Maybe Stax is your solution to post-update the file in a performant way, it combines a streaming API with DOM like access. see http://en.wikipedia.org/wiki/StAX for details. An implementation is available at http://stax.codehaus.org/
Dominik Am 17.05.2013 16:51 schrieb "Nick Burch" <[email protected]>: > 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].**org<[email protected]> > For additional commands, e-mail: [email protected] > >
