Aside from Sri's advice (which is what my application does), the only way you'll be able to include more than 65536 rows in a single sheet is to produce an xlsx (ie. OOXML) formatted Excel file. However, if you do that, anyone using your application that doesn't have Excel 2007 or newer will have to download the converter for their version of Office to view these files.
On May 31, 9:38 am, "[email protected]" <[email protected]> wrote: > sorry for the spelling mistake, > I am using GWT to create my application. > Now i am stuck to this problem. I have more than 3 lakh records. > Could you suggest me any other way to export in excel file. > If GWTprovide any feature kinly give example or link. > > On May 30, 12:40 pm, Sripathi Krishnan <[email protected]> > wrote: > > > He means 3 *lac <http://en.wikipedia.org/wiki/Lakh>* rows, which is 300,000 > > thousand rows. > > This isn't really a GWT discussion - but 65536 rows is the maximum excel can > > support. You can however create multiple sheets and get around that. > > > --Sri > > > On 30 May 2010 06:45, mP <[email protected]> wrote: > > > > What is 3 lack of rows as a simple number? If you need to export more > > > than > > > 65536 rows and poi/jexcel can't handle that large amount maybe you > > > need to ask the respective communities of eachnof those libs. It can't > > > be a coincidence both libs only support 65536 rows, does excel support > > > more than 65536 ? > > > t > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Google Web Toolkit" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-web-toolkit%2bunsubs[email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en.-Hide quoted text - > > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
