On Mon, Oct 27, 2008 at 11:09 AM, Pierre Lavignotte
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I would like to display a XLS file that is stored somewhere on my server
> into the client web browser.
> Not download, diplay, and yes, with a lot of TR and TD with colors,
> formatting, formula results and everything...
>
> Did someone allready do something like that or do I have to start from
> scratch ?

I wrote something that will very easily allow you to create java beans
from an excel file.  You could make those beans GWT serializable and
hand off to your client for display.  Here's my project:

  http://code.google.com/p/beanfiles/

This might be overkill for your needs, but thought I'd mention it.

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to