Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > Maxsize error in exporting excel file

Reply
Thread Tools

Maxsize error in exporting excel file

 
 
Ganesh Kumar
Guest
Posts: n/a
 
      04-23-2009
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-forum.com/.

 
Reply With Quote
 
 
 
 
Dan Fitzpatrick
Guest
Posts: n/a
 
      04-23-2009
You need to patch the spreadsheet lib with ruby-ole to fix the MaxSize
error:

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

Dan

 
Reply With Quote
 
 
 
 
Deepa Rajendran
Guest
Posts: n/a
 
      05-07-2009
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/ExcelPatches
>
> 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-forum.com/.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
make a common interface to boost::array<..., maxsize> and std::vector<...> Hicham Mouline C++ 2 07-07-2009 07:49 AM
boost::array< pair<>, maxsize >::iterator and adaptor Hicham Mouline C++ 1 04-02-2009 12:12 PM
Exporting to Excel using new version of Excel Doogie ASP .Net 1 11-19-2008 09:10 PM
Error exporting Crystal XI report to Excel Dennis ASP .Net 0 05-24-2007 05:07 PM
exporting an excel file from database; making changes to excel file and updating the database by importing it back Luis Esteban Valencia ASP .Net 1 01-12-2005 12:28 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57