hey i have to GWT in my project, have u ever used TableToExcelClient
widget? I followed the same instructions as per the
https://code.google.com/p/gwt-table-to-excel/wiki/Usage
but i am not able to download the data
here is my code
*final CellTable table = new CellTable();*
* *
* table.setPag
If you want to do it clientside I could recomment using ClientIO
http://emitrom.com/announcements/flash4j-3.1-ga
See it in action here
http://eemi2010.github.io/ext4j/#!ClientIO
2013/6/4 Shashank Beerla
> hey can u send me a complete code for celltable export to excel
>
>
> On Friday, May
hey can u send me a complete code for celltable export to excel
On Friday, May 25, 2012 9:21:38 AM UTC-5, Joseph Lust wrote:
>
> The gist is to:
>
>1. Get a list of all records you need to export from the celltable on
>the client browser (and the sorting information).
>2. Return this
The gist is to:
1. Get a list of all records you need to export from the celltable on
the client browser (and the sorting information).
2. Return this to the server.
3. Fetch all the information from (1).
4. Build into an Excel or CSV output using POI or similar.
In reality it can
I am using Uibinder my data is ready in celltable when i click on export i
need to export data into PDF or in excel formats.
how cani do that which api i have to use here?
On Thursday, 24 May 2012 17:39:56 UTC+5:30, lucky wrote:
>
> Hi,
>
> can any one tell me how can i export my celltable data t
Apache POI is a good place to start if you need richly formatted Excel
exports.
http://poi.apache.org/
Sincerely,
Joseph
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com
First time You have to deal it in server side.
Second. Make link for it's down load.
2012/05/24 21:10 "lucky" :
> Hi,
>
> can any one tell me how can i export my celltable data to pdf and excel
> format?
>
> Thanks in advance
>
> --
> You received this message because you are subscribed to the Goo
Hi,
can any one tell me how can i export my celltable data to pdf and excel
format?
Thanks in advance
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-t