Magnificent work around! A round of applause for thinking outside the box 
:-) 

Kind regards,

Glyn


On Friday, 13 June 2008 10:49:57 UTC+10, Dobes wrote:
>
> One thing you might try, if the CSV file is less than 100K or so, is 
> ask the user to copy/paste its contents into a text area and click a 
> button. 
>
> You'd read the text in the textarea and split it into the fields by 
> writing some creative parsing code involving split(), replaceAll() ... 
>
>
>
> On Jun 11, 1:32 am, kyute_shana <kyute_sh...@yahoo.com> wrote: 
> > Hi, I'm currently revising a payroll system. And I'm very new to 
> > GWT... 
> > 
> > What my boss wants to happen is to import a csv file and retieve it's 
> > content. Then these contents will be placed into the textfields. So 
> > instead of inputting the total work hours and the like, the content of 
> > the csv will be retrieved instead... 
> > 
> > My problem is, I don't know how to read from a csv file...and I'm not 
> > really familiar with the syntax of GWT. 
> > 
> > Please help...my deadline is on June 17....

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to