[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Maxsize error in exporting excel file

Ganesh Kumar

4/23/2009 10:50:00 AM

Hi,
I am having exporting data to excel file from one report in our
project.But the report contains more than 5 lack records so the parse
excel gem it is giving "max size error" Plz reply me if anybody knows
solution

Thanks and regards
Ganesh
--
Posted via http://www.ruby-....

2 Answers

Dan Fitzpatrick

4/23/2009 4:37:00 PM

0

You need to patch the spreadsheet lib with ruby-ole to fix the MaxSize
error:

http://code.google.com/p/ruby-ole/wiki/Ex...

Dan

Deepa Rajendran

5/7/2009 4:48:00 AM

0

Dan Fitzpatrick wrote:
> You need to patch the spreadsheet lib with ruby-ole to fix the MaxSize
> error:
>
> http://code.google.com/p/ruby-ole/wiki/Ex...
>
> Dan

sir,

I tried what you said there but i found the Maxsize error.Could you plz
explain how to patch spreadsheet/excel with ruby-ole in order to avoid
maxsize error.


thanks
--
Posted via http://www.ruby-....