Re: [Rails] Re: Writing a large file with Spreadsheet: very slow, any HELP?

2010-03-17 Thread David Chua
I hope you're sending those tasks to a background worker... On Wed, Mar 17, 2010 at 8:54 PM, Joe Peck wrote: > Joe Peck wrote: > > Hey, > > > > I'm using the Spreadsheet gem to generate Excel files. It's worked > > great up until now. > > > > I'm trying to put 25,000 rows in a sheet, then doing

[Rails] Re: Writing a large file with Spreadsheet: very slow, any HELP?

2010-03-17 Thread Joe Peck
Joe Peck wrote: > Hey, > > I'm using the Spreadsheet gem to generate Excel files. It's worked > great up until now. > > I'm trying to put 25,000 rows in a sheet, then doing book.write to write > the file. It's really slow, like 3-4 minutes. > > Is there a way to write groups of rows to a sheet