At the very least, you must be able to put Java class files on the server,
right?

So you could put an Excel file in the classpath and load it using the
Class.getResourceAsStream method.



Best regards,

Robert Lowe
http://RMLowe.com/



-----Original Message-----
From: yzy [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 5:42 PM
To: POI Users List
Subject: Re: help:about excel cell's style?


I can't put any file on the server, what I can do is just write the file by
its format.
----- Original Message -----
From: "Tim Wilkins" <[EMAIL PROTECTED]>
To: "POI Users List" <[EMAIL PROTECTED]>
Sent: Thursday, October 23, 2003 5:31 PM
Subject: Re: help:about excel cell's style?


Mine is a web app too, are you sure you could not put a template XLS on the
server and have you java app read it?????

At 05:02 PM 10/23/2003 +0800, you wrote:
>Thanks very much.but unfortunately, my app is a web app, and there are no
>any excel for me to use in the server side.
>
>what can I do?
>
>----- Original Message -----
>From: "Tim Wilkins" <[EMAIL PROTECTED]>
>To: "POI Users List" <[EMAIL PROTECTED]>
>Sent: Thursday, October 23, 2003 4:55 PM
>Subject: Re: help:about excel cell's style?
>
>
>My POI project is involved with producing well formatted plans for clients
>but of course each client want their own style of plan. So what I've
>implemented that works a treat is to have a 'template' sheet that contains
>all the styles I need, I then use they style objects that already exist in
>the workbook and apply them to the new cells that I write.
>
>So if you want diagonal lines then simply set it on a cell in excel and
>then use POI to apply the style to the cells you need.
>
>Hope this helps
>
>Tim
>
>At 12:44 PM 10/23/2003 +0800, you wrote:
> >    Help, help,help please!
> >
> >    Who can tell me how to set excel cell border style. POI has provided
> > "setBorderBottom(),setBorderTop(),setBorderLeft(),setBorderRight()", but
> > what I need is set "Diagonal Down" and "Diagonal Up" in a cell. Pls tell
> > me how to resovel it.
> >    Thank you very much!!
> >
> >
> >
> >
> >ÎÒÏÖÔÚÐèÒªÉèÖÃexeclµ¥Ôª¸ñµÄÊä³ö¸ñʽ£¬ÔÚpoiÀïÃæÒѾ­ÌṩÁËÉèÖÃÉÏÏÂ×óÓÒËĸö±
> ߵĸñʽ£¬µ«ÊÇÎÒ»¹ÐèÒªÉèÖÃбÏߣ¬ÈçºÎ´¦Àí¡£Ð»Ð»´ó¼Ò¡£
> >
> >[EMAIL PROTECTED]
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>Tim Wilkins (Systems Analyst)
>MediaTel Ltd
>84-86 Regent Street
>London
>W1B 5AJ
>Tel: +44(0)20 7439 7575
>Fax: +44(0)20 7734 0940
>
>MediaTel.co.uk's 140 subscribers include all 30 of the top UK media
>agencies - responsible for over £6.4billion of media spend annually.
>(source: Nielsen Media Research: Dec 01 - Nov 02)
>
>www.MediaTelGroup.co.uk
>
>MediaTel Group - Maximising efficiency across the entire media process.
>
>This message is for the named recipient's use only and may contain
>confidential or privileged information. If you receive this message in
>error, please immediately delete it and all copies of it from your system,
>destroy any hard copies of it and notify the sender. You must not, directly
>or indirectly, use, disclose, distribute, print, or copy any part of this
>message if you are not the intended recipient. Email communications are not
>secure and therefore the MediaTel Group does not accept liability for any
>errors or omissions in the contents of this message which arise as a result
>of email transmission. MediaTel reserves the right to monitor all email
>communications through its networks. Any views expressed by an individual
>in this email do not necessarily reflect the views of the MediaTel Group.
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




Tim Wilkins (Systems Analyst)
MediaTel Ltd
84-86 Regent Street
London
W1B 5AJ
Tel: +44(0)20 7439 7575
Fax: +44(0)20 7734 0940

MediaTel.co.uk's 140 subscribers include all 30 of the top UK media
agencies - responsible for over £6.4billion of media spend annually.
(source: Nielsen Media Research: Dec 01 - Nov 02)

www.MediaTelGroup.co.uk

MediaTel Group - Maximising efficiency across the entire media process.

This message is for the named recipient's use only and may contain
confidential or privileged information. If you receive this message in
error, please immediately delete it and all copies of it from your system,
destroy any hard copies of it and notify the sender. You must not, directly
or indirectly, use, disclose, distribute, print, or copy any part of this
message if you are not the intended recipient. Email communications are not
secure and therefore the MediaTel Group does not accept liability for any
errors or omissions in the contents of this message which arise as a result
of email transmission. MediaTel reserves the right to monitor all email
communications through its networks. Any views expressed by an individual
in this email do not necessarily reflect the views of the MediaTel Group.




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




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

Reply via email to