Maxsize error in exporting excel file

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

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

Dan

Dan F. wrote:

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

GitHub - aquasync/ruby-ole: A library for easy read/write access to OLE compound documents for Ruby

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