Re: Exporting Grid data to MS-Excel

2010-06-02 Thread achilles.hector...@gmail.com
thanks for the reply jhulford, Could you give an example or url to produce an xlsx (ie. OOXML) formatted Excel file. On Jun 1, 6:44 pm, jhulford wrote: > 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 >

Re: Exporting Grid data to MS-Excel

2010-06-01 Thread jhulford
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

Re: Exporting Grid data to MS-Excel

2010-05-31 Thread achilles.hector...@gmail.com
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 wrot

Re: Exporting Grid data to MS-Excel

2010-05-30 Thread Sripathi Krishnan
He means 3 *lac * 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 wrote: > What is 3 lack of

Re: Exporting Grid data to MS-Excel

2010-05-29 Thread mP
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

Re: Exporting Grid data to MS-Excel

2010-05-29 Thread achilles hector
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 < chhatrapal.sha...@gmail.com> wrote: > yup i got a new solution..

Re: Exporting Grid data to MS-Excel

2009-02-12 Thread Chhatrapal Sharma
yup i got a new solution...jExcel.. tahnks for yr reply On Thu, Feb 12, 2009 at 6:28 PM, alex.d 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 Sha

Re: Exporting Grid data to MS-Excel

2009-02-12 Thread alex.d
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 wrote: > Thanks Alex for your reply > I was trying this idea only but getting an error below... > Do u have any idea

Re: Exporting Grid data to MS-Excel

2009-02-12 Thread Chhatrapal Sharma
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

Re: Exporting Grid data to MS-Excel

2009-02-11 Thread alex.d
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 i

Exporting Grid data to MS-Excel

2009-02-11 Thread sharma
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. --~