Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
Export Grid with more than 65535 rows to Excel
posted

As we know the max row number allowed in one excel worksheet is 65535.

I want to use UltraGridExcelExporter to export a grid which is with more than 65535 rows to excel but I find that you can only set the StartRow and StartColumn in the Export method. What I want is that you could also set some parameters such as EndRow so I can splite the grid into multi sheets.

Is there any easy solution to this problem?

Parents
No Data
Reply
  • 385
    posted
    You could just use Excel 2007 which has 1,048,576 rows...

    On Fri, 28 Dec 2007 02:26:21 -0800, rolandli wrote:

    > As we know the max row number allowed in one excel worksheet is 65535.
    >
    > I want to use UltraGridExcelExporter to export a grid which is with more
    > than 65535 rows to excel but I find that you can only set the StartRow
    > and StartColumn in the Export method. What I want is that you could also
    > set some parameters such as EndRow so I can splite the grid into multi
    > sheets.
    >
    > Is there any easy solution to this problem?



    --
    Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Children