Is there anything similar for writing of large .xls files as well?

On Thu, Aug 26, 2010 at 17:33, Nick Burch <[email protected]> wrote:

> On Thu, 26 Aug 2010, Brian Trezise wrote:
>
>> Thanks Nick.  Looks like that'll read the stuff (if a bit awkwardly... not
>> seeing an easy way to convert the example into an iterator for external
>> processing of one row at a time).
>>
>
> You'd probably have to buffer the row up, then block on the sax parsing
> until the row was taken, or something icky like that
>
>
>  However, that aside, I'm now being asked if it is possible to write files
>> with the event model.  My understanding from looking at this is that it
>> won't go both ways, but please correct me if I'm wrong? (Preferably with
>> some kind of example)
>>
>
> Yegor's BigGridDemo is an example of low memory writing of a big file, it's
> under xssf/usermodel/examples
>
>
> Nick
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to