> 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?

I have a webapp, too. I deploy the template excel files together with
the rest of the webapp. My reside in a subdirectory of the defaultroot.
The webapp reads them, fills in the data and writes the workbook to the
outputstream of the response object.
I have written a library that takes a xls file and a description how to
fill it from a xml file.
So you can even modify the templates and the xml files without
restarting/redeploying the webapp. Very useful if the clients are a bit
shaky about the layout ("No, I do not want the background color to be
green. I prefer pink instead!").

regards

Bodo

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to