Can GWT be used to edit excel?

2011-07-22 Thread Sharon11
We have a excel file stored as blob in the database. The user requested to display in the web browser and they can do basic editing for the excel document, such as change the cell, deleting or adding rows, and save the modified excel to the server side. Is that possible to use GWT to program s

Re: Can GWT be used to edit excel?

2011-07-22 Thread Sharon11
;re done > editing it, send their changes to the server and use POI or jExcelAPI > to create a spreadsheet and save it in there.  If you're wanting to > use the File API to read the binary data on the client side, I'm not > sure I've seen a javascriptexcelparser yet. >

Re: Can GWT be used to edit excel?

2011-07-22 Thread Sharon11
javascript excel parser yet. > > On Jul 21, 8:33 pm, Sharon11 wrote: > > > > > We have a excel file stored as blob in the database. The user requested to > > display in the web browser and they can do basic editing for the excel > > document, such as change the cell

Re: Can GWT be used to edit excel?

2011-07-22 Thread Sharon11
javascript excel parser yet. > > On Jul 21, 8:33 pm, Sharon11 wrote: > > > > > We have a excel file stored as blob in the database. The user requested to > > display in the web browser and they can do basic editing for the excel > > document, such as change the cell