Excel and GWT

2009-06-30 Thread garshita

Hi,
I need to read data from my excel sheet and display it using GWT
dynamically...I am very new to the topic. Can u suugest me a base so
tht i can proceed... ?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Excel and GWT

2009-06-30 Thread bradr

check out JExcelAPI:
http://jexcelapi.sourceforge.net/

You can create a Servlet / RPC method that reads the excel spreadsheet
and returns the contents to gwt to display in a FlexTable

On Jun 29, 10:41 pm, garshita  wrote:
> Hi,
> I need to read data from my excel sheet and display it using GWT
> dynamically...I am very new to the topic. Can u suugest me a base so
> tht i can proceed... ?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Excel and GWT

2009-06-30 Thread Rakesh

use jdbc on the server side to select and insert data into your excel
spread sheet. If you are using MS, try the ODBC-JDBC method. Or check
this project: https://xlsql.dev.java.net/

On Jun 30, 12:41 am, garshita  wrote:
> Hi,
> I need to read data from my excel sheet and display it using GWT
> dynamically...I am very new to the topic. Can u suugest me a base so
> tht i can proceed... ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Excel and GWT

2009-07-01 Thread Leon

One more way to read Excel sheet is to use jXLS library (http://
jxls.sf.net). In this case you just need to write an XML which maps
Excel data to Java beans as explained in here 
http://jxls.sourceforge.net/reference/reader.html
.


On Jun 30, 8:41 am, garshita  wrote:
> Hi,
> I need to read data from my excel sheet and display it using GWT
> dynamically...I am very new to the topic. Can u suugest me a base so
> tht i can proceed... ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Excel and GWT

2009-07-01 Thread steve.pe...@makotoconsultinggroup.com

On Jun 30, 12:41 am, garshita  wrote:
> Hi,
> I need to read data from my excel sheet and display it using GWT
> dynamically...I am very new to the topic. Can u suugest me a base so
> tht i can proceed... ?

I have used POI (http://poi.apache.org) with great success to read and
write MS Office files. You could write a service, call the service to
read the file and make the data available to your GWT control(s).

Good luck.

Steve

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Excel and GWT

2009-07-01 Thread Frank Argueta

Are you using xlsql in your project?

On Jun 30, 10:29 pm, Rakesh  wrote:
> use jdbc on the server side to select and insert data into your excel
> spread sheet. If you are using MS, try the ODBC-JDBC method. Or check
> this project:https://xlsql.dev.java.net/
>
> On Jun 30, 12:41 am, garshita  wrote:
>
>
>
> > Hi,
> > I need to read data from my excel sheet and display it using GWT
> > dynamically...I am very new to the topic. Can u suugest me a base so
> > tht i can proceed... ?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---