Hi, I am trying to use JExcel / POI but both are only support, 65536 rows. I have more than 3 lack of rows to export to excel. If any body have any idea . Kindly suggest me.
On Thu, Feb 12, 2009 at 6:12 AM, Chhatrapal Sharma < [email protected]> wrote: > yup i got a new solution.......jExcel...... > tahnks for yr reply.... > > > On Thu, Feb 12, 2009 at 6:28 PM, alex.d <[email protected]>wrote: > >> >> No idea actually. My magical powers are not enough to see your problem >> without the code ;-) I suggest you start to debug your application. >> >> On 12 Feb., 09:33, Chhatrapal Sharma <[email protected]> >> wrote: >> > Thanks Alex for your reply.... >> > I was trying this idea only but getting an error below... >> > Do u have any idea? >> > Thanks Once Again... >> > >> > Java Model Exception: Java Model Status [Cannot retrieve the attached >> > javadoc for Object [in Object.class [in java.lang [in C:\Program >> > Files\Java\jre6\lib\rt.jar]]]java.net.ConnectException: Connection timed >> > out: connect >> > at java.net.PlainSocketImpl.socketConnect(Native Method) >> > at java.net.PlainSocketImpl.doConnect(Unknown Source) >> > at java.net.PlainSocketImpl.connectToAddress(Unknown Source) >> > at java.net.PlainSocketImpl.connect(Unknown Source) >> > at java.net.SocksSocketImpl.connect(Unknown Source) >> > at java.net.Socket.connect(Unknown Source) >> > at java.net.Socket.connect(Unknown Source) >> > at sun.net.NetworkClient.doConnect(Unknown Source) >> > at sun.net.www.http.HttpClient.openServer(UnknownSource) >> > at sun.net.www.http.HttpClient.openServer(UnknownSource) >> > at sun.net.www.http.HttpClient.<init>(Unknown Source) >> > at sun.net.www.http.HttpClient.New(UnknownSource) >> > at sun.net.www.http.HttpClient.New(UnknownSource) >> > at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown >> > Source) >> > at >> sun.net.www.protocol.http.HttpURLConnection.plainConnect(UnknownSource) >> > at sun.net.www.protocol.http.HttpURLConnection.connect(UnknownSource) >> > at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown >> > Source) >> > at >> > >> org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:747) >> > at >> > >> org.eclipse.jdt.internal.core.BinaryType.getJavadocContents(BinaryType.java:1059) >> > at >> > >> org.eclipse.jdt.internal.core.BinaryMethod.getAttachedJavadoc(BinaryMethod.java:569) >> > at >> > >> org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getHTMLContentReader(ProposalInfo.java:114) >> > at >> > >> org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:101) >> > at >> > >> org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:81) >> > at >> > >> org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:64) >> > at >> > >> org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:521) >> > at >> > >> org.eclipse.jface.text.contentassist.AdditionalInfoController$3.run(AdditionalInfoController.java:101) >> > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) >> > ] >> > at >> > >> org.eclipse.jdt.internal.core.JavaElement.getURLContents(JavaElement.java:792) >> > at >> > >> org.eclipse.jdt.internal.core.BinaryType.getJavadocContents(BinaryType.java:1059) >> > at >> > >> org.eclipse.jdt.internal.core.BinaryMethod.getAttachedJavadoc(BinaryMethod.java:569) >> > at >> > >> org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getHTMLContentReader(ProposalInfo.java:114) >> > at >> > >> org.eclipse.jdt.internal.ui.text.java.ProposalInfo.extractJavadoc(ProposalInfo.java:101) >> > at >> > >> org.eclipse.jdt.internal.ui.text.java.ProposalInfo.computeInfo(ProposalInfo.java:81) >> > at >> > >> org.eclipse.jdt.internal.ui.text.java.ProposalInfo.getInfo(ProposalInfo.java:64) >> > at >> > >> org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getAdditionalProposalInfo(AbstractJavaCompletionProposal.java:521) >> > at >> > >> org.eclipse.jface.text.contentassist.AdditionalInfoController$3.run(AdditionalInfoController.java:101) >> > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) >> > >> > On Thu, Feb 12, 2009 at 12:58 PM, alex.d <[email protected] >> >wrote: >> > >> > >> > >> > >> > >> > > You can't do it on the client side obviously. So what you do is taking >> > > all the data in the grid, sending it to the server(or may be just row >> > > numbers or smth.) and let the server generate your .lsx file or just >> > > a .csv file which is probably a much easier task. After that you let >> > > the user download it. >> > >> > > On 12 Feb., 06:15, sharma <[email protected]> wrote: >> > > > Hello friends, >> > > > I am using gwt since last three months in my >> > > > application which is fully developed in gwt-ext. >> > > > In my application I am generating reports in a grid, which I want to >> > > > export into MS-Excel. If anyone know how to do it please help me. >> > >> > > > Thanks... >> > > > Chhatrapal Sharma. >> > >> > -- >> > >> > "Life is never about what you expect... Expect the unexpected... Think >> Big, >> > Think Ahead And Think Fast...... " >> > >> > \\\/// >> > / \ >> > | \\ // | >> > ( | (.) (.) |) >> > ---------------o00o--(_)--o00o-------------- >> > CHHATRAPAL SHARMA >> > [email protected] >> > 9890366833 >> > --------------ooo0------------------------------ >> > ( ) 0ooo >> > \ ( ( ) >> > \_) ) / >> > (_/ >> >> > > > -- > > "Life is never about what you expect... Expect the unexpected... Think Big, > Think Ahead And Think Fast...... " > > > \\\/// > / \ > | \\ // | > ( | (.) (.) |) > ---------------o00o--(_)--o00o-------------- > CHHATRAPAL SHARMA > [email protected] > > 9890366833 > --------------ooo0------------------------------ > ( ) 0ooo > \ ( ( ) > \_) ) / > (_/ > > --~--~---------~--~----~------------~-------~--~----~ > 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%[email protected]> > For more options, visit this group at > http://groups.google.com/group/Google-Web-Toolkit?hl=en > -~----------~----~----~----~------~----~------~--~--- > > -- 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.
