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 grshtgu...@gmail.com wrote: Hi,

Re: Excel and GWT

2009-07-01 Thread steve.pe...@makotoconsultinggroup.com
On Jun 30, 12:41 am, garshita grshtgu...@gmail.com 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

Re: Excel and GWT

2009-07-01 Thread Frank Argueta
Are you using xlsql in your project? On Jun 30, 10:29 pm, Rakesh rake...@gmail.com 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,

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

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 grshtgu...@gmail.com wrote: Hi, I need to read data from my excel sheet and

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 grshtgu...@gmail.com wrote: Hi, I need to read data from my excel sheet and